Searched refs:heap (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 2285 int QCameraHardwareInterface::initHeapMem( QCameraHalHeap_t *heap, in initHeapMem() argument 2302 heap, StreamBuf, pmem_type, num_of_buf, buf_len, cbcr_off); in initHeapMem() 2303 if(num_of_buf > MM_CAMERA_MAX_NUM_FRAMES || heap == NULL || in initHeapMem() 2309 memset(heap, 0, sizeof(QCameraHalHeap_t)); in initHeapMem() 2311 heap->main_ion_fd[i] = -1; in initHeapMem() 2312 heap->fd[i] = -1; in initHeapMem() 2314 heap->buffer_count = num_of_buf; in initHeapMem() 2315 heap->size = buf_len; in initHeapMem() 2316 heap->y_offset = y_off; in initHeapMem() 2317 heap->cbcr_offset = cbcr_off; in initHeapMem() [all …]
|
/hardware/qcom/camera/ |
D | QCameraHWI.cpp | 2418 int QCameraHardwareInterface::initHeapMem( QCameraHalHeap_t *heap, in initHeapMem() argument 2435 heap, StreamBuf, pmem_type, num_of_buf, buf_len, cbcr_off); in initHeapMem() 2436 if(num_of_buf > MM_CAMERA_MAX_NUM_FRAMES || heap == NULL || in initHeapMem() 2442 memset(heap, 0, sizeof(QCameraHalHeap_t)); in initHeapMem() 2444 heap->main_ion_fd[i] = -1; in initHeapMem() 2445 heap->fd[i] = -1; in initHeapMem() 2447 heap->buffer_count = num_of_buf; in initHeapMem() 2448 heap->size = buf_len; in initHeapMem() 2449 heap->y_offset = y_off; in initHeapMem() 2450 heap->cbcr_offset = cbcr_off; in initHeapMem() [all …]
|
D | QCameraHWI.h | 467 int initHeapMem(QCameraHalHeap_t *heap, int num_of_buf, int pmem_type, 471 int releaseHeapMem( QCameraHalHeap_t *heap);
|
/hardware/ti/omap4xxx/domx/Ducati_binary/ |
D | ReadMe | 1 …his binary : 05be6962a64d7dc351a49510ad8b0cab937d0c10 (increase the const and heap areas for core1)
|
/hardware/qcom/camera/QCamera/HAL/core/inc/ |
D | QCameraHWI.h | 466 int initHeapMem(QCameraHalHeap_t *heap, int num_of_buf, int pmem_type, 470 int releaseHeapMem( QCameraHalHeap_t *heap);
|
/hardware/qcom/camera/QCamera/HAL2/core/inc/ |
D | QCameraHWI.h | 474 int initHeapMem( QCameraHalHeap_t *heap, 483 int releaseHeapMem( QCameraHalHeap_t *heap);
|
/hardware/ti/omap4xxx/camera/ |
D | AppCallbackNotifier.cpp | 838 MemoryHeapBase *heap; in notifyFrame() local 1439 sp<MemoryHeapBase> heap; in startPreviewCallbacks() local 1548 sp<MemoryHeapBase> heap; in stopPreviewCallbacks() local
|