Searched refs:kPartialStart (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_bus_unittest.cc300 static const int kPartialStart = 1; local
302 ASSERT_LE(kPartialStart + kPartialFrames, kTestVectorFrames);
310 memcpy(expected->channel(ch) + kPartialStart,
311 kTestVectorResult[ch] + kPartialStart,
317 kTestVectorInt32 + kPartialStart * bus->channels(), kPartialStart,
366 static const int kPartialStart = 1; local
368 ASSERT_LE(kPartialStart + kPartialFrames, kTestVectorFrames);
379 kPartialStart, kPartialFrames, sizeof(*kTestVectorInt16), test_array);
381 test_array, kTestVectorInt16 + kPartialStart * kTestVectorChannel
[all...]

Completed in 57 milliseconds