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(), INT32_MAX);
95 parcel->writeInt32(mColorFormats.size());
96 for (size_t i = 0; i < mColorFormats.size(); i++) {
97 parcel->writeInt32(mColorFormats.itemAt(i));
112 mColorFormats.push(format);
248 mCurrentCaps->mColorFormats.clear();
249 mCurrentCaps->mColorFormats.appendVector(caps->mColorFormats);
    [all...]
  /frameworks/av/include/media/
MediaCodecInfo.h 64 Vector<uint32_t> mColorFormats;

Completed in 50 milliseconds