Home
last modified time | relevance | path

Searched refs:M2VD_PIC_STRUCT_FRAME (Results 1 – 5 of 5) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_base.h61 M2VD_PIC_STRUCT_FRAME = 3 enumerator
H A Dhal_m2vd_vdpu1.c187 if (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME) in hal_m2vd_vdpu1_gen_regs()
224 (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME)) { in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c237 if (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME) in hal_m2vd_vdpu2_gen_regs()
275 (dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_FRAME)) { in hal_m2vd_vdpu2_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c196 ctx->pic_code_ext_head.picture_structure = M2VD_PIC_STRUCT_FRAME; in m2vd_parser_init_ctx()
725 if (ctx->pic_code_ext_head.picture_structure != M2VD_PIC_STRUCT_FRAME) { in m2vd_decode_picdisp_ext_header()
795 if (ctx->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_FRAME) in m2vd_decode_pic_ext_header()
1101 if (force || (p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_FRAME) || in m2v_update_ref_frame()
1159 if ((pic_code_ext_head->picture_structure == M2VD_PIC_STRUCT_FRAME ) || in m2vd_alloc_frame()
1444 if ((p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_FRAME) || in m2vd_convert_to_dxva()
H A Dm2vd_parser.h90 M2VD_PIC_STRUCT_FRAME = 3 enumerator