Searched refs:imageData (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/camera/
H A DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
45 data.writeStrongBinder(imageData->asBinder());
63 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
64 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraClient.cpp54 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, argument
61 data.writeStrongBinder(imageData->asBinder());
70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
77 data.writeStrongBinder(imageData->asBinder());
103 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
111 dataCallback(msgType, imageData, metadata);
120 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
121 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c89 u8 *imageData; local
336 imageData = (u8*)decPicture.pOutputPicture;
339 tmp = CropPicture(tmpImage, imageData,
348 WriteOutput(outFileName, imageData, picSize);
395 imageData = (u8*)decPicture.pOutputPicture;
398 tmp = CropPicture(tmpImage, imageData,
407 WriteOutput(outFileName, imageData, picSize);
H A DTestBenchMultipleInstance.c40 void CropWriteOutput(FILE *fid, u8 *imageData, u32 cropDisplay,
351 void CropWriteOutput(FILE *foutput, u8 *imageData, u32 cropDisplay, argument
365 tmp = CropPicture(tmpImage, imageData,
377 WriteOutput(foutput, imageData, picSize);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java103 byte imageData[] = new byte[arraySize];
104 defaultImage.copyFrom(imageData);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2053 sp<ABuffer> imageData; local
2054 if (info->mFormat->findBuffer("image-data", &imageData)) {
2055 info->mData->meta()->setBuffer("image-data", imageData);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp467 sp<ABuffer> imageData; local
468 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
486 env, true /* readOnly */, true /* clearBuffer */, imageData, &infoBuffer);

Completed in 1116 milliseconds