Home
last modified time | relevance | path

Searched refs:num_planes (Results 1 – 25 of 44) sorted by relevance

12

/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp81 uint8_t num_planes = mFrameOffsetInfo.num_planes; in initBuffers() local
90 num_planes = mFrameOffsetInfo.num_planes; in initBuffers()
91 for(int i=0; i < num_planes; i++) in initBuffers()
100 mDisplayBuf[i].num_planes = num_planes; in initBuffers()
109 for (int j = 1; j < num_planes; j++) { in initBuffers()
118 for (int j = 0; j < num_planes; j++) in initBuffers()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_video.c122 int i,j,num_planes, frame_len, y_off, cbcr_off;
128 num_planes = frame_offset_info->num_planes;
129 for ( i = 0; i < num_planes; i++) {
165 bufs[i].num_planes = num_planes;
176 for (j = 1; j < num_planes; j++) {
Dmm_qcamera_app.c560 int i, num_planes; in mm_stream_alloc_bufs() local
562 num_planes = frame_offset_info->num_planes; in mm_stream_alloc_bufs()
563 CDBG("%s: num_planes = %d",__func__,num_planes); in mm_stream_alloc_bufs()
583 app_bufs->bufs[i].num_planes = num_planes; in mm_stream_alloc_bufs()
591 for (j = 1; j < num_planes; j++) { in mm_stream_alloc_bufs()
Dmm_qcamera_preview.c206 if (newFrame->num_planes > 1) in dumpFrameToFile()
325 int i,j,num_planes, frame_len, y_off, cbcr_off;
331 num_planes = frame_offset_info->num_planes;
332 for ( i = 0; i < num_planes; i++) {
368 bufs[i].num_planes = num_planes;
379 for (j = 1; j < num_planes; j++) {
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c68 uint8_t num_planes);
196 rc = mm_stream_read_msm_frame(my_obj, &buf_info, my_obj->frame_offset.num_planes); in mm_stream_data_notify()
936 uint8_t num_planes) in mm_stream_read_msm_frame() argument
948 vb.length = num_planes; in mm_stream_read_msm_frame()
1143 buffer.length = buf->num_planes; in mm_stream_qbuf()
1695 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
1728 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
1763 buf_planes->plane_info.num_planes = 3; in mm_stream_calc_offset_preview()
1807 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
1842 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_stream.c851 uint8_t *num_planes) in mm_stream_util_get_v4l2_fmt() argument
857 *num_planes = 2; in mm_stream_util_get_v4l2_fmt()
861 *num_planes = 2; in mm_stream_util_get_v4l2_fmt()
866 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
870 *num_planes = 2; in mm_stream_util_get_v4l2_fmt()
874 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
878 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
882 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
886 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
890 *num_planes = 1; in mm_stream_util_get_v4l2_fmt()
[all …]
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c69 uint8_t num_planes);
275 length = my_obj->frame_offset.num_planes; in mm_stream_data_notify()
1230 uint8_t num_planes) in mm_stream_read_msm_frame() argument
1242 vb.length = num_planes; in mm_stream_read_msm_frame()
1450 length = buf->planes_buf.num_planes; in mm_stream_qbuf()
2046 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2079 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2112 buf_planes->plane_info.num_planes = 3; in mm_stream_calc_offset_preview()
2156 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2191 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c69 uint8_t num_planes);
275 length = my_obj->frame_offset.num_planes; in mm_stream_data_notify()
1230 uint8_t num_planes) in mm_stream_read_msm_frame() argument
1242 vb.length = num_planes; in mm_stream_read_msm_frame()
1450 length = buf->planes_buf.num_planes; in mm_stream_qbuf()
2046 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2079 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2112 buf_planes->plane_info.num_planes = 3; in mm_stream_calc_offset_preview()
2156 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2191 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
[all …]
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Preview.cpp444 uint8_t num_planes = mFrameOffsetInfo.num_planes; in initDisplayBuffers() local
462 for(int i=0; i < num_planes; i++) in initDisplayBuffers()
477 mDisplayBuf[i].num_planes = num_planes; in initDisplayBuffers()
485 for (int j = 1; j < num_planes; j++) { in initDisplayBuffers()
494 for (int j = 0; j < num_planes; j++) in initDisplayBuffers()
523 uint8_t num_planes = mFrameOffsetInfo.num_planes; in initPreviewOnlyBuffers() local
DQCameraHWI_Rdi.cpp126 (newFrame->planes[1].length * newFrame->num_planes)); in dumpFrameToFile()
/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Mem.cpp231 bufDef.num_planes = offset.num_planes; in getBufDef()
240 for (int i = 1; i < bufDef.num_planes; i++) { in getBufDef()
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
Dmm_qcamera_app.h157 uint8_t *num_planes,
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Mem.cpp232 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes; in getBufDef()
241 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) { in getBufDef()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Mem.cpp232 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes; in getBufDef()
241 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) { in getBufDef()
/device/huawei/angler/camera/
DQCamera_Intf.h196 int num_planes; member
1040 int8_t num_planes; member
/device/lge/bullhead/camera/
DQCamera_Intf.h196 int num_planes; member
1040 int8_t num_planes; member
/device/moto/shamu/camera/
DQCamera_Intf.h196 int num_planes; member
1040 int8_t num_planes; member
/device/moto/shamu/camera/QCamera2/stack/common/
Dmm_camera_interface.h72 int8_t num_planes; member
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraMem.cpp208 bufDef.num_planes = offset.num_planes; in getBufDef()
217 for (int i = 1; i < bufDef.num_planes; i++) { in getBufDef()
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h84 int8_t num_planes; member
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
Dmm_camera_interface.h196 int8_t num_planes; /* num of planes, to be filled during mem allocation */ member
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h84 int8_t num_planes; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp240 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes; in getBufDef()
249 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) { in getBufDef()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp240 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes; in getBufDef()
249 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) { in getBufDef()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c252 for (i = 0; i < frame->planes_buf.num_planes; i++) { in mm_app_dump_frame()
309 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes; in mm_app_alloc_bufs()
322 for (j = 1; j < (uint8_t)frame_offset_info->num_planes; j++) { in mm_app_alloc_bufs()
369 frame_offset_info->num_planes, in mm_app_stream_initbuf()

12