Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2695 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2708 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()
2709 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()
2710 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview()
2711 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview()
2712 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview()
2713 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview()
2714 buf_planes->plane_info.mp[0].width = dim->width; in mm_stream_calc_offset_preview()
2715 buf_planes->plane_info.mp[0].height = dim->height; in mm_stream_calc_offset_preview()
2719 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c186 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream()
188 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream()
189 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp487 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
1033 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()
1034 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()
1035 uStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()
1036 uScanline = streamInfo->buf_planes.plane_info.mp[1].scanline; in sendPreviewCallback()
1037 vStride = streamInfo->buf_planes.plane_info.mp[2].stride; in sendPreviewCallback()
1038 vScanline = streamInfo->buf_planes.plane_info.mp[2].scanline; in sendPreviewCallback()
1044 yStride = streamInfo->buf_planes.plane_info.mp[0].stride; in sendPreviewCallback()
1045 yScanline = streamInfo->buf_planes.plane_info.mp[0].scanline; in sendPreviewCallback()
1046 uvStride = streamInfo->buf_planes.plane_info.mp[1].stride; in sendPreviewCallback()
[all …]
DQCameraStream.cpp1626 mFrameLenOffset = mStreamInfo->buf_planes.plane_info; in allocateBuffers()
2451 offset = streamInfo.buf_planes.plane_info; in getFrameOffset()
DQCameraChannel.cpp1275 rp_cfg.offline.input_buf_planes.plane_info = offset; in addReprocStreamsFromSource()
DQCamera2HWI.cpp6259 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
6273 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp1342 rc = mOfflineMemory.getBufDef(reproc_cfg->input_stream_plane_info.plane_info, in setFwkInputPPData()
1348 reproc_cfg->input_stream_plane_info.plane_info, QCAMERA_DUMP_FRM_INPUT_REPROCESS); in setFwkInputPPData()
1373 cam_frame_len_offset_t offset = meta_planes.plane_info; in setFwkInputPPData()
2973 mFrameLen = buf_planes.plane_info.frame_len; in initialize()
3827 mFrameLen = buf_planes.plane_info.frame_len; in initialize()
5462 reprocess_config.offline.input_buf_planes.plane_info = in addReprocStreamsFromSource()
5463 src_config.input_stream_plane_info.plane_info; in addReprocStreamsFromSource()
DQCamera3HWI.cpp5262 for (uint32_t i = 0; i < streamInfo->buf_planes.plane_info.num_planes; i++) { in fillPbStreamConfig()
5264 plane.stride = streamInfo->buf_planes.plane_info.mp[i].stride * bytesPerPixel; in fillPbStreamConfig()
5265 plane.scanline = streamInfo->buf_planes.plane_info.mp[i].scanline; in fillPbStreamConfig()
5271 config->image.padding = streamInfo->buf_planes.plane_info.frame_len - totalPlaneSize; in fillPbStreamConfig()
11276 strides.add(buf_planes.plane_info.mp[0].stride); in initStaticMetadata()
11324 opaque_size.add(buf_planes.plane_info.frame_len); in initStaticMetadata()
DQCamera3PostProc.cpp377 frame->reproc_config.input_stream_plane_info.plane_info; in getFWKJpegEncodeConfig()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h641 cam_frame_len_offset_t plane_info; member