Searched defs:kGapSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc232 const int kGapSize = 7; local
233 input_timestamp_helper_.AddFrames(kGapSize);
251 EXPECT_EQ(kGapSize, output_2->frame_count());
266 const int kGapSize = kDefaultSampleRate; local
267 input_timestamp_helper_.AddFrames(kGapSize);
659 const int kGapSize = 2; local
662 GetNextInputBuffer(1.0f, kBufferSize - kGapSize);
664 GetNextInputBuffer(0.0f, kGapSize);
698 const int kGapSize = kBufferSize + local
706 GetNextInputBuffer(0.0f, kGapSize);
[all...]

Completed in 477 milliseconds