Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h37 RK_S32 aspect_ratio_information; member
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c978 ctx->seq_head.aspect_ratio_information = m2vd_read_bits(bx, 4); in m2vd_decode_seq_header()
1311 … if (ctx->seq_head.aspect_ratio_information >= 0 && ctx->seq_head.aspect_ratio_information < 16) in m2vd_alloc_frame()
1312 … mpp_frame_set_sar(ctx->frame_cur->f, mpeg2_aspect[ctx->seq_head.aspect_ratio_information]); in m2vd_alloc_frame()
1353 dst->seq.aspect_ratio_information = p->seq_head.aspect_ratio_information; in m2vd_convert_to_dxva()
H A Dm2vd_parser.h129 RK_S32 aspect_ratio_information; member