Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_base.h59 M2VD_PIC_STRUCT_TOP_FIELD = 1, enumerator
H A Dhal_m2vd_vdpu1.c223 if ((dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) || in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c274 if ((dx->pic_code_ext.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) || in hal_m2vd_vdpu2_gen_regs()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h88 M2VD_PIC_STRUCT_TOP_FIELD = 1, enumerator
H A Dm2vd_parser.c801 if (ctx->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) in m2vd_decode_pic_ext_header()
1103 …((p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && (!p->pic_code_ext_head.t… in m2v_update_ref_frame()
1160 …((pic_code_ext_head->picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && pic_code_ext_head->top_fie… in m2vd_alloc_frame()
1445 …((p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) && p->pic_code_ext_head.top… in m2vd_convert_to_dxva()
1449 } else if (p->pic_code_ext_head.picture_structure == M2VD_PIC_STRUCT_TOP_FIELD) { in m2vd_convert_to_dxva()