Home
last modified time | relevance | path

Searched refs:output_width (Results 1 – 16 of 16) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp242 uint32_t output_width; in decoder_test() local
351 output_width = dest.width; in decoder_test()
358 output_width = MIN((dest.width), in decoder_test()
368 output_width = MIN((dest.width), in decoder_test()
/device/moto/shamu/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h193 OMX_U32 output_width; member
/device/lge/bullhead/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h204 OMX_U32 output_width; member
/device/huawei/angler/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h204 OMX_U32 output_width; member
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp929 … 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()
DQCamera2HWI.cpp4638 pp_config.scale_param.output_width, pp_config.scale_param.output_height); in addReprocChannel()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c976 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->dst_dim.width; in mm_jpeg_session_config_thumbnail()
985 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->dst_dim.height; in mm_jpeg_session_config_thumbnail()
995 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->src_dim.width; in mm_jpeg_session_config_thumbnail()
1003 double thumb_aspect_ratio = (double)thumbnail_info.output_width / in mm_jpeg_session_config_thumbnail()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c976 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->dst_dim.width; in mm_jpeg_session_config_thumbnail()
985 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->dst_dim.height; in mm_jpeg_session_config_thumbnail()
995 thumbnail_info.output_width = (OMX_U32)p_thumb_dim->src_dim.width; in mm_jpeg_session_config_thumbnail()
1003 double thumb_aspect_ratio = (double)thumbnail_info.output_width / in mm_jpeg_session_config_thumbnail()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h1604 int32_t output_width; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp1052 streamInfo->reprocess_config.pp_feature_config.scale_param.output_width; in addReprocStreamsFromSource()
DQCamera2HWI.cpp5782 pp_config.scale_param.output_width, in getPPConfig()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp1052 streamInfo->reprocess_config.pp_feature_config.scale_param.output_width; in addReprocStreamsFromSource()
DQCamera2HWI.cpp5782 pp_config.scale_param.output_width, in getPPConfig()
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h2066 int32_t output_width; member
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h2066 int32_t output_width; member
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c926 thumbnail_info.output_width = p_thumb_dim->src_dim.width; in mm_jpeg_session_config_thumbnail()
929 thumbnail_info.output_width = p_thumb_dim->dst_dim.width; in mm_jpeg_session_config_thumbnail()