Home
last modified time | relevance | path

Searched refs:input_buf_planes (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h1233 cam_stream_buf_plane_info_t input_buf_planes; member
/hardware/qcom/camera/QCamera2/HAL/
DQCamera2HWI.cpp2169 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()
3285 streamInfoBuf->buf_planes = img_config.input_buf_planes; in addOfflineReprocChannel()
DQCamera2HWICallbacks.cpp167 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2289 *buf_planes = stream_info->reprocess_config.offline.input_buf_planes; in mm_stream_calc_offset_postproc()