Searched defs:memory (Results 1 - 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL/
H A DQCameraMem.cpp73 * @cached : flag indicates if using cached memory
105 * DESCRIPTION: ion related memory cache operations
120 LOGD("No cache ops here for uncached memory");
395 LOGH("No memory pool available, allocating now");
451 * @memInfo : [output] reference to struct to store additional memory allocation info
533 * @memInfo : reference to struct that stores additional memory allocation info
593 * @memInfo : reference to struct that stores additional memory allocation info
641 * @memInfo : reference to struct that stores additional memory allocation info
696 * DESCRIPTION: allocates a buffer from the memory pool,
700 * @memInfo : reference to struct that stores additional memory allocatio
1052 QCameraStreamMemory(camera_request_memory memory, bool cached, QCameraMemoryPool *pool, cam_stream_type_t streamType, __unused cam_stream_buf_type bufType) argument
1283 QCameraVideoMemory(camera_request_memory memory, bool cached, QCameraMemType bufType) argument
1735 QCameraGrallocMemory(camera_request_memory memory) argument
[all...]
H A DQCamera2HWICallbacks.cpp112 LOGE("No memory for retro AEC event");
134 LOGE("No memory for prepare signal event detect"
146 LOGE("Error allocating memory to save received_frame structure.");
220 LOGE("No memory for face_detection_result qcamera_sm_internal_evt_payload_t");
340 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)preview_frame->mem_info; local
343 rc = sendPreviewCallback(pStream, memory, idx);
403 LOGE("Error allocating memory to save received_frame structure.");
609 QCameraMemory *memory = (QCameraMemory *)pFrame->mem_info; local
610 memory->cleanCache(pFrame->buf_idx);
653 LOGE("Error allocating memory t
696 QCameraGrallocMemory *memory = NULL; local
788 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
940 sendPreviewCallback(QCameraStream *stream, QCameraMemory *memory, uint32_t idx) argument
1335 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info; local
[all...]
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3PostProc.cpp113 * @memory : output buffer memory
119 int32_t QCamera3PostProcessor::init(QCamera3StreamMem *memory) argument
122 mOutputMem = memory;
568 LOGE("out of memory");
622 LOGE("No memory for jpeg job");
721 LOGE("No memory for jpeg job");
2358 LOGE("No memory for QCamera3Exif");
2629 * DESCRIPTION: deconstructor of QCamera3Exif. Will release internal memory ptr.
2752 LOGE("No memory fo
[all...]

Completed in 46 milliseconds