Searched defs:image (Results 1 - 3 of 3) sorted by relevance

/development/tools/emulator/system/camera/
H A DJpegCompressor.cpp42 status_t NV21JpegCompressor::compressRawImage(const void* image, argument
47 ALOGV("%s: %p[%dx%d]", __FUNCTION__, image, width, height);
48 void* pY = const_cast<void*>(image);
/development/ide/xcode/ports/
H A DSkBitmap_Mac.cpp126 CGImageRef image = bitmap2imageref(bm); local
127 if (image) {
133 CGContextDrawImage(cg, rect, image);
134 CGImageRelease(image);
/development/ndk/platforms/android-3/include/linux/
H A Dfb.h344 struct fb_image image; member in struct:fb_cursor

Completed in 99 milliseconds