Home
last modified time | relevance | path

Searched refs:camera_memory_t (Results 1 – 11 of 11) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera.h52 } camera_memory_t; typedef
54 typedef camera_memory_t* (*camera_request_memory)(int fd, size_t buf_size, unsigned int num_bufs,
63 const camera_memory_t *data, unsigned int index,
68 const camera_memory_t *data, unsigned int index,
/hardware/samsung_slsi/exynos5/libcamera/
DExynosCameraHWInterface.h288 camera_memory_t *m_previewHeap[NUM_OF_PREVIEW_BUF];
297 camera_memory_t *m_videoHeap[NUM_OF_VIDEO_BUF];
298 camera_memory_t *m_resizedVideoHeap[NUM_OF_VIDEO_BUF];
299 camera_memory_t *m_pictureHeap[NUM_OF_PICTURE_BUF];
301 camera_memory_t *m_rawHeap;
DExynosCameraHWInterface.cpp3246 camera_memory_t *JpegHeap = NULL; in m_pictureThreadFunc()
3247 camera_memory_t *JpegHeapOut = NULL; in m_pictureThreadFunc()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp65 camera_memory_t* encoded_mem = NULL; in EncoderDoneCb()
73 camera_memory_t* picture = NULL; in EncoderDoneCb()
82 encoded_mem = (camera_memory_t*) cookie1; in EncoderDoneCb()
416 camera_memory_t *tmpBuffer = mRequestMemory(-1, 1, 1, NULL); in notifyEvent()
692 camera_memory_t* picture = NULL; in copyAndSendPictureFrame()
728 camera_memory_t* picture = NULL; in copyAndSendPreviewFrame()
813 camera_memory_t *dummyRaw = mRequestMemory(-1, 1, 1, NULL); in dummyRaw()
903 camera_memory_t* raw_picture = mRequestMemory(-1, frame->mLength, 1, NULL); in notifyFrame()
1041 camera_memory_t *videoMedatadaBufferMemory = in notifyFrame()
1042 … (camera_memory_t *) mVideoMetadataBufferMemoryMap.valueFor((uint32_t) frame->mBuffer); in notifyFrame()
[all …]
/hardware/ti/omap4-aah/camera/
DAppCallbackNotifier.cpp62 camera_memory_t* encoded_mem = NULL; in EncoderDoneCb()
71 camera_memory_t* picture = NULL; in EncoderDoneCb()
80 encoded_mem = (camera_memory_t*) cookie1; in EncoderDoneCb()
428 camera_memory_t *tmpBuffer = mRequestMemory(-1, 1, 1, NULL); in notifyEvent()
742 camera_memory_t* picture = NULL; in copyAndSendPictureFrame()
791 camera_memory_t* picture = NULL; in copyAndSendPreviewFrame()
878 camera_memory_t *dummyRaw = mRequestMemory(-1, 1, 1, NULL); in dummyRaw()
969 camera_memory_t* raw_picture = mRequestMemory(-1, frame->mLength, 1, NULL); in notifyFrame()
1115 camera_memory_t *videoMedatadaBufferMemory = in notifyFrame()
1178camera_memory_t* fakebuf = mRequestMemory(-1, sizeof(buffer_handle_t), 1, NULL); in notifyFrame()
[all …]
DBufferSourceAdapter.cpp892 camera_memory_t *extMeta = frame->mMetaData->getExtendedMetadata(); in handleFrameCallback()
DCameraHal.cpp83 static int dummy_set_metadata(preview_stream_ops_t*, const camera_memory_t*) { in dummy_set_metadata() argument
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXMetadata.cpp35 camera_memory_t * OMXCameraAdapter::getMetaData(const OMX_PTR plat_pvt, in getMetaData()
38 camera_memory_t * ret = NULL; in getMetaData()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h256 CameraMetadataResult(camera_memory_t * extMeta) : mExtendedMetadata(extMeta) { in CameraMetadataResult()
293 camera_memory_t *getExtendedMetadata() { return mExtendedMetadata; }; in getExtendedMetadata()
306 camera_memory_t *mExtendedMetadata;
781 android::KeyedVector<void *, camera_memory_t *> mVideoMetadataBufferMemoryMap;
794 camera_memory_t* mPreviewMemory;
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h657 camera_memory_t* mPreviewMemory;
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h774 camera_memory_t * getMetaData(const OMX_PTR plat_pvt,