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

/frameworks/av/camera/
H A DICameraClient.cpp58 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, argument
65 data.writeStrongBinder(IInterface::asBinder(imageData));
74 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
81 data.writeStrongBinder(IInterface::asBinder(imageData));
117 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
125 dataCallback(msgType, imageData, metadata);
134 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
135 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraRecordingProxyListener.cpp41 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
48 data.writeStrongBinder(IInterface::asBinder(imageData));
80 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
81 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/av/include/camera/
H A DCameraUtils.h48 static bool isNativeHandleMetadata(const sp<IMemory>& 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/media/jni/
H A Dandroid_media_MediaCodec.cpp531 sp<ABuffer> imageData; local
532 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
550 env, true /* readOnly */, true /* clearBuffer */, imageData, &infoBuffer);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2668 sp<ABuffer> imageData; local
2669 if (info->mFormat->findBuffer("image-data", &imageData)) {
2670 info->mData->meta()->setBuffer("image-data", imageData);

Completed in 1517 milliseconds