Searched refs: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/yuv/
H A DYUVImage.cpp26 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height) {
39 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer) {
50 size_t YUVImage::bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height) {

Completed in 940 milliseconds