Home
last modified time | relevance | path

Searched refs:MPP_ENC_CONTROL (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_v2.c339 if (flag == MPP_ENC_CONTROL) { in mpp_enc_notify_v2()
434 mpp_enc_notify_v2(ctx, MPP_ENC_CONTROL); in mpp_enc_control_v2()
H A Dmpp_enc_impl.c204 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()
/rockchip-linux_mpp/mpp/inc/
H A Dmpp.h57 #define MPP_ENC_CONTROL (0x00000010) macro