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

  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc 694 int audio_timecode = first_audio_timecode; local
701 if (audio_timecode <= video_timecode) {
702 cb.AddSimpleBlock(kAudioTrackNum, audio_timecode, kWebMFlagKeyframe,
704 audio_timecode += kAudioBlockDuration;
716 if (audio_timecode <= video_timecode) {
717 cb.AddBlockGroup(kAudioTrackNum, audio_timecode, kAudioBlockDuration,
724 cb.AddBlockGroup(kAudioTrackNum, audio_timecode, kAudioBlockDuration,
787 int audio_timecode = start_audio_timecode; local
791 if (audio_timecode <= video_timecode) {
792 ExpectRead(DemuxerStream::AUDIO, audio_timecode);
    [all...]

Completed in 4855 milliseconds