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

/frameworks/av/include/media/stagefright/
H A DYUVImage.h46 class YUVImage { class in namespace:android
56 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height);
60 YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer);
63 ~YUVImage();
93 const YUVImage &srcImage, YUVImage &destImage);
99 const YUVImage &srcImage, YUVImage &destImage);
106 const YUVImage &srcImage, YUVImage
[all...]
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp18 #define LOG_TAG "YUVImage"
21 #include <media/stagefright/YUVImage.h>
26 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height) { function in class:android::YUVImage
39 YUVImage::YUVImage(YUVFormat yuvFormat, int32_t width, int32_t height, uint8_t *buffer) { function in class:android::YUVImage
50 size_t YUVImage::bufferSize(YUVFormat yuvFormat, int32_t width, int32_t height) {
62 bool YUVImage::initializeYUVPointers() {
83 YUVImage::~YUVImage() {
[all...]

Completed in 72 milliseconds