Home
last modified time | relevance | path

Searched refs:matrix_coeffs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvdec.c480 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_g_fmt()
507 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_try_fmt()
569 vdec->codec_info.matrix_coeffs = f->fmt.pix_mp.ycbcr_enc; in vdec_s_fmt_common()
616 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_s_fmt()
990 hdr->matrix_coeffs != vdec->codec_info.matrix_coeffs || in vdec_check_source_change()
1357 hdr->matrix_coeffs, in vdec_event_seq_hdr()
1869 vdec->codec_info.matrix_coeffs, in vdec_get_debug_info()
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.h158 unsigned int matrix_coeffs; member
H A Dnal-hevc.c294 rbsp_bits(rbsp, 8, &vui->matrix_coeffs); in nal_hevc_rbsp_vui_parameters()
H A Dallegro-core.c1882 vui->matrix_coeffs = nal_hevc_matrix_coeffs(channel->colorspace, channel->ycbcr_enc); in allegro_hevc_write_sps()