Home
last modified time | relevance | path

Searched refs:VPU_BUF_STATE_DECODED (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvdec.c829 vpu_set_buffer_state(src_buf, VPU_BUF_STATE_DECODED); in vdec_frame_decoded()
832 if (vpu_get_buffer_state(vbuf) == VPU_BUF_STATE_DECODED) in vdec_frame_decoded()
834 vpu_set_buffer_state(vbuf, VPU_BUF_STATE_DECODED); in vdec_frame_decoded()
835 vdec->slots[info->id].state = VPU_BUF_STATE_DECODED; in vdec_frame_decoded()
909 if (vpu_get_buffer_state(vbuf) != VPU_BUF_STATE_DECODED) in vdec_buf_done()
1463 if (vdec->slots[fs->id].state == VPU_BUF_STATE_DECODED) { in vdec_evnet_rel_fs()
H A Dvpu.h297 VPU_BUF_STATE_DECODED, enumerator
H A Dvpu_dbg.c47 [VPU_BUF_STATE_DECODED] = "decoded",