Searched refs:toIndex (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 83 bool writeAFewSamplesData(AMediaMuxer* muxer, uint32_t fromIndex, uint32_t toIndex); 90 bool appendMedia(AMediaMuxer *muxer, uint32_t fromIndex, uint32_t toIndex); 245 uint32_t toIndex) { in writeAFewSamplesData() argument 246 ALOGV("fromIndex:%u, toIndex:%u", fromIndex, toIndex); in writeAFewSamplesData() 249 if (fromIndex > toIndex || toIndex >= mTrackIdxOrder.size()) { in writeAFewSamplesData() 261 for (int i = fromIndex; i <= toIndex; ++i) { in writeAFewSamplesData() 327 bool MuxerNativeTestHelper::appendMedia(AMediaMuxer *muxer, uint32_t fromIndex, uint32_t toIndex) { in appendMedia() argument 329 ALOGV("fromIndex:%u, toIndex:%u", fromIndex, toIndex); in appendMedia() 354 bool res = writeAFewSamplesData(muxer, fromIndex, toIndex); in appendMedia()
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 817 int fromIndex, int toIndex) throws IOException { in writeBlankPages() argument 819 final int pageCount = toIndex - fromIndex + 1; in writeBlankPages()
|