Searched refs:INT32_MAX (Results 1 – 18 of 18) sorted by relevance
/hardware/google/av/media/sfplugin/ |
D | SkipCutBuffer.cpp | 34 if (num16BitChannels == 0 || num16BitChannels > INT32_MAX / 2) { in SkipCutBuffer() 39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize in SkipCutBuffer() 40 || cut * frameSize > INT32_MAX - 4096) { in SkipCutBuffer()
|
D | CCodec.cpp | 276 ? c2_min(INT32_MAX + 0., 1e6 / config.mMinAdjustedFps + 0.5) in configure() 277 : c2_max(0. - INT32_MAX, -1e6 / config.mFixedAdjustedFps - 0.5); in configure() 734 } else if (value > 0 && value <= INT32_MAX) { in configure() 861 (int32_t)(c2_min(maxInputSize.value, uint32_t(INT32_MAX)))); in configure()
|
D | CCodecConfig.cpp | 151 } else if (value.get(&uint32Value) && uint32Value <= uint32_t(INT32_MAX)) { in mapToMessage() 1090 && left >= 0 && width >=0 && width <= INT32_MAX - left in getSdkFormatForDomain() 1091 && top >= 0 && height >=0 && height <= INT32_MAX - top) { in getSdkFormatForDomain() 1320 (float)INT32_MAX)); in getReflectedFormat()
|
D | ReflectedParamUpdater.cpp | 328 if (size > INT32_MAX - offset || offset < minOffset) { in updateParamsFromMessage()
|
/hardware/qcom/msm8998/json-c/ |
D | json_inttypes.h | 12 #define INT32_MAX ((int32_t)_I32_MAX) macro
|
D | json_object.c | 544 else if (cint64 >= INT32_MAX) in json_object_get_int() 545 return INT32_MAX; in json_object_get_int()
|
D | json_tokener.c | 253 if ((len < -1) || (len == -1 && strlen(str) > INT32_MAX)) { in json_tokener_parse_ex()
|
/hardware/libhardware/modules/input/evdev/ |
D | MouseInputMapper.cpp | 63 INT32_MIN, INT32_MAX, 1.0f); in configureInputReport() 65 INT32_MIN, INT32_MAX, 1.0f); in configureInputReport()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.cpp | 28 #ifndef INT32_MAX 29 #define INT32_MAX 2147483647 macro 317 ((uint64_t)INT32_MAX / 3)) { in initEncoder()
|
/hardware/interfaces/camera/common/1.0/default/ |
D | VendorTagDescriptor.cpp | 303 if (tagCount < 0 || tagCount > INT32_MAX) { in createDescriptorFromOps()
|
/hardware/ril/include/telephony/ |
D | ril.h | 1878 RIL_DC_POWER_STATE_UNKNOWN = INT32_MAX // Unknown state
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 786 ((0 == iter.first) || (iter.first > INT32_MAX)) ? -1 : (int32_t)(iter.first); in GetDisplaysStatus()
|
D | hw_device_drm.cpp | 446 if (token_.conn_id > INT32_MAX) { in Init()
|
/hardware/ril/reference-ril/ |
D | ril.h | 1878 RIL_DC_POWER_STATE_UNKNOWN = INT32_MAX // Unknown state
|
/hardware/google/av/media/sfplugin/utils/ |
D | Codec2Mapper.cpp | 341 if (from >= (T)C2_PROFILE_LEVEL_VENDOR_START && from < (T)INT32_MAX) { in passThroughMap()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 3226 AvailableStream outputThreshold = {INT32_MAX, INT32_MAX, in TEST_F() 3440 AvailableStream blobThreshold = {INT32_MAX, INT32_MAX, in TEST_F()
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 189 .stop_threshold = INT32_MAX,
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 3559 maxRawDim = INT32_MAX; in deriveMinFrameDuration()
|