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

/frameworks/base/libs/camera/
H A DICameraClient.cpp54 void dataCallback(int32_t msgType, const sp<IMemory>& imageData) argument
60 data.writeStrongBinder(imageData->asBinder());
65 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
72 data.writeStrongBinder(imageData->asBinder());
98 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
99 dataCallback(msgType, imageData);
107 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
108 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/base/awt/org/apache/harmony/awt/gl/color/
H A DNativeImageFormat.java107 private Object imageData; field in class:NativeImageFormat
166 return imageData;
216 imageData = imgData;
586 imageData = dbAccess.getData(db);
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
H A DGifDecoder.java84 private static native int[] toRGB(byte imageData[], byte colormap[], int transparentColor); argument
202 (currBlock.imageData != null || // Have transparent pixel filled
287 gb.imageData,
366 byte imageData[] = null; field in class:GifDecoder.GifGraphicBlock
375 imageData,
409 imageData[offset] & 0xFF;
416 imageData[offset] = (byte) pixelValue;
452 imageData,
552 Object data = forceRGB ? (Object) getRgbImageData() : imageData;

Completed in 56 milliseconds