Home
last modified time | relevance | path

Searched refs:reproc_config (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3PostProc.cpp279 cam_format_t img_fmt = frame->reproc_config.stream_format; in getFWKJpegEncodeConfig()
292 frame->reproc_config.input_stream_plane_info.plane_info; in getFWKJpegEncodeConfig()
493 frame->reproc_config.src_channel != m_parent) { in processData()
1003 src_dim.width = recvd_frame->reproc_config.input_stream_dim.width; in encodeFWKData()
1004 src_dim.height = recvd_frame->reproc_config.input_stream_dim.height; in encodeFWKData()
1008 dst_dim.width = recvd_frame->reproc_config.output_stream_dim.width; in encodeFWKData()
1009 dst_dim.height = recvd_frame->reproc_config.output_stream_dim.height; in encodeFWKData()
DQCamera3PostProc.h56 reprocess_config_t reproc_config; member
DQCamera3Channel.cpp1760 src_frame->reproc_config = reproc_cfg; in request()
2976 fwk_frame.reproc_config.rotation = ROTATE_0; in extractFrameCropAndRotation()
2978 fwk_frame.reproc_config.rotation = ROTATE_90; in extractFrameCropAndRotation()
2980 fwk_frame.reproc_config.rotation = ROTATE_180; in extractFrameCropAndRotation()
2982 fwk_frame.reproc_config.rotation = ROTATE_270; in extractFrameCropAndRotation()
2992 fwk_frame.reproc_config.output_crop = in extractFrameCropAndRotation()
3045 frame->reproc_config.output_crop = crop_data->crop_info[0].crop; in extractCrop()
3155 param.reprocess.frame_pp_config.rotation = frame->reproc_config.rotation; in doReprocessOffline()
3156 param.reprocess.frame_pp_config.crop.input_crop = frame->reproc_config.output_crop; in doReprocessOffline()