Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp243 uint32_t output_height; in decoder_test() local
352 output_height = dest.height; in decoder_test()
360 output_height = MIN((dest.height), in decoder_test()
366 output_height = MIN((dest.height), in decoder_test()
/device/moto/shamu/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h194 OMX_U32 output_height; member
/device/lge/bullhead/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h205 OMX_U32 output_height; member
/device/huawei/angler/camera/mm-image-codec/qomx_core/
DQOMX_JpegExtensions.h205 OMX_U32 output_height; member
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraChannel.cpp928 … streamInfo->dim.width = streamInfo->reprocess_config.pp_feature_config.scale_param.output_height; 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/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c977 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->dst_dim.height; in mm_jpeg_session_config_thumbnail()
986 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->dst_dim.width; in mm_jpeg_session_config_thumbnail()
996 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->src_dim.height; in mm_jpeg_session_config_thumbnail()
1004 (double)thumbnail_info.output_height; in mm_jpeg_session_config_thumbnail()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c977 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->dst_dim.height; in mm_jpeg_session_config_thumbnail()
986 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->dst_dim.width; in mm_jpeg_session_config_thumbnail()
996 thumbnail_info.output_height = (OMX_U32)p_thumb_dim->src_dim.height; in mm_jpeg_session_config_thumbnail()
1004 (double)thumbnail_info.output_height; in mm_jpeg_session_config_thumbnail()
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h1605 int32_t output_height; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraChannel.cpp1054 … streamInfo->reprocess_config.pp_feature_config.scale_param.output_height; in addReprocStreamsFromSource()
DQCamera2HWI.cpp5783 pp_config.scale_param.output_height); in getPPConfig()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraChannel.cpp1054 … streamInfo->reprocess_config.pp_feature_config.scale_param.output_height; in addReprocStreamsFromSource()
DQCamera2HWI.cpp5783 pp_config.scale_param.output_height); in getPPConfig()
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h2067 int32_t output_height; member
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h2067 int32_t output_height; member
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg.c927 thumbnail_info.output_height = p_thumb_dim->src_dim.height; in mm_jpeg_session_config_thumbnail()
930 thumbnail_info.output_height = p_thumb_dim->dst_dim.height; in mm_jpeg_session_config_thumbnail()