Searched refs:imageData (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/camera/ |
D | ICameraClient.cpp | 59 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()
|
D | ICameraRecordingProxyListener.cpp | 42 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/ |
D | CameraUtils.h | 48 static bool isNativeHandleMetadata(const sp<IMemory>& imageData);
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodec.cpp | 548 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/ |
D | MediaCodec.cpp | 3346 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()
|