Home
last modified time | relevance | path

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

/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c155 unsigned int show_frame; member
502 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
507 if (vsi->show_frame & BIT(0)) in vp9_swap_frm_bufs()
808 inst->vsi->show_frame |= BIT(3); in vdec_vp9_init()
881 if (!(vsi->show_frame & BIT(4))) in vdec_vp9_decode()
890 if (vsi->show_frame & BIT(1)) { in vdec_vp9_decode()
893 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()
/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()