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

  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 40 colorFormats->appendVector(mColorFormats);
73 caps->mColorFormats.push_back(color);
94 CHECK_LE(mColorFormats.size(), static_cast<size_t>(INT32_MAX));
95 parcel->writeInt32(mColorFormats.size());
96 for (size_t i = 0; i < mColorFormats.size(); i++) {
97 parcel->writeInt32(mColorFormats.itemAt(i));
127 mCap->mColorFormats.push(format);
  /frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h 74 Vector<uint32_t> mColorFormats;

Completed in 940 milliseconds