Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dcamera.h49 } camera_memory_t; typedef
51 typedef camera_memory_t* (*camera_request_memory)(int fd, size_t buf_size, unsigned int num_bufs,
60 const camera_memory_t *data, unsigned int index,
65 const camera_memory_t *data, unsigned int index,
/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/omap4xxx/camera/inc/
DCameraHal.h657 camera_memory_t* mPreviewMemory;