Home
last modified time | relevance | path

Searched refs:plane_buf (Results 1 – 18 of 18) sorted by relevance

/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h99 struct mm_camera_buf_def *plane_buf; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h99 struct mm_camera_buf_def *plane_buf; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1186 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()
1800 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()
1801 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()
1806 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()
1807 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()
1857 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()
1858 free(my_obj->plane_buf); in mm_stream_deinit_bufs()
1859 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1186 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()
1800 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()
1801 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()
1806 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()
1807 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()
1857 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()
1858 free(my_obj->plane_buf); in mm_stream_deinit_bufs()
1859 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h103 struct mm_camera_buf_def *plane_buf; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h252 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h252 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1471 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()
2182 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()
2183 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()
2188 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()
2189 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()
2240 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()
2241 free(my_obj->plane_buf); in mm_stream_deinit_bufs()
2242 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h269 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1301 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1438 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1301 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp313 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
DQCamera2HWICallbacks.cpp1156 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp313 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
DQCamera2HWICallbacks.cpp1156 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp355 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
DQCamera2HWICallbacks.cpp1518 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()