Searched refs:parser_notify_flag (Results 1 – 2 of 2) sorted by relevance
45 RK_U32 notify = dec->parser_notify_flag; in check_task_wait()74 dec->parser_notify_flag = keep_notify; in check_task_wait()1135 dec->parser_notify_flag |= flag; in mpp_dec_notify_normal()1138 RK_U32 old_flag = dec->parser_notify_flag; in mpp_dec_notify_normal()1140 dec->parser_notify_flag |= flag; in mpp_dec_notify_normal()1141 if ((old_flag != dec->parser_notify_flag) && in mpp_dec_notify_normal()1142 (dec->parser_notify_flag & dec->parser_wait_flag)) in mpp_dec_notify_normal()1148 dec->parser_wait_flag, dec->parser_notify_flag); in mpp_dec_notify_normal()
110 RK_U32 parser_notify_flag; member