Searched refs:exh (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_parse.c | 203 static MPP_RET parse_seq_dispay_ext_header(BitReadCtx_t *bitctx, Avs2dSeqExtHeader_t *exh) in parse_seq_dispay_ext_header() argument 207 READ_BITS(bitctx, 3, &exh->video_format); in parse_seq_dispay_ext_header() 208 READ_ONEBIT(bitctx, &exh->sample_range); in parse_seq_dispay_ext_header() 209 READ_ONEBIT(bitctx, &exh->color_description); in parse_seq_dispay_ext_header() 211 if (exh->color_description) { in parse_seq_dispay_ext_header() 212 READ_BITS(bitctx, 8, &exh->color_primaries); in parse_seq_dispay_ext_header() 213 READ_BITS(bitctx, 8, &exh->transfer_characteristics); in parse_seq_dispay_ext_header() 214 READ_BITS(bitctx, 8, &exh->matrix_coefficients); in parse_seq_dispay_ext_header() 216 READ_BITS(bitctx, 14, &exh->display_horizontal_size); in parse_seq_dispay_ext_header() 218 READ_BITS(bitctx, 14, &exh->display_vertical_size); in parse_seq_dispay_ext_header() [all …]
|
| H A D | avs2d_dpb.c | 473 Avs2dSeqExtHeader_t *exh = &p_dec->exh; in dpb_alloc_frame() local 536 mpp_frame_set_color_primaries(mframe, exh->color_primaries); in dpb_alloc_frame() 537 mpp_frame_set_color_trc(mframe, exh->transfer_characteristics); in dpb_alloc_frame() 538 mpp_frame_set_colorspace(mframe, exh->matrix_coefficients); in dpb_alloc_frame()
|
| H A D | avs2d_global.h | 390 Avs2dSeqExtHeader_t exh; member
|