Searched defs:YUVFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DYUVImage.h49 enum YUVFormat { enum in class:android::YUVImage
56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
118 YUVFormat mYUVFormat;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DYUVImage.h49 enum YUVFormat { enum in class:android::YUVImage
56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
68 static size_t bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height);
118 YUVFormat mYUVFormat;

Completed in 62 milliseconds