Home
last modified time | relevance | path

Searched refs:async (Results 1 – 5 of 5) 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() argument
2962 HalEncTask *hal_task = &async->task; in async_task_terminate()
2963 EncFrmStatus *frm = &async->rc.frm; in async_task_terminate()
3006 async_task_reset(async); in async_task_terminate()
3066 static MPP_RET check_async_frm_pkt(EncAsyncTaskInfo *async) in check_async_frm_pkt() argument
3068 HalEncTask *hal_task = &async->task; in check_async_frm_pkt()
3100 static MPP_RET check_async_pkt_buf(MppEncImpl *enc, EncAsyncTaskInfo *async) in check_async_pkt_buf() argument
3102 HalEncTask *hal_task = &async->task; in check_async_pkt_buf()
3141 EncAsyncTaskInfo *async = enc->async; in try_get_async_task() local
3158 mpp_assert(enc->async == NULL); in try_get_async_task()
[all …]
/rockchip-linux_mpp/test/
H A DREADME.md9 use sync interface and async interface(decode_put_packet and decode_get_frame),
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h96 EncAsyncTaskInfo *async; member
/rockchip-linux_mpp/doc/design/
H A D1.mpp_design.txt33 Mpp supports sync / async interface to reduce the time blocked in interface. And
/rockchip-linux_mpp/
H A DCHANGELOG.md309 - [mpp]: Fix input_task_count for async enc
457 - [mpp]: fix mpp frame leak when async enc
465 - [mpp_enc_async]: fix debreath not work on async flow
649 - [jpege]: Allow rk3588 jpege 4 tasks async
694 - [mpp_enc]: Fix async multi-thread case error