Searched refs:mYUVFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp27 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
[all...]
/frameworks/av/include/media/stagefright/
H A DYUVImage.h118 YUVFormat mYUVFormat; member in class:android::YUVImage

Completed in 60 milliseconds