Searched refs:imageData (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp539 sp<ABuffer> imageData; local
540 if (!buffer->meta()->findBuffer("image-data", &imageData)) {
558 env, true /* readOnly */, true /* clearBuffer */, imageData, &infoBuffer);
/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/av/camera/
H A DICameraClient.cpp59 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, argument
66 data.writeStrongBinder(IInterface::asBinder(imageData));
75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
82 data.writeStrongBinder(IInterface::asBinder(imageData));
141 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
149 dataCallback(msgType, imageData, metadata);
158 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
159 dataCallbackTimestamp(timestamp, msgType, imageData);
H A DICameraRecordingProxyListener.cpp42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) argument
49 data.writeStrongBinder(IInterface::asBinder(imageData));
111 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); local
112 dataCallbackTimestamp(timestamp, msgType, imageData);
/frameworks/av/camera/include/camera/
H A DCameraUtils.h48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
/frameworks/av/include/camera/
H A DCameraUtils.h48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp2927 sp<ABuffer> imageData; local
2928 if (info->mData->format()->findBuffer("image-data", &imageData)) {
2929 info->mData->meta()->setBuffer("image-data", imageData);

Completed in 289 milliseconds