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

/external/chromium_org/content/renderer/pepper/
H A Dpepper_media_stream_audio_track_host.cc32 const uint32_t kDefaultDuration = 10; member in namespace:__anon7799
77 user_buffer_duration_(kDefaultDuration),
/external/chromium_org/media/base/android/
H A Dmedia_source_player_unittest.cc35 const base::TimeDelta kDefaultDuration = member in namespace:media
257 configs.duration = kDefaultDuration;
286 configs.duration = kDefaultDuration;
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc85 base::TimeDelta kDefaultDuration() { function in namespace:media
668 expected_duration = kDefaultDuration();
696 &host_, CreateInitDoneCB(kDefaultDuration(), PIPELINE_OK), true);
991 CheckExpectedRanges(stream->GetBufferedRanges(kDefaultDuration()),
1436 kDefaultDuration(), DEMUXER_ERROR_COULD_NOT_OPEN), true);
1451 kDefaultDuration(), DEMUXER_ERROR_COULD_NOT_OPEN), true);
1945 &host_, CreateInitDoneCB(kDefaultDuration(), PIPELINE_OK), true);
2211 &host_, CreateInitDoneCB(kDefaultDuration(), PIPELINE_OK), true);
2451 &host_, CreateInitDoneCB(kDefaultDuration(), PIPELINE_OK), true);
2474 &host_, CreateInitDoneCB(kDefaultDuration(), PIPELINE_O
[all...]

Completed in 126 milliseconds