Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_defs.h126 u32 matrix_coeffs; member
H A Dvdec.c388 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_g_fmt()
415 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_try_fmt()
479 vdec->codec_info.matrix_coeffs = f->fmt.pix_mp.ycbcr_enc; in vdec_s_fmt_common()
526 f->fmt.pix_mp.ycbcr_enc = vdec->codec_info.matrix_coeffs; in vdec_s_fmt()
1662 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.c1830 vui->matrix_coeffs = nal_hevc_matrix_coeffs(channel->colorspace, channel->ycbcr_enc); in allegro_hevc_write_sps()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch25017 + vui->matrix_coeffs = get_bits(gb, 8);
25024 + if (!av_color_space_name(vui->matrix_coeffs))
25025 + vui->matrix_coeffs = AVCOL_SPC_UNSPECIFIED;
25026 + if (vui->matrix_coeffs == AVCOL_SPC_RGB) {
26435 + uint8_t matrix_coeffs;
33967 + avctx->colorspace = sps->vui.matrix_coeffs;