/frameworks/av/media/module/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,
|
/frameworks/av/media/module/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/native/services/surfaceflinger/tests/ |
D | LayerTrustedPresentationListener_test.cpp | 73 .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 …]
|
D | ScreenCapture_test.cpp | 61 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 …]
|
D | WindowInfosListener_test.cpp | 63 .setLayer(surfaceControl, INT32_MAX - 1) in TEST_F() 93 .setLayer(surfaceControl, INT32_MAX - 1) in TEST_F()
|
D | LayerUpdate_test.cpp | 70 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/ |
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 | 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/ |
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/services/mediametrics/include/mediametricsservice/ |
D | AudioAnalytics.h | 75 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/ |
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/cmds/cmd/fuzzer/ |
D | README.md | 18 | `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/ |
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/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/libs/binder/ndk/ |
D | persistable_bundle_internal.h | 28 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/ |
D | HeifCleanAperture.cpp | 41 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/ |
D | SoftVP8Encoder.cpp | 29 #ifndef INT32_MAX 30 #define INT32_MAX 2147483647 macro
|
/frameworks/libs/binary_translation/kernel_api/ |
D | fcntl_emulation.cc | 98 CHECK_LE(host->l_start, INT32_MAX); in ConvertHostFlock64ToGuestFlock() 100 CHECK_LE(host->l_len, INT32_MAX); in ConvertHostFlock64ToGuestFlock()
|
/frameworks/native/libs/binder/ |
D | Parcel.cpp | 429 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/ |
D | FlowgraphUtilities.h | 45 return INT32_MAX; in clamp32FromFloat()
|
/frameworks/base/libs/hwui/ |
D | FrameMetricsObserver.h | 50 , mSurfaceControlId(INT32_MAX) in FrameMetricsObserver()
|
/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…
|