HomeSort by relevance Sort by last modified time
    Searched refs:chromaFormat (Results 1 - 7 of 7) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java 105 return avcDecoderConfigurationRecord.chromaFormat;
108 public void setChromaFormat(int chromaFormat) {
109 this.avcDecoderConfigurationRecord.chromaFormat = chromaFormat;
197 public int chromaFormat = 1;
246 chromaFormat = brb.readBits(2);
259 chromaFormat = -1;
288 bwb.writeBits(chromaFormat, 2);
  /external/opencv3/modules/cudacodec/src/
video_parser.cpp 108 format->chroma_format != thiz->videoDecoder_->chromaFormat())
113 newFormat.chromaFormat = static_cast<ChromaFormat>(format->chroma_format);
video_decoder.cpp 53 cudaVideoChromaFormat _chromaFormat = static_cast<cudaVideoChromaFormat>(videoFormat.chromaFormat);
90 createInfo_.ChromaFormat = _chromaFormat;
video_decoder.hpp 81 cudaVideoChromaFormat chromaFormat() const { return createInfo_.ChromaFormat; }
cuvid_video_source.cpp 72 format_.chromaFormat = static_cast<ChromaFormat>(vidfmt.chroma_format);
ffmpeg_video_source.cpp 113 format_.chromaFormat = static_cast<ChromaFormat>(chroma_format);
  /external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp 263 enum ChromaFormat
276 ChromaFormat chromaFormat;

Completed in 1103 milliseconds