Searched refs:MPP_ENC_CONTROL (Results 1 – 3 of 3) sorted by relevance
294 if (flag == MPP_ENC_CONTROL) { in mpp_enc_notify_v2()385 mpp_enc_notify_v2(ctx, MPP_ENC_CONTROL); in mpp_enc_control_v2()
207 if (notify & MPP_ENC_CONTROL) { in check_enc_task_wait()208 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_task_wait()2843 if (notify & MPP_ENC_CONTROL) { in check_enc_async_wait()2844 keep_notify = notify & (~MPP_ENC_CONTROL); in check_enc_async_wait()
62 #define MPP_ENC_CONTROL (0x00000010) macro