Home
last modified time | relevance | path

Searched refs:vpu_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/media/platform/amphion/
Dvdec.c712 struct vpu_vb2_buffer *vpu_buf; in vdec_frame_decoded() local
721 vpu_buf = vdec->slots[info->id]; in vdec_frame_decoded()
722 if (!vpu_buf) { in vdec_frame_decoded()
727 vbuf = &vpu_buf->m2m_buf.vb; in vdec_frame_decoded()
783 struct vpu_vb2_buffer *vpu_buf; in vdec_buf_done() local
793 vpu_buf = vdec_find_buffer(inst, frame->luma); in vdec_buf_done()
795 if (!vpu_buf) { in vdec_buf_done()
806 vbuf = &vpu_buf->m2m_buf.vb; in vdec_buf_done()
1039 struct vpu_vb2_buffer *vpu_buf; in vdec_response_frame() local
1063 vpu_buf = to_vpu_vb2_buffer(vbuf); in vdec_response_frame()
[all …]
Dvpu_v4l2.c54 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_set_buffer_state() local
56 vpu_buf->state = state; in vpu_set_buffer_state()
61 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_get_buffer_state() local
63 return vpu_buf->state; in vpu_get_buffer_state()
68 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_set_buffer_average_qp() local
70 vpu_buf->average_qp = qp; in vpu_set_buffer_average_qp()
550 struct vpu_vb2_buffer *vpu_buf = to_vpu_vb2_buffer(vbuf); in vpu_vb2_buf_finish() local
555 v4l2_ctrl_s_ctrl(ctrl, vpu_buf->average_qp); in vpu_vb2_buf_finish()