Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c156 unsigned int show_frame; member
499 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
504 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
797 inst->vsi->show_frame |= BIT(3); in vdec_vp9_init()
870 if (!(vsi->show_frame & BIT(4))) in vdec_vp9_decode()
879 if (vsi->show_frame & BIT(1)) { in vdec_vp9_decode()
882 if (vsi->show_frame & BIT(2)) { in vdec_vp9_decode()
H A Dvdec_vp8_if.c71 uint32_t show_frame; member
317 if (inst->vsi->dec.show_frame) { in vp8_dec_finish()
500 mtk_vdec_debug(inst->ctx, "\n - FRAME[%d] - show=%d\n", inst->frm_cnt, dec->show_frame); in vdec_vp8_decode()
H A Dvdec_vp9_req_lat_if.c177 u8 show_frame; member
461 unsigned int show_frame; member
740 uh->last_show_frame = instance->show_frame; in vdec_vp9_slice_setup_hdr()
741 uh->show_frame = HDR_FLAG(SHOW_FRAME); in vdec_vp9_slice_setup_hdr()
1608 instance->show_frame = vsi->frame.uh.show_frame; in vdec_vp9_slice_update_single()
1641 instance->show_frame = vsi->frame.uh.show_frame; in vdec_vp9_slice_update_lat()
/linux/drivers/staging/media/meson/vdec/
H A 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()