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

  /frameworks/av/media/libmedia/
MediaCodecInfo.cpp 42 colorFormats->appendVector(mColorFormats);
75 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));
219 mCurrentCaps->mColorFormats.clear();
230 for (size_t i = 0; i < caps.mColorFormats.size(); ++i) {
231 mCurrentCaps->mColorFormats.push_back(caps.mColorFormats.itemAt(i))
    [all...]
  /frameworks/av/include/media/
MediaCodecInfo.h 52 Vector<uint32_t> mColorFormats;
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 135 for (size_t i = 0; i < cap.mColorFormats.size(); ++i) {
136 if (cap.mColorFormats[i] == OMX_COLOR_FormatYUV420Planar) {
OMXCodec.cpp     [all...]
  /frameworks/av/include/media/stagefright/
OMXCodec.h 375 Vector<OMX_U32> mColorFormats;

Completed in 1724 milliseconds