/frameworks/av/media/libmediaformatshaper/ |
D | VQApply.cpp | 128 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 …]
|
D | VideoShaper.cpp | 51 .qpMax = INT32_MAX,
|
D | CodecProperties.cpp | 297 int qpMax = INT32_MAX; in qpMaxPoint() 347 qpMax = INT32_MAX; in qpMaxPoint() 414 qpMax = INT32_MAX; in setTargetQpMax()
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | preemph.c | 74 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/av/services/mediametrics/fuzzer/ |
D | README.md | 21 …: `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/ |
D | README.md | 29 | `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 | 34 | `SamplesPerFrame` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider | 40 | `BufferCapacity` | `INT32_MIN` to `INT32_MAX` | Value obtained from FuzzedDataProvider |
|
/frameworks/av/media/libmedia/ |
D | IMediaCodecList.cpp | 84 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/media/codecs/amrwb/dec/src/ |
D | pv_amr_wb_type_defs.h | 109 #ifndef INT32_MAX 110 #define INT32_MAX 2147483647 macro
|
/frameworks/av/media/libstagefright/ |
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()
|
/frameworks/native/libs/ui/include/ui/ |
D | Rect.h | 51 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/include/ui/ |
D | Rect.h | 51 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/ |
D | Rect.h | 51 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/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 58 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp() 60 t.setLayer(mFGSurfaceControl, INT32_MAX - 1) in SetUp() 85 Transaction().show(layer).setLayer(layer, INT32_MAX).apply(true); in TEST_F() 130 Transaction().show(parentLayer).setLayer(parentLayer, INT32_MAX).show(childLayer).apply(true); in TEST_F() 453 .setLayer(redLayer, INT32_MAX - 1) in TEST_F() 488 .setLayer(redLayer, INT32_MAX - 1) in TEST_F() 551 .setLayer(redLayer, INT32_MAX) in TEST_F() 593 Transaction().show(layer).setLayer(layer, INT32_MAX).apply(); in TEST_F() 620 .setLayer(layerWithFakeUid, INT32_MAX) in TEST_F() 643 .setLayer(layer, INT32_MAX) in TEST_F() [all …]
|
D | LayerUpdate_test.cpp | 68 t.setLayer(mBGSurfaceControl, INT32_MAX - 2).show(mBGSurfaceControl); in SetUp() 70 t.setLayer(mFGSurfaceControl, INT32_MAX - 1) in SetUp() 74 t.setLayer(mSyncSurfaceControl, INT32_MAX - 1) in SetUp() 524 t.setLayer(newSurface, INT32_MAX - 2); in TEST_F() 566 t.setLayer(relative, INT32_MAX) in TEST_F() 762 t.setLayer(rootBoundlessLayer, INT32_MAX - 1); in TEST_F()
|
D | RelativeZ_test.cpp | 47 t.setLayer(mBackgroundLayer, INT32_MAX - 2).show(mBackgroundLayer); in SetUp() 48 t.setLayer(mForegroundLayer, INT32_MAX - 1).show(mForegroundLayer); in SetUp()
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVP8Encoder.cpp | 29 #ifndef INT32_MAX 30 #define INT32_MAX 2147483647 macro
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 348 if (result > INT32_MAX) { in dataAvail() 366 if (size > INT32_MAX) { in setDataSize() 383 if (pos > INT32_MAX) { in setDataPosition() 396 if (size > INT32_MAX) { in setDataCapacity() 408 if (len > INT32_MAX) { in setData() 441 if (len > INT32_MAX) { in appendFrom() 721 if (len > INT32_MAX) { in finishWrite() 740 if (len > INT32_MAX) { in writeUnpadded() 765 if (len > INT32_MAX) { in write() 781 if (len > INT32_MAX) { in writeInplace() [all …]
|
/frameworks/av/media/libstagefright/writer_fuzzers/ |
D | README.md | 33 | `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…
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Process.cpp | 28 if (result >= INT32_MAX) { in mult32x32in32_shiftr() 29 return INT32_MAX; in mult32x32in32_shiftr()
|
/frameworks/av/services/camera/libcameraservice/api2/ |
D | HeicEncoderInfoManager.cpp | 39 mMaxSizeHeic(INT32_MAX, INT32_MAX), in HeicEncoderInfoManager() 229 int32_t minDiff = INT32_MAX; in findClosestSize()
|
/frameworks/av/services/mediametrics/ |
D | AnalyticsState.h | 91 int32_t lines = INT32_MAX, int64_t sinceNs = 0, const char *prefix = nullptr) const {
|
/frameworks/av/media/libaaudio/tests/ |
D | test_return_stop.cpp | 248 engine.stopAtFrame = INT32_MAX; in main() 273 if (engine.stopAtFrame != INT32_MAX) { in main()
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 368 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugOneConfig() 431 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugTwoSeparateConfigs() 484 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugTwoSeparateConfigs() 539 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugTwoConfigsSameGroup() 591 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugTwoConfigsSameGroup() 656 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugThreeConfigsMixedGroups() 708 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugThreeConfigsMixedGroups() 755 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugThreeConfigsMixedGroups() 802 ts.setLayer(surfaceControl, INT32_MAX - 2).show(surfaceControl); in Test_HotplugThreeConfigsMixedGroups() 1200 t.setLayer(mBGSurfaceControl, INT32_MAX - 2); in SetUp() [all …]
|
/frameworks/base/media/jni/soundpool/ |
D | SoundManager.cpp | 55 mNextSoundID = mNextSoundID == INT32_MAX ? 1 : mNextSoundID + 1; in load()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 37 #ifndef INT32_MAX 38 #define INT32_MAX 2147483647 macro 147 if (((uint64_t)mWidth * mHeight) > ((uint64_t)INT32_MAX / 3)) { in initEncParams()
|