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 604 int audio_timecode = first_audio_timecode; local
611 if (audio_timecode <= video_timecode) {
612 cb.AddSimpleBlock(kAudioTrackNum, audio_timecode, kWebMFlagKeyframe,
614 audio_timecode += kAudioBlockDuration;
626 if (audio_timecode <= video_timecode) {
627 cb.AddBlockGroup(kAudioTrackNum, audio_timecode, kAudioBlockDuration,
634 cb.AddBlockGroup(kAudioTrackNum, audio_timecode, kAudioBlockDuration,
698 int audio_timecode = start_audio_timecode; local
702 if (audio_timecode <= video_timecode) {
703 ExpectRead(DemuxerStream::AUDIO, audio_timecode);
    [all...]

Completed in 47 milliseconds