Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI.cpp2927 mm_camera_buf_def_t *buf_def) in initHeapMem() argument
2985 if(buf_def != NULL && offset != NULL) { in initHeapMem()
2986 buf_def[i].fd = heap->mem_info[i].fd; in initHeapMem()
2987 buf_def[i].frame_len = heap->mem_info[i].size; in initHeapMem()
2988 buf_def[i].buffer = heap->camera_memory[i]->data; in initHeapMem()
2989 buf_def[i].mem_info = (void *)&heap->mem_info[i]; in initHeapMem()
2990 buf_def[i].num_planes = offset->num_planes; in initHeapMem()
2993 buf_def[i].planes[0].length = offset->mp[0].len; in initHeapMem()
2994 buf_def[i].planes[0].m.userptr = heap->mem_info[i].fd; in initHeapMem()
2995 buf_def[i].planes[0].data_offset = offset->mp[0].offset; in initHeapMem()
[all …]
/device/moto/shamu/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h480 mm_camera_buf_def_t *buf_def,
/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h548 mm_camera_buf_def_t *buf_def);