Home
last modified time | relevance | path

Searched refs:OnNotDecoded (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DAccurateSeekTask.cpp328 AccurateSeekTask::OnNotDecoded(MediaData::Type aType, in OnNotDecoded() function in mozilla::AccurateSeekTask
426 self->OnNotDecoded(MediaData::AUDIO_DATA, in SetCallbacks()
437 self->OnNotDecoded(MediaData::VIDEO_DATA, in SetCallbacks()
H A DAccurateSeekTask.h53 void OnNotDecoded(MediaData::Type, const MediaResult&);
H A DMediaDecoderStateMachine.h334 void OnNotDecoded(MediaData::Type aType, const MediaResult& aError);
H A DMediaDecoderStateMachine.cpp2022 MediaDecoderStateMachine::OnNotDecoded(MediaData::Type aType, in OnNotDecoded() function in mozilla::MediaDecoderStateMachine
2130 OnNotDecoded(MediaData::AUDIO_DATA, aData.as<MediaResult>()); in OnAudioCallback()
2142 OnNotDecoded(MediaData::VIDEO_DATA, aData.as<MediaResult>()); in OnVideoCallback()