Searched refs:XCAM_MAX (Results 1 – 9 of 9) sorted by relevance
/external/libxcam/modules/isp/ |
D | isp_config_translator.cpp | 57 double max_gain = XCAM_MAX (from.b_gain, from.r_gain); in translate_white_balance() 58 max_gain = XCAM_MAX (max_gain, from.gr_gain); in translate_white_balance() 59 max_gain = XCAM_MAX (max_gain, from.gb_gain); in translate_white_balance()
|
/external/libxcam/modules/ocl/ |
D | cl_defog_dcp_handler.cpp | 217 _max_i = XCAM_MAX (_max_r, _max_g); in get_max_value() 218 _max_i = XCAM_MAX (_max_i, _max_b); in get_max_value() 238 ret = XCAM_MAX (ret, 1.0f); in get_max_value()
|
D | cl_blender.cpp | 98 uint32_t aligned_width = XCAM_MAX (16, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_buffer_pool_video_info()
|
D | cl_video_stabilizer.cpp | 407 int32_t idx_min = XCAM_MAX ((index - _radius), 0); in stabilize()
|
D | cl_image_360_stitch.cpp | 520 uint32_t aligned_width = XCAM_MAX (16, XCAM_CL_BLENDER_ALIGNMENT_X); in prepare_buffer_pool_video_info()
|
/external/libxcam/xcore/base/ |
D | xcam_defs.h | 67 #define XCAM_MAX(a, b) ((a) > (b) ? (a) : (b)) macro
|
/external/libxcam/xcore/ |
D | x3a_analyzer_simple.cpp | 251 target_exposure = XCAM_MAX (target_exposure, SIMPLE_MIN_TARGET_EXPOSURE_TIME); in analyze_ae()
|
D | drm_display.cpp | 358 …v4l2_buf.length = XCAM_MAX (format.fmt.pix.sizeimage, gem.size); // todo check gem.size and format… in create_drm_buf()
|
/external/libxcam/xcore/interface/ |
D | stitcher.cpp | 401 seam_width = XCAM_MAX (left_img_seam.width, right_img_seam.width); in estimate_overlap() 414 uint32_t top = XCAM_MAX (left_img_seam.pos_y, right_img_seam.pos_y); in estimate_overlap()
|