Home
last modified time | relevance | path

Searched refs:plane_info (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2343 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2356 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()
2357 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()
2358 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview()
2359 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview()
2360 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview()
2361 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview()
2362 buf_planes->plane_info.mp[0].width = dim->width; in mm_stream_calc_offset_preview()
2363 buf_planes->plane_info.mp[0].height = dim->height; in mm_stream_calc_offset_preview()
2367 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview()
[all …]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c183 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream()
185 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream()
186 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp484 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
999 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()
1000 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()
1001 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()
1002 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()
1003 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; in sendPreviewCallback()
1004 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; in sendPreviewCallback()
1010 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()
1011 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()
1012 uvStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()
[all …]
DQCameraStream.cpp1506 mFrameLenOffset = mStreamInfo->buf_planes.plane_info; in allocateBuffers()
2298 offset = streamInfo.buf_planes.plane_info; in getFrameOffset()
DQCameraChannel.cpp1094 rp_cfg.offline.input_buf_planes.plane_info = offset; in addReprocStreamsFromSource()
DQCamera2HWI.cpp5627 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len, NON_SECURE); in registerFaceImage()
5641 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.cpp1090 rc = mOfflineMemory.getBufDef(reproc_cfg->input_stream_plane_info.plane_info, in setFwkInputPPData()
1096 reproc_cfg->input_stream_plane_info.plane_info, QCAMERA_DUMP_FRM_INPUT_REPROCESS); in setFwkInputPPData()
1121 cam_frame_len_offset_t offset = meta_planes.plane_info; in setFwkInputPPData()
2573 mFrameLen = buf_planes.plane_info.frame_len; in initialize()
4606 reprocess_config.offline.input_buf_planes.plane_info = in addReprocStreamsFromSource()
4607 src_config.input_stream_plane_info.plane_info; in addReprocStreamsFromSource()
DQCamera3PostProc.cpp370 frame->reproc_config.input_stream_plane_info.plane_info; in getFWKJpegEncodeConfig()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h529 cam_frame_len_offset_t plane_info; member