/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1695 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 1700 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview() 1701 buf_planes->plane_info.mp[0].len = stride * scanline; in mm_stream_calc_offset_preview() 1702 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview() 1703 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview() 1704 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview() 1705 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview() 1706 buf_planes->plane_info.mp[0].width = dim->width; in mm_stream_calc_offset_preview() 1707 buf_planes->plane_info.mp[0].height = dim->height; in mm_stream_calc_offset_preview() 1711 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview() [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1667 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 1671 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview() 1672 buf_planes->plane_info.mp[0].len = stride * scanline; in mm_stream_calc_offset_preview() 1673 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview() 1674 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview() 1675 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview() 1676 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview() 1680 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview() 1681 buf_planes->plane_info.mp[1].len = in mm_stream_calc_offset_preview() 1683 buf_planes->plane_info.mp[1].offset_x = 0; in mm_stream_calc_offset_preview() [all …]
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1660 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 1664 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview() 1665 buf_planes->plane_info.mp[0].len = stride * scanline; in mm_stream_calc_offset_preview() 1666 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview() 1667 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview() 1668 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview() 1669 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview() 1673 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview() 1674 buf_planes->plane_info.mp[1].len = in mm_stream_calc_offset_preview() 1676 buf_planes->plane_info.mp[1].offset_x = 0; in mm_stream_calc_offset_preview() [all …]
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 151 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream() 153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream() 154 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 151 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream() 153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream() 154 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_rdi.c | 158 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream() 160 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream() 161 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 1726 rc = mOfflineMemory.getBufDef(reproc_cfg.input_stream_plane_info.plane_info, in request() 1734 reproc_cfg.input_stream_plane_info.plane_info, 1); in request() 1752 cam_frame_len_offset_t offset = meta_planes.plane_info; in request() 3266 reprocess_config.offline.input_buf_planes.plane_info = in addReprocStreamsFromSource() 3267 src_config.input_stream_plane_info.plane_info; in addReprocStreamsFromSource()
|
D | QCamera3PostProc.cpp | 292 frame->reproc_config.input_stream_plane_info.plane_info; in getFWKJpegEncodeConfig()
|
D | QCamera3HWI.cpp | 5108 strides[i*3+2] = buf_planes.plane_info.mp[0].stride; in initStaticMetadata()
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_types.h | 318 cam_frame_len_offset_t plane_info; member
|
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | cam_types.h | 322 cam_frame_len_offset_t plane_info; member
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 167 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
|
D | QCamera2HWI.cpp | 2169 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len); in registerFaceImage() 2183 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCamera2HWICallbacks.cpp | 167 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
|
D | QCamera2HWI.cpp | 2169 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len); in registerFaceImage() 2183 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 874 rp_cfg.offline.input_buf_planes.plane_info = offset; in addReprocStreamsFromSource()
|
D | QCameraStream.cpp | 986 mFrameLenOffset = mStreamInfo->buf_planes.plane_info; in allocateBuffers()
|
D | QCamera2HWICallbacks.cpp | 447 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
|
D | QCamera2HWI.cpp | 3192 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE); in registerFaceImage() 3206 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_types.h | 394 cam_frame_len_offset_t plane_info; member
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 2502 reprocess_config.offline.input_buf_planes.plane_info = frameOffset; in addReprocStreamsFromSource()
|
D | QCamera3HWI.cpp | 4273 strides[i*3+2] = buf_planes.plane_info.mp[0].stride; in initStaticMetadata()
|