Lines Matching refs:hal_buf_in
314 MppBuffer hal_buf_in = NULL; in try_proc_dec_task() local
415 mpp_buf_slot_get_prop(packet_slots, task_dec->input, SLOT_BUFFER, &hal_buf_in); in try_proc_dec_task()
416 if (NULL == hal_buf_in) { in try_proc_dec_task()
417 mpp_buffer_get(mpp->mPacketGroup, &hal_buf_in, stream_size); in try_proc_dec_task()
418 if (hal_buf_in) { in try_proc_dec_task()
419 mpp_buf_slot_set_prop(packet_slots, task_dec->input, SLOT_BUFFER, hal_buf_in); in try_proc_dec_task()
420 mpp_buffer_attach_dev(hal_buf_in, dec->dev); in try_proc_dec_task()
421 mpp_buffer_put(hal_buf_in); in try_proc_dec_task()
424 MppBufferImpl *buf = (MppBufferImpl *)hal_buf_in; in try_proc_dec_task()
428 task->wait.dec_pkt_buf = (NULL == hal_buf_in); in try_proc_dec_task()
439 mpp_buffer_write(hal_buf_in, 0, src, length); in try_proc_dec_task()
440 mpp_buffer_sync_partial_end(hal_buf_in, 0, length); in try_proc_dec_task()