Home
last modified time | relevance | path

Searched refs:show_frame (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/
Dvdec_vp9_if.c155 unsigned int show_frame; member
501 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
506 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
807 inst->vsi->show_frame |= BIT(3); in vdec_vp9_init()
880 if (!(vsi->show_frame & BIT(4))) in vdec_vp9_decode()
889 if (vsi->show_frame & BIT(1)) { in vdec_vp9_decode()
892 if (vsi->show_frame & BIT(2)) { in vdec_vp9_decode()
Dvdec_vp8_if.c72 uint32_t show_frame; member
320 if (inst->vsi->dec.show_frame) { in vp8_dec_finish()
504 dec->show_frame); in vdec_vp8_decode()
Dvdec_vp9_req_lat_if.c179 u8 show_frame; member
463 unsigned int show_frame; member
742 uh->last_show_frame = instance->show_frame; in vdec_vp9_slice_setup_hdr()
743 uh->show_frame = HDR_FLAG(SHOW_FRAME); in vdec_vp9_slice_setup_hdr()
1613 instance->show_frame = vsi->frame.uh.show_frame; in vdec_vp9_slice_update_single()
1646 instance->show_frame = vsi->frame.uh.show_frame; in vdec_vp9_slice_update_lat()
/linux-6.1.9/drivers/staging/media/meson/vdec/
Dcodec_vp9.c352 u16 show_frame; /*1 bit*/ member
1221 new_frame->show = param->p.show_frame; in codec_vp9_get_new_frame()
1266 if (!param->p.show_frame) in codec_vp9_process_frame()
1276 param->p.show_frame, param->p.intra_only); in codec_vp9_process_frame()
1288 intra_only = param->p.show_frame ? 0 : param->p.intra_only; in codec_vp9_process_frame()