Home
last modified time | relevance | path

Searched refs:chroma_format (Results 1 – 9 of 9) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dm2vd_syntax.h50 RK_S32 chroma_format; member
/rockchip-linux_mpp/mpp/codec/dec/avs/
H A Davsd_parse.h119 RK_U8 chroma_format; member
H A Davsd_parse.c50 READ_BITS(bitctx, 2, &vsh->chroma_format); in get_sequence_header()
596 pp->chromaFormat = p_dec->vsh.chroma_format; in avsd_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c314 READ_BITS(bitctx, 2, &vsh->chroma_format); in avs2d_parse_sequence_header()
315 if (vsh->chroma_format != CHROMA_420) { in avs2d_parse_sequence_header()
317 mpp_err_f("chroma_format 0x%02x is not supported.\n", vsh->chroma_format); in avs2d_parse_sequence_header()
H A Davs2d_global.h190 RK_U8 chroma_format; member
H A Davs2d_dpb.c494 if (vsh->chroma_format == CHROMA_420 && vsh->bit_depth == 8) { in dpb_alloc_frame()
496 } else if (vsh->chroma_format == CHROMA_420 && vsh->bit_depth == 10) { in dpb_alloc_frame()
H A Davs2d_parse.c372 pp->chroma_format_idc = vsh->chroma_format; in avs2d_fill_parameters()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h148 RK_S32 chroma_format; member
H A Dm2vd_parser.c201 ctx->seq_ext_head.chroma_format = 1; in m2vd_parser_init_ctx()
589 ctx->seq_ext_head.chroma_format = m2vd_read_bits(bx, 2); in m2vd_decode_seq_ext_header()
590 if (ctx->seq_ext_head.chroma_format != 1) in m2vd_decode_seq_ext_header()
1363 dst->seq_ext.chroma_format = p->seq_ext_head.chroma_format; in m2vd_convert_to_dxva()