Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp928 … streamInfo->dim.width = streamInfo->reprocess_config.pp_feature_config.scale_param.output_height; in addReprocStreamsFromSource()
929 … streamInfo->dim.height = streamInfo->reprocess_config.pp_feature_config.scale_param.output_width; in addReprocStreamsFromSource()
931 … streamInfo->dim.width = streamInfo->reprocess_config.pp_feature_config.scale_param.output_width; in addReprocStreamsFromSource()
932 … streamInfo->dim.height = streamInfo->reprocess_config.pp_feature_config.scale_param.output_height; in addReprocStreamsFromSource()
DQCamera2HWI.cpp4638 pp_config.scale_param.output_width, pp_config.scale_param.output_height); in addReprocChannel()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h1637 cam_scale_param_t scale_param; member