Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_defs.h126 u32 matrix_coeffs; member
H A Dvdec.c386 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_g_fmt()
413 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_try_fmt()
477 vdec->codec_info.matrix_coeffs = f->fmt.pix_mp.ycbcr_enc; in vdec_s_fmt_common()
524 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_s_fmt()
1660 vdec->codec_info.matrix_coeffs, in vdec_get_debug_info()
H A Dvpu_malone.c903 info->matrix_coeffs = vpu_color_cvrt_matrix_i2v(pkt->data[18]); in vpu_malone_unpack_seq_hdr()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-hevc.h157 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.c1832 vui->matrix_coeffs = nal_hevc_matrix_coeffs(channel->colorspace, channel->ycbcr_enc); in allegro_hevc_write_sps()