Searched refs:parser_notify_flag (Results 1 – 2 of 2) sorted by relevance
35 RK_U32 notify = dec->parser_notify_flag; in check_task_wait()64 dec->parser_notify_flag = keep_notify; in check_task_wait()1196 dec->parser_notify_flag |= flag; in mpp_dec_notify_normal()1199 RK_U32 old_flag = dec->parser_notify_flag; in mpp_dec_notify_normal()1201 dec->parser_notify_flag |= flag; in mpp_dec_notify_normal()1202 if ((old_flag != dec->parser_notify_flag) && in mpp_dec_notify_normal()1203 (dec->parser_notify_flag & dec->parser_wait_flag)) in mpp_dec_notify_normal()1209 dec->parser_wait_flag, dec->parser_notify_flag); in mpp_dec_notify_normal()
111 RK_U32 parser_notify_flag; member