Searched refs:chroma_format (Results 1 – 9 of 9) sorted by relevance
50 RK_S32 chroma_format; member
119 RK_U8 chroma_format; member
50 READ_BITS(bitctx, 2, &vsh->chroma_format); in get_sequence_header()596 pp->chromaFormat = p_dec->vsh.chroma_format; in avsd_fill_parameters()
314 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()
190 RK_U8 chroma_format; member
494 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()
372 pp->chroma_format_idc = vsh->chroma_format; in avs2d_fill_parameters()
148 RK_S32 chroma_format; member
201 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()