Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp294 if (flag == MPP_ENC_CONTROL) { in mpp_enc_notify_v2()
385 mpp_enc_notify_v2(ctx, MPP_ENC_CONTROL); in mpp_enc_control_v2()
H A Dmpp_enc_impl.cpp207 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()
/OK3568_Linux_fs/external/mpp/mpp/inc/
H A Dmpp.h62 #define MPP_ENC_CONTROL (0x00000010) macro