Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h133 M2VDDxvaSeqExt seq_ext; member
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1361 dst->seq_ext.profile_and_level_indication = p->seq_ext_head.profile_and_level_indication; in m2vd_convert_to_dxva()
1362 dst->seq_ext.progressive_sequence = p->seq_ext_head.progressive_sequence; in m2vd_convert_to_dxva()
1363 dst->seq_ext.chroma_format = p->seq_ext_head.chroma_format; in m2vd_convert_to_dxva()
1364 dst->seq_ext.low_delay = p->seq_ext_head.low_delay; in m2vd_convert_to_dxva()
1365 dst->seq_ext.frame_rate_extension_n = p->seq_ext_head.frame_rate_extension_n; in m2vd_convert_to_dxva()
1366 dst->seq_ext.frame_rate_extension_d = p->seq_ext_head.frame_rate_extension_d; in m2vd_convert_to_dxva()
/rockchip-linux_mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c186 p_regs->sw03.pic_interlace_e = 1 - dx->seq_ext.progressive_sequence; in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c236 p_regs->sw57.pic_interlace_e = 1 - dx->seq_ext.progressive_sequence; in hal_m2vd_vdpu2_gen_regs()