Searched refs:index2 (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InsetsState.java | 856 int index2 = 0; 857 while (index1 < size1 && index2 < size2) { 859 int id2 = state2.sourceIdAt(index2); 870 cb.onIdNotFoundInState1(index2, state2.sourceAt(index2)); 871 index2++; 872 if (index2 < size2) { 873 id2 = state2.sourceIdAt(index2); 879 if (index1 >= size1 || index2 >= size2) { 883 final InsetsSource source2 = state2.sourceAt(index2); 886 index2++; [all …]
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | PolicyAudioPort.cpp | 177 int index1 = -1, index2 = -1; in compareFormats() local 179 (i < ARRAY_SIZE(sPcmFormatCompareTable)) && ((index1 == -1) || (index2 == -1)); in compareFormats() 185 index2 = i; in compareFormats() 190 return index1 - index2; in compareFormats()
|
/frameworks/av/media/libaaudio/src/flowgraph/resampler/ |
D | SincResamplerStereo.cpp | 59 int index2 = (index1 + 1); in readFrame() local 60 float *coefficients2 = &mCoefficients[static_cast<size_t>(index2) in readFrame()
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | FrameNumberTracker.java | 245 int index2 = mPendingFrameNumbersWithOtherType[otherType2].indexOf(frameNumber); in updateCompletedFrameNumber() local 247 boolean inSkippedOther2 = index2 != -1; in updateCompletedFrameNumber() 270 index = index2; in updateCompletedFrameNumber()
|
/frameworks/av/camera/ |
D | CameraParameters2.cpp | 164 ssize_t index2 = mMap.indexOfKey(String8(key2)); in compareSetOrder() local 168 } else if (index2 < 0) { in compareSetOrder() 173 *order = (index1 == index2) ? 0 : in compareSetOrder() 174 (index1 < index2) ? -1 : in compareSetOrder()
|
/frameworks/av/media/libstagefright/webm/tests/ |
D | WebmFrameThreadUnitTest.cpp | 254 int32_t index2 = GetParam().second; in TEST_P() local 255 ASSERT_NO_FATAL_FAILURE(createWebmThreads({index1, index2})); in TEST_P() 269 int32_t index2 = GetParam().second; in TEST_P() local 270 ASSERT_NO_FATAL_FAILURE(createWebmThreads({index1, index2})); in TEST_P()
|
/frameworks/av/media/module/codecs/amrnb/dec/src/ |
D | d8_31pf.cpp | 167 Word16 index2, /* i : index for second pos in pos_index[] */ in decompress10() argument 242 pos_indx[index2] = ib + (ic >> 1); in decompress10()
|
/frameworks/av/media/libstagefright/httplive/fuzzer/corpus/ |
D | index8 | 9 ../../fuzz/arm64/httplive_fuzzer/index2.m3u8
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsStateTest.java | 734 public void onIdNotFoundInState1(int index2, InsetsSource source2) { in testTraverse() 736 assertSame(source2 + " must be placed at " + index2 + " of insetsState2", in testTraverse() 737 source2, insetsState2.sourceAt(index2)); in testTraverse()
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | insn_folding_test.cc | 163 auto [vreg2_def, index2] = def_map.Get(vreg2); in TEST() 166 EXPECT_EQ(index2, 2); in TEST()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 8161 [[maybe_unused]] ssize_t index2 = pipe->negotiate(offersFast, std::size(offersFast), in RecordThread() local 8163 ALOG_ASSERT(index2 == 0); in RecordThread() 8167 index2 = pipeReader->negotiate(offersFast, std::size(offersFast), in RecordThread() 8169 ALOG_ASSERT(index2 == 0); in RecordThread()
|