HomeSort by relevance Sort by last modified time
    Searched full:post_splice_output (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/base/
audio_splicer_unittest.cc 461 scoped_refptr<AudioBuffer> post_splice_output = splicer_.GetNextBuffer(); local
463 post_splice_output->timestamp());
465 post_splice_output->frame_count());
467 post_splice_output->duration());
469 EXPECT_TRUE(VerifyData(post_splice_output, GetValue(overlapping_buffer)));
530 scoped_refptr<AudioBuffer> post_splice_output = splicer_.GetNextBuffer(); local
531 EXPECT_TRUE(post_splice_output->end_of_stream());
589 scoped_refptr<AudioBuffer> post_splice_output = splicer_.GetNextBuffer(); local
591 post_splice_output->timestamp());
593 post_splice_output->frame_count())
    [all...]

Completed in 44 milliseconds