Searched refs:chromaFormat (Results 1 – 7 of 7) sorted by relevance
105 return avcDecoderConfigurationRecord.chromaFormat; in getChromaFormat()108 public void setChromaFormat(int chromaFormat) { in setChromaFormat() argument109 this.avcDecoderConfigurationRecord.chromaFormat = chromaFormat; in setChromaFormat()197 public int chromaFormat = 1; field in AvcConfigurationBox.AVCDecoderConfigurationRecord246 chromaFormat = brb.readBits(2); in AVCDecoderConfigurationRecord()259 chromaFormat = -1; in AVCDecoderConfigurationRecord()288 bwb.writeBits(chromaFormat, 2); in getContent()
108 format->chroma_format != thiz->videoDecoder_->chromaFormat()) in HandleVideoSequence()113 newFormat.chromaFormat = static_cast<ChromaFormat>(format->chroma_format); in HandleVideoSequence()
81 cudaVideoChromaFormat chromaFormat() const { return createInfo_.ChromaFormat; } in chromaFormat() function in cv::cudacodec::detail::VideoDecoder
53 …cudaVideoChromaFormat _chromaFormat = static_cast<cudaVideoChromaFormat>(videoFormat.chromaFormat); in create()
113 format_.chromaFormat = static_cast<ChromaFormat>(chroma_format); in FFmpegVideoSource()
72 format_.chromaFormat = static_cast<ChromaFormat>(vidfmt.chroma_format); in CuvidVideoSource()
276 ChromaFormat chromaFormat; member