Searched refs:MPP_ENC_CONTROL (Results 1 – 3 of 3) sorted by relevance
339 if (flag == MPP_ENC_CONTROL) { in mpp_enc_notify_v2()434 mpp_enc_notify_v2(ctx, MPP_ENC_CONTROL); in mpp_enc_control_v2()
204 if (notify & MPP_ENC_CONTROL) { in check_enc_task_wait()205 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_task_wait()3484 if (notify & MPP_ENC_CONTROL) { in check_enc_async_wait()3485 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_async_wait()
57 #define MPP_ENC_CONTROL (0x00000010) macro