Home
last modified time | relevance | path

Searched refs:INT32_MAX (Results 1 – 25 of 119) sorted by relevance

12345

/frameworks/av/media/module/libmediaformatshaper/
DVQApply.cpp128 int32_t qpChosen = INT32_MAX; in VQApply()
142 if (bitrateFloor > INT32_MAX) bitrateFloor = INT32_MAX; in VQApply()
143 if (bitrateCeiling > INT32_MAX) bitrateCeiling = INT32_MAX; in VQApply()
167 if (qpmax != INT32_MAX) { in VQApply()
171 } else if (qpmax == INT32_MAX) { in VQApply()
173 qpChosen = INT32_MAX; in VQApply()
177 int32_t value = INT32_MAX; in VQApply()
184 if (qpChosen != INT32_MAX) { in VQApply()
189 qpChosen = INT32_MAX; in VQApply()
196 if (qpChosen != INT32_MAX) { in VQApply()
[all …]
DVideoShaper.cpp51 .qpMax = INT32_MAX,
/frameworks/av/media/module/codecs/amrwb/enc/src/
Dpreemph.c74 if (L_tmp > INT32_MAX / 2) { in Preemph2()
75 L_tmp = INT32_MAX / 2; in Preemph2()
78 if (L_tmp > INT32_MAX - 0x8000) { in Preemph2()
79 L_tmp = INT32_MAX - 0x8000; in Preemph2()
86 if (L_tmp > INT32_MAX / 2) { in Preemph2()
87 L_tmp = INT32_MAX / 2; in Preemph2()
90 if (L_tmp > INT32_MAX - 0x8000) { in Preemph2()
91 L_tmp = INT32_MAX - 0x8000; in Preemph2()
/frameworks/native/services/surfaceflinger/tests/
DLayerTrustedPresentationListener_test.cpp73 .setLayer(mainLayer, INT32_MAX) in thresholdsPrepared()
122 .setLayer(otherLayer, INT32_MAX) in TEST_F()
123 .setLayer(mainLayer, INT32_MAX - 1) in TEST_F()
137 .setLayer(otherLayer, INT32_MAX) in TEST_F()
139 .setLayer(mainLayer, INT32_MAX - 1) in TEST_F()
196 .setLayer(otherLayer, INT32_MAX) in TEST_F()
197 .setLayer(mainLayer, INT32_MAX - 1) in TEST_F()
214 .setLayer(otherLayer, INT32_MAX) in TEST_F()
215 .setLayer(mainLayer, INT32_MAX - 1) in TEST_F()
232 .setLayer(otherLayer, INT32_MAX) in TEST_F()
[all …]
DScreenCapture_test.cpp61 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp()
63 t.setLayer(mFGSurfaceControl, INT32_MAX - 1) in SetUp()
94 Transaction().show(layer).setLayer(layer, INT32_MAX).apply(true); in TEST_F()
155 Transaction().show(parentLayer).setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
195 Transaction().setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
256 Transaction().setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F()
611 .setLayer(redLayer, INT32_MAX - 1) in TEST_F()
646 .setLayer(redLayer, INT32_MAX - 1) in TEST_F()
688 Transaction().show(redLayer).setLayer(redLayer, INT32_MAX).apply(true); in TEST_F()
692 captureArgs.frameScaleX = INT32_MAX / 60; in TEST_F()
[all …]
DWindowInfosListener_test.cpp63 .setLayer(surfaceControl, INT32_MAX - 1) in TEST_F()
93 .setLayer(surfaceControl, INT32_MAX - 1) in TEST_F()
DLayerUpdate_test.cpp70 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp()
72 t.setLayer(mFGSurfaceControl, INT32_MAX - 1) in SetUp()
76 t.setLayer(mSyncSurfaceControl, INT32_MAX - 1) in SetUp()
526 t.setLayer(newSurface, INT32_MAX - 2); in TEST_F()
568 t.setLayer(relative, INT32_MAX) in TEST_F()
764 t.setLayer(rootBoundlessLayer, INT32_MAX - 1); in TEST_F()
/frameworks/av/services/mediametrics/fuzzer/
DREADME.md21 …: `INT32_MIN` to `INT32_MAX`, `INT64_MIN` to `INT64_MAX`, `std::string`, `double`, `pair<INT32_MIN…
22 …: `INT32_MIN` to `INT32_MAX`, `INT64_MIN` to `INT64_MAX`, `std::string`, `double`, `pair<INT32_MIN…
/frameworks/av/services/oboeservice/fuzzer/
DREADME.md29 | `UserId` | `INT32_MIN` to `INT32_MAX` | Value obtained from getuid() |
30 | `ProcessId` | `INT32_MIN` to `INT32_MAX` | Value obtained from getpid() |
32 | `DeviceId` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
33 | `SampleRate` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
40 | `BufferCapacity` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
41 | `HardwareSampleRate` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
42 | `HardwareSamplesPerFrame` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
/frameworks/av/media/libmedia/
DIMediaCodecList.cpp84 if (startIndex > INT32_MAX) { in findCodecByType()
119 if (count > INT32_MAX) { in onTransact()
120 count = INT32_MAX; in onTransact()
167 if (index > INT32_MAX || index < 0) { in onTransact()
184 if (index > INT32_MAX || index < 0) { in onTransact()
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAudioAnalytics.h75 int32_t lines = INT32_MAX, int64_t sinceNs = 0, const char *prefix = nullptr) const;
82 std::pair<std::string, int32_t> dumpHeatMap(int32_t lines = INT32_MAX) const {
91 std::pair<std::string, int32_t> dumpHealth(int32_t lines = INT32_MAX) const {
100 std::pair<std::string, int32_t> dumpSpatializer(int32_t lines = INT32_MAX) const {
306 int32_t lines = INT32_MAX, const char *prefix = nullptr) const;
346 int32_t lines = INT32_MAX, const char *prefix = nullptr) const;
/frameworks/av/media/module/codecs/amrwb/dec/src/
Dpv_amr_wb_type_defs.h109 #ifndef INT32_MAX
110 #define INT32_MAX 2147483647 macro
/frameworks/av/media/libstagefright/
DSkipCutBuffer.cpp34 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()
/frameworks/native/cmds/cmd/fuzzer/
DREADME.md18 | `in` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider|
19 | `out` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider|
20 | `err` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider|
/frameworks/native/include/ui/
DRect.h51 if (w > INT32_MAX) { in Rect()
52 w = INT32_MAX; in Rect()
54 if (h > INT32_MAX) { in Rect()
55 h = INT32_MAX; in Rect()
/frameworks/native/libs/ui/include/ui/
DRect.h51 if (w > INT32_MAX) { in Rect()
52 w = INT32_MAX; in Rect()
54 if (h > INT32_MAX) { in Rect()
55 h = INT32_MAX; in Rect()
/frameworks/native/libs/ui/include_vndk/ui/
DRect.h51 if (w > INT32_MAX) { in Rect()
52 w = INT32_MAX; in Rect()
54 if (h > INT32_MAX) { in Rect()
55 h = INT32_MAX; in Rect()
/frameworks/native/libs/binder/ndk/
Dpersistable_bundle_internal.h28 LOG_ALWAYS_FATAL_IF(inVec.size() > INT32_MAX, in getVecInternal()
55 LOG_ALWAYS_FATAL_IF(strings.size() > INT32_MAX, in getStringsInternal()
/frameworks/av/media/module/extractors/mp4/
DHeifCleanAperture.cpp41 return (x < INT32_MIN) || (x > INT32_MAX); in overflowsInt32()
122 !clap.height.isInteger() || imageW > INT32_MAX || imageH > INT32_MAX) { in convertCleanApertureToRect()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVP8Encoder.cpp29 #ifndef INT32_MAX
30 #define INT32_MAX 2147483647 macro
/frameworks/libs/binary_translation/kernel_api/
Dfcntl_emulation.cc98 CHECK_LE(host->l_start, INT32_MAX); in ConvertHostFlock64ToGuestFlock()
100 CHECK_LE(host->l_len, INT32_MAX); in ConvertHostFlock64ToGuestFlock()
/frameworks/native/libs/binder/
DParcel.cpp429 if (result > INT32_MAX) { in dataAvail()
447 if (size > INT32_MAX) { in setDataSize()
464 if (pos > INT32_MAX) { in setDataPosition()
479 if (size > INT32_MAX) { in setDataCapacity()
491 if (len > INT32_MAX) { in setData()
527 if (len > INT32_MAX) { in appendFrom()
696 if (len > INT32_MAX || thisOffset > INT32_MAX || otherOffset > INT32_MAX) { in compareDataInRange()
810 if (len > INT32_MAX || offset > INT32_MAX) { in hasBindersInRange()
850 if (len > INT32_MAX || offset > INT32_MAX) { in hasFileDescriptorsInRange()
1136 if (len > INT32_MAX) { in finishWrite()
[all …]
/frameworks/av/media/libaaudio/src/flowgraph/
DFlowgraphUtilities.h45 return INT32_MAX; in clamp32FromFloat()
/frameworks/base/libs/hwui/
DFrameMetricsObserver.h50 , mSurfaceControlId(INT32_MAX) in FrameMetricsObserver()
/frameworks/av/media/libstagefright/writer_fuzzers/
DREADME.md33 | `channel-count` | In the range `0 to INT32_MAX` | All the bits of 3rd byte to 6th bytes of data i…
34 | `sample-rate` | In the range `1 to INT32_MAX` | All the bits of 7th byte to 10th bytes of data if…
35 | `height` | In the range `0 to INT32_MAX` | All the bits of 3rd byte to 6th bytes of data if first…
36 | `width` | In the range `0 to INT32_MAX` | All the bits of 7th byte to 10th bytes of data if first…

12345