Searched refs:allocate (Results 1 - 25 of 25) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
H A Dalloc_controller.cpp176 int IonController::allocate(alloc_data& data, int usage) function in class:IonController
358 int err = sAlloc->allocate(data, allocFlags);
360 ALOGE("%s: allocate failed", __FUNCTION__);
H A Dgpu.cpp79 err = mAllocCtrl->allocate(data, usage);
82 /* allocate memory for enhancement data */
91 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
/hardware/qcom/display/msm8974/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
H A Dalloc_controller.cpp188 int IonController::allocate(alloc_data& data, int usage) function in class:IonController
375 int err = sAlloc->allocate(data, allocFlags);
377 ALOGE("%s: allocate failed", __FUNCTION__);
H A Dgpu.cpp80 err = mAllocCtrl->allocate(data, usage);
83 /* allocate memory for enhancement data */
92 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
/hardware/qcom/display/msm8x26/libgralloc/
H A Dalloc_controller.h44 virtual int allocate(alloc_data& data, int usage) = 0;
60 virtual int allocate(alloc_data& data, int usage);
H A Dalloc_controller.cpp176 int IonController::allocate(alloc_data& data, int usage) function in class:IonController
356 int err = sAlloc->allocate(data, allocFlags);
358 ALOGE("%s: allocate failed", __FUNCTION__);
H A Dgpu.cpp79 err = mAllocCtrl->allocate(data, usage);
82 /* allocate memory for enhancement data */
91 int eDataErr = mAllocCtrl->allocate(eData, eDataUsage);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.h55 virtual int allocate(int count, int size) = 0;
95 virtual int allocate(int count, int size);
114 virtual int allocate(int count, int size);
134 virtual int allocate(int count, int size);
155 virtual int allocate(int count, int size);
H A DQCameraMem.cpp231 * DESCRIPTION: allocate requested number of buffers of certain size
428 * FUNCTION : allocate
430 * DESCRIPTION: allocate requested number of buffers of certain size
440 int QCameraHeapMemory::allocate(int count, int size) function in class:qcamera::QCameraHeapMemory
604 * FUNCTION : allocate
606 * DESCRIPTION: allocate requested number of buffers of certain size
616 int QCameraStreamMemory::allocate(int count, int size) function in class:qcamera::QCameraStreamMemory
787 * FUNCTION : allocate
789 * DESCRIPTION: allocate requested number of buffers of certain size
799 int QCameraVideoMemory::allocate(in function in class:qcamera::QCameraVideoMemory
1025 int QCameraGrallocMemory::allocate(int count, int /*size*/) function in class:qcamera::QCameraGrallocMemory
[all...]
H A DQCamera2HWI.cpp1137 rc = capabilityHeap->allocate(1, sizeof(cam_capability_t));
1415 rc = mem->allocate(bufferCnt, size);
1443 ALOGE("allocateStreamInfoBuf: Unable to allocate streamInfo object");
1447 rc = streamInfoBuf->allocate(1, sizeof(cam_stream_info_t));
1449 ALOGE("allocateStreamInfoBuf: Failed to allocate stream info memory");
2162 // allocate ion memory for source image
2169 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len);
2171 ALOGE("%s: Unable to allocate heap memory for image buf", __func__);
H A DQCameraPostProc.cpp325 // allocate output buf for jpeg encoding
338 ret = m_pJpegOutputMem->allocate(1, main_offset.frame_len);
H A DQCameraParameters.cpp3295 rc = m_pParamHeap->allocate(1, sizeof(parm_buffer_t));
3298 ALOGE("Failed to allocate SETPARM Heap memory");
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.h88 int allocate(int count, int size, bool queueAll);
H A DQCamera3Channel.cpp637 ALOGE("%s: Failed to allocate buffer_handle_t*", __func__);
820 rc = mMemory->allocate(MIN_STREAMING_BUFFER_NUM, len, true);
822 ALOGE("%s: unable to allocate metadata memory", __func__);
1129 ALOGE("%s: Failed to allocate buffer_handle_t*", __func__);
1221 rc = mYuvMemory->allocate(1, len, false);
1223 ALOGE("%s: unable to allocate metadata memory", __func__);
1954 rc = mMemory->allocate(2, len, true);
1956 ALOGE("%s: unable to allocate reproc memory", __func__);
H A DQCamera3Mem.cpp251 * DESCRIPTION: allocate requested number of buffers of certain size
417 * FUNCTION : allocate
419 * DESCRIPTION: allocate requested number of buffers of certain size
430 int QCamera3HeapMemory::allocate(int count, int size, bool queueAll) function in class:qcamera::QCamera3HeapMemory
H A DQCamera3Stream.cpp46 * DESCRIPTION: static function entry to allocate stream buffers
249 // allocate and map stream info memory
256 rc = mStreamInfoBuf->allocate(1, sizeof(cam_stream_info_t), false);
506 ALOGE("%s: Failed to allocate memory",__func__);
540 * DESCRIPTION: allocate stream buffers
572 ALOGE("%s: Failed to allocate stream buffers", __func__);
600 ALOGE("%s: Failed to allocate mm_camera_buf_def_t %d", __func__, rc);
H A DQCamera3HWI.cpp567 ALOGE("%s: failed to allocate metadata channel", __func__);
1379 ALOGE("%s: Failed to allocate buffer_handle_t*", __func__);
2374 rc = capabilityHeap->allocate(1, sizeof(cam_capability_t), false);
2437 rc = mParamHeap->allocate(1, sizeof(parm_buffer_t), false);
2440 ALOGE("Failed to allocate SETPARM Heap memory");
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h140 err = mAlloc->allocate(data, allocFlags);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h141 err = mAlloc->allocate(data, allocFlags);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h140 err = mAlloc->allocate(data, allocFlags);
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp965 /* Function to allocate memory for the temporary buffer. This memory is
990 int err = sAlloc->allocate(data, allocFlags);
992 ALOGE("%s: allocate failed", __FUNCTION__);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp984 /* Function to allocate memory for the temporary buffer. This memory is
1009 int err = sAlloc->allocate(data, allocFlags);
1011 ALOGE("%s: allocate failed", __FUNCTION__);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp965 /* Function to allocate memory for the temporary buffer. This memory is
990 int err = sAlloc->allocate(data, allocFlags);
992 ALOGE("%s: allocate failed", __FUNCTION__);

Completed in 3668 milliseconds