Searched defs:min (Results 51 - 75 of 108) sorted by relevance

12345

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.h262 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/hardware/google/av/codec2/vndk/util/
H A DC2InterfaceHelper.cpp647 auto min = dependencies.begin(); local
648 C2Param::Index ix = min->second.first;
649 bool dirty = min->second.second;
650 dependencies.erase(min);
/hardware/qcom/camera/msm8998/
H A DQCameraParameters.h35 FPSRange(int min,int max){ argument
36 minFPS=min;
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.h442 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:qhwc
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp606 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
631 DEBUG_PRINT_LOW("i/p previous min cnt = %u", (unsigned int)m_sInPortDef.nBufferCountMin);
665 DEBUG_PRINT_LOW("o/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
700 DEBUG_PRINT_LOW("o/p previous min cnt = %u", (unsigned int)m_sOutPortDef.nBufferCountMin);
1304 "count min=%u, buffer size=%u",
2075 bool omx_venc::dev_get_capability_ltrcount(OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size) argument
2078 (void) min;
2084 return handle->venc_get_capability_ltrcount(min, max, step_size);
H A Domx_video_base.cpp1459 DEBUG_PRINT_LOW("m_sInPortDef: size = %u, min cnt = %u, actual cnt = %u",
1479 DEBUG_PRINT_LOW("m_sOutPortDef: size = %u, min cnt = %u, actual cnt = %u",
1783 OMX_U32 min = 0, max = 0, step_size = 0; local
1784 if (dev_get_capability_ltrcount(&min, &max, &step_size)) {
1785 pParam->nMin = min;
H A Dvideo_encoder_device.cpp614 bool venc_dev::venc_get_capability_ltrcount(unsigned long *min, argument
627 *min = cap_ltr_count.min;
630 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
631 *min, *max, *step_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp424 DEBUG_PRINT_LOW("i/p min cnt requested = %u", portDefn->nBufferCountMin);
433 DEBUG_PRINT_LOW("i/p previous min cnt = %u", m_sInPortDef.nBufferCountMin);
467 DEBUG_PRINT_LOW("o/p min cnt requested = %u", portDefn->nBufferCountMin);
485 DEBUG_PRINT_LOW("o/p previous min cnt = %u", m_sOutPortDef.nBufferCountMin);
1269 bool omx_swvenc::dev_get_capability_ltrcount(OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size) argument
H A Domx_swvenc_mpeg4.cpp523 DEBUG_PRINT_LOW("i/p min cnt requested = %u", portDefn->nBufferCountMin);
579 DEBUG_PRINT_LOW("i/p previous min cnt = %u", m_sInPortDef.nBufferCountMin);
607 DEBUG_PRINT_LOW("i/p new min cnt = %u", m_sInPortDef.nBufferCountMin);
613 DEBUG_PRINT_LOW("o/p min cnt requested = %u", portDefn->nBufferCountMin);
632 DEBUG_PRINT_LOW("o/p previous min cnt = %u", m_sOutPortDef.nBufferCountMin);
671 DEBUG_PRINT_LOW("o/p new min cnt = %u", m_sOutPortDef.nBufferCountMin);
1317 "count min=%u, buffer size=%u",
1976 OMX_U32 *min,
1983 (void)min;
2132 DEBUG_PRINT_ERROR("ERROR: %s, (actual,min) buffe
1974 dev_get_capability_ltrcount( OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size ) argument
[all...]
H A Domx_video_encoder.cpp682 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
707 DEBUG_PRINT_LOW("i/p previous min cnt = %u", (unsigned int)m_sInPortDef.nBufferCountMin);
741 DEBUG_PRINT_LOW("o/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
776 DEBUG_PRINT_LOW("o/p previous min cnt = %u", (unsigned int)m_sOutPortDef.nBufferCountMin);
1379 "count min=%u, buffer size=%u",
1391 "count min=%u, buffer size=%u",
2337 bool omx_venc::dev_get_capability_ltrcount(OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size) argument
2340 (void) min;
2346 return handle->venc_get_capability_ltrcount(min, max, step_size);
H A Dvideo_encoder_device.cpp615 bool venc_dev::venc_get_capability_ltrcount(unsigned long *min, argument
628 *min = cap_ltr_count.min;
631 DEBUG_PRINT_HIGH("LTR Capability: min=%x, max=%d, step_size=%d",
632 *min, *max, *step_size);
H A Domx_video_base.cpp1535 DEBUG_PRINT_LOW("m_sInPortDef: size = %u, min cnt = %u, actual cnt = %u",
1555 DEBUG_PRINT_LOW("m_sOutPortDef: size = %u, min cnt = %u, actual cnt = %u",
1888 OMX_U32 min = 0, max = 0, step_size = 0; local
1889 if (dev_get_capability_ltrcount(&min, &max, &step_size)) {
1890 pParam->nMin = min;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp521 DEBUG_PRINT_LOW("i/p min cnt requested = %u", portDefn->nBufferCountMin);
577 DEBUG_PRINT_LOW("i/p previous min cnt = %u", m_sInPortDef.nBufferCountMin);
605 DEBUG_PRINT_LOW("i/p new min cnt = %u", m_sInPortDef.nBufferCountMin);
611 DEBUG_PRINT_LOW("o/p min cnt requested = %u", portDefn->nBufferCountMin);
630 DEBUG_PRINT_LOW("o/p previous min cnt = %u", m_sOutPortDef.nBufferCountMin);
669 DEBUG_PRINT_LOW("o/p new min cnt = %u", m_sOutPortDef.nBufferCountMin);
1313 "count min=%u, buffer size=%u",
2031 OMX_U32 *min,
2038 (void)min;
2187 DEBUG_PRINT_ERROR("ERROR: %s, (actual,min) buffe
2029 dev_get_capability_ltrcount( OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size ) argument
[all...]
H A Domx_video_encoder.cpp722 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
747 DEBUG_PRINT_LOW("i/p previous min cnt = %u", (unsigned int)m_sInPortDef.nBufferCountMin);
781 DEBUG_PRINT_LOW("o/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
816 DEBUG_PRINT_LOW("o/p previous min cnt = %u", (unsigned int)m_sOutPortDef.nBufferCountMin);
1463 "count min=%u, buffer size=%u",
1475 "count min=%u, buffer size=%u",
2510 bool omx_venc::dev_get_capability_ltrcount(OMX_U32 *min, OMX_U32 *max, OMX_U32 *step_size) argument
2513 (void) min;
2519 return handle->venc_get_capability_ltrcount(min, max, step_size);
H A Domx_video_base.cpp1550 DEBUG_PRINT_LOW("m_sInPortDef: size = %u, min cnt = %u, actual cnt = %u",
1572 DEBUG_PRINT_LOW("m_sOutPortDef: size = %u, min cnt = %u, actual cnt = %u",
1923 OMX_U32 min = 0, max = 0, step_size = 0; local
1924 if (dev_get_capability_ltrcount(&min, &max, &step_size)) {
1925 pParam->nMin = min;
5342 DEBUG_PRINT_ERROR("convert_queue_buffer: insufficient handle size(%u) v/s min(%u)",
/hardware/interfaces/sensors/1.0/vts/functional/
H A DVtsHalSensorsV1_0TargetTest.cpp454 Vec3NormChecker(float min, float max) : mRange(min, max) {} argument
637 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs);
882 // Test min max are in the right order
884 // Test min/max delay matches reporting mode
1173 ALOGI("min/maxDelayAverageInterval = %" PRId64 " %" PRId64,
1227 batchingPeriodInNs = std::min(batchingPeriodInNs, maxBatchingTestTimeNs);
/hardware/qcom/audio/hal/audio_extn/
H A Dusb.c129 int min, max; local
167 min = mixer_ctl_get_range_min(ctl);
169 ALOGV(" (range %d->%d)", min, max);
238 ALOGE("%s: could not find min rates string", __func__);
1176 unsigned long audio_extn_usb_find_service_interval(bool min, argument
1182 unsigned long interval_us = min ? ULONG_MAX : 1; // 0 is invalid
1189 interval_us = min ?
/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1296 unsigned int min; local
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.h469 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:qhwc
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h544 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:qhwc
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h393 template<typename T> inline T min(T a, T b) { return (a < b) ? a : b; } function in namespace:overlay::utils
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DVirtualDevice.cpp2077 static uint32_t min(uint32_t a, uint32_t b) function in namespace:android::intel
2085 setMaxDecodeResolution(min(width, metadata.normalBuffer.width), min(height, metadata.normalBuffer.height));
2087 setMaxDecodeResolution(min(height, metadata.normalBuffer.width), min(width, metadata.normalBuffer.height));
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h289 unsigned long min; member in struct:venc_range
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h518 unsigned long min; member in struct:venc_range
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h289 unsigned long min; member in struct:venc_range

Completed in 731 milliseconds

12345