Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java105 return avcDecoderConfigurationRecord.chromaFormat; in getChromaFormat()
108 public void setChromaFormat(int chromaFormat) { in setChromaFormat() argument
109 this.avcDecoderConfigurationRecord.chromaFormat = chromaFormat; in setChromaFormat()
197 public int chromaFormat = 1; field in AvcConfigurationBox.AVCDecoderConfigurationRecord
246 chromaFormat = brb.readBits(2); in AVCDecoderConfigurationRecord()
259 chromaFormat = -1; in AVCDecoderConfigurationRecord()
288 bwb.writeBits(chromaFormat, 2); in getContent()
/external/opencv3/modules/cudacodec/src/
Dvideo_parser.cpp108 format->chroma_format != thiz->videoDecoder_->chromaFormat()) in HandleVideoSequence()
113 newFormat.chromaFormat = static_cast<ChromaFormat>(format->chroma_format); in HandleVideoSequence()
Dvideo_decoder.hpp81 cudaVideoChromaFormat chromaFormat() const { return createInfo_.ChromaFormat; } in chromaFormat() function in cv::cudacodec::detail::VideoDecoder
Dvideo_decoder.cpp53 …cudaVideoChromaFormat _chromaFormat = static_cast<cudaVideoChromaFormat>(videoFormat.chromaFormat); in create()
Dffmpeg_video_source.cpp113 format_.chromaFormat = static_cast<ChromaFormat>(chroma_format); in FFmpegVideoSource()
Dcuvid_video_source.cpp72 format_.chromaFormat = static_cast<ChromaFormat>(vidfmt.chroma_format); in CuvidVideoSource()
/external/opencv3/modules/cudacodec/include/opencv2/
Dcudacodec.hpp276 ChromaFormat chromaFormat; member