Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_ref.c178 RK_S32 ready = 1; in mpp_enc_ref_cfg_check() local
195 ready = 0; in mpp_enc_ref_cfg_check()
201 ready = 0; in mpp_enc_ref_cfg_check()
216 ready = 0; in mpp_enc_ref_cfg_check()
223 ready = 0; in mpp_enc_ref_cfg_check()
227 if (!ready) in mpp_enc_ref_cfg_check()
236 if (ready && st_cfg_cnt) { in mpp_enc_ref_cfg_check()
249 ready = 0; in mpp_enc_ref_cfg_check()
256 ready = 0; in mpp_enc_ref_cfg_check()
270 ready = 0; in mpp_enc_ref_cfg_check()
[all …]
H A Dmpp_task_impl.c40 RK_S32 ready; // flag for deinit member
140 if (!queue->ready) { in _mpp_port_poll()
209 if (!queue->ready) { in _mpp_port_move()
258 if (!queue->ready) { in _mpp_port_dequeue()
318 if (!queue->ready) { in _mpp_port_enqueue()
473 impl->ready = 1; in mpp_task_queue_setup()
492 p->ready = 0; in mpp_task_queue_deinit()
H A Dmpp_enc_refs.c588 if (cfg->ready) in mpp_enc_refs_dryrun()
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_enc_ref.h39 RK_S32 ready; member
/rockchip-linux_mpp/mpp/codec/inc/
H A Dmpp_enc_impl.h40 RK_U32 ready : 1; member
/rockchip-linux_mpp/doc/design/
H A D4.mpp_task.txt43 on OUTPUT_PORT status. And this task is ready for dequeue from
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c103 enc->hdr_status.val = enc->hdr_status.ready; in reset_enc_task()
1336 if (!enc->hdr_status.ready) { in mpp_enc_proc_cfg()
1339 enc->hdr_status.ready = 1; in mpp_enc_proc_cfg()
2462 if (!hdr_status->ready) { in try_get_enc_task()
2466 hdr_status->ready = 1; in try_get_enc_task()
3306 if (!hdr_status->ready) { in try_get_async_task()
3310 hdr_status->ready = 1; in try_get_async_task()
3465 enc->hdr_status.val = enc->hdr_status.ready; in proc_async_task()
/rockchip-linux_mpp/
H A DCHANGELOG.md417 - [h265d]: auto output frame in dpb when ready