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

  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 27 mYUVFormat = yuvFormat;
40 mYUVFormat = yuvFormat;
65 if (mYUVFormat == YUV420Planar) {
69 } else if (mYUVFormat == YUV420SemiPlanar) {
92 if (mYUVFormat == YUV420Planar) {
95 } else if (mYUVFormat == YUV420SemiPlanar) {
116 if (mYUVFormat == YUV420Planar) {
119 } else if (mYUVFormat == YUV420SemiPlanar) {
199 CHECK(srcImage.mYUVFormat == YUV420Planar);
200 CHECK(destImage.mYUVFormat == YUV420Planar)
    [all...]
  /frameworks/av/include/media/stagefright/
YUVImage.h 118 YUVFormat mYUVFormat;

Completed in 3216 milliseconds