Home
last modified time | relevance | path

Searched refs:imageData (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/camera/
DICameraClient.cpp59 void dataCallback(int32_t msgType, const sp<IMemory>& imageData, in dataCallback() argument
66 data.writeStrongBinder(IInterface::asBinder(imageData)); in dataCallback()
75 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() argument
82 data.writeStrongBinder(IInterface::asBinder(imageData)); in dataCallbackTimestamp()
141 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); in onTransact() local
149 dataCallback(msgType, imageData, metadata); in onTransact()
158 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); in onTransact() local
159 dataCallbackTimestamp(timestamp, msgType, imageData); in onTransact()
DICameraRecordingProxyListener.cpp42 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp() argument
49 data.writeStrongBinder(IInterface::asBinder(imageData)); in dataCallbackTimestamp()
111 sp<IMemory> imageData = interface_cast<IMemory>(data.readStrongBinder()); in onTransact() local
112 dataCallbackTimestamp(timestamp, msgType, imageData); in onTransact()
/frameworks/av/camera/include/camera/
DCameraUtils.h48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.cpp548 sp<ABuffer> imageData; in getImage() local
549 if (!buffer->meta()->findBuffer("image-data", &imageData)) { in getImage()
567 env, true /* readOnly */, true /* clearBuffer */, imageData, &infoBuffer); in getImage()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp3346 sp<ABuffer> imageData; in dequeuePortBuffer() local
3347 if (info->mData->format()->findBuffer("image-data", &imageData)) { in dequeuePortBuffer()
3348 info->mData->meta()->setBuffer("image-data", imageData); in dequeuePortBuffer()