Searched refs:ceil (Results 1 - 14 of 14) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h55 #define ceil(x) ml_ceil(x) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h55 #define ceil(x) ml_ceil(x) macro
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp392 target->left = std::ceil(source.left);
393 target->top = std::ceil(source.top);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp301 target->left = std::ceil(source.left);
302 target->top = std::ceil(source.top);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp497 target->left = std::ceil(source.left);
498 target->top = std::ceil(source.top);
/hardware/qcom/media/msm8996/videopp/inc/
H A Domx_vdpp.h788 if((ceil(value) - value) > 0.5)
791 return ceil(value);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_copybit.cpp504 // ceil the tmp_w and tmp_h value to maintain proper ratio
507 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
508 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp492 target->left = std::ceil(source.left);
493 target->top = std::ceil(source.top);
/hardware/intel/common/utils/ISV/base/
H A Disv_processor.cpp468 *fps = ceil(1.0 / delta * 1E6 * (WINDOW_SIZE-1));
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp880 // ceil the tmp_w and tmp_h value to maintain proper ratio
883 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp933 // ceil the tmp_w and tmp_h value to maintain proper ratio
936 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
937 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);
H A DHWC2On1Adapter.cpp2229 static_cast<int32_t>(std::ceil(pending.left));
2231 static_cast<int32_t>(std::ceil(pending.top));
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp2142 static_cast<int32_t>(std::ceil(pending.left));
2144 static_cast<int32_t>(std::ceil(pending.top));
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2975 OMX_U32 num_intra_refresh_mbs = ceil(num_mbs_per_frame / intra_refresh->nRefreshPeriod);

Completed in 593 milliseconds