Home
last modified time | relevance | path

Searched refs:frame_rate_code (Results 1 – 7 of 7) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h38 RK_S32 frame_rate_code; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h122 RK_U8 frame_rate_code; member
H A Davsd_parse.c53 READ_BITS(bitctx, 4, &vsh->frame_rate_code); in get_sequence_header()
598 pp->frameRateCode = p_dec->vsh.frame_rate_code; in avsd_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c959 RK_S32 pre_frame_rate_code = ctx->seq_head.frame_rate_code; in m2vd_decode_seq_header()
979 ctx->seq_head.frame_rate_code = m2vd_read_bits(bx, 4); in m2vd_decode_seq_header()
980 if (!ctx->frame_period || pre_frame_rate_code != ctx->seq_head.frame_rate_code) in m2vd_decode_seq_header()
981 ctx->frame_period = frame_period_Table_27M[ctx->seq_head.frame_rate_code]; in m2vd_decode_seq_header()
1354 dst->seq.frame_rate_code = p->seq_head.frame_rate_code; in m2vd_convert_to_dxva()
H A Dm2vd_parser.h130 RK_S32 frame_rate_code; member
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_global.h195 RK_U8 frame_rate_code; member
H A Davs2d_ps.c340 READ_BITS(bitctx, 4, &vsh->frame_rate_code); in avs2d_parse_sequence_header()