Searched refs:hal_buf_out (Results 1 – 2 of 2) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 270 MppBuffer hal_buf_out = NULL; in mpp_dec_decode() local 273 mpp_buf_slot_get_prop(frame_slots, output, SLOT_BUFFER, &hal_buf_out); in mpp_dec_decode() 274 if (NULL == hal_buf_out) { in mpp_dec_decode() 276 mpp_buffer_get(mpp->mFrameGroup, &hal_buf_out, size); in mpp_dec_decode() 277 if (hal_buf_out) in mpp_dec_decode() 279 hal_buf_out); in mpp_dec_decode() 289 task->hal_frm_buf_out = hal_buf_out; in mpp_dec_decode()
|
| H A D | mpp_dec_normal.c | 315 MppBuffer hal_buf_out = NULL; in try_proc_dec_task() local 594 mpp_buf_slot_get_prop(frame_slots, output, SLOT_BUFFER, &hal_buf_out); in try_proc_dec_task() 595 if (NULL == hal_buf_out) { in try_proc_dec_task() 608 mpp_buffer_get(mpp->mFrameGroup, &hal_buf_out, size); in try_proc_dec_task() 609 if (hal_buf_out) in try_proc_dec_task() 611 hal_buf_out); in try_proc_dec_task() 614 dec_dbg_detail("detail: %p check output buffer %p\n", dec, hal_buf_out); in try_proc_dec_task() 636 task->wait.dec_pic_match = (NULL == hal_buf_out); in try_proc_dec_task()
|