Home
last modified time | relevance | path

Searched defs:async (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c2960 static void async_task_terminate(MppEncImpl *enc, EncAsyncTaskInfo *async) in async_task_terminate()
3066 static MPP_RET check_async_frm_pkt(EncAsyncTaskInfo *async) in check_async_frm_pkt()
3100 static MPP_RET check_async_pkt_buf(MppEncImpl *enc, EncAsyncTaskInfo *async) in check_async_pkt_buf()
3141 EncAsyncTaskInfo *async = enc->async; in try_get_async_task() local
3385 EncAsyncTaskInfo *async = enc->async; in proc_async_task() local
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h96 EncAsyncTaskInfo *async; member