Searched refs:chromaFormatIDC (Results 1 – 4 of 4) sorted by relevance
508 h264_config->chromaFormatIDC = 1; in gst_nv_h264_enc_set_encoder_config()513 h264_config->chromaFormatIDC = 3; in gst_nv_h264_enc_set_encoder_config()
561 config->encodeCodecConfig.hevcConfig.chromaFormatIDC = 1; in gst_nv_h265_enc_set_encoder_config()568 config->encodeCodecConfig.hevcConfig.chromaFormatIDC = 3; in gst_nv_h265_enc_set_encoder_config()
1402 …uint32_t chromaFormatIDC; /**< [in]: Specifies the chroma fo… member1439 …uint32_t chromaFormatIDC :2; /**< [in]: Specifies the chroma fo… member
1112 h264->chromaFormatIDC = avctx->profile == FF_PROFILE_H264_HIGH_444_PREDICTIVE ? 3 : 1; in nvenc_setup_h264_config()1200 hevc->chromaFormatIDC = IS_YUV444(ctx->data_pix_fmt) ? 3 : 1; in nvenc_setup_hevc_config()