Searched refs:totalFrameDelay (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DVideoPlaybackQuality.cpp31 RefPtr<VideoPlaybackQuality> VideoPlaybackQuality::create(double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay) argument
33 return adoptRef(new VideoPlaybackQuality(creationTime, totalVideoFrames, droppedVideoFrames, corruptedVideoFrames, totalFrameDelay));
36 VideoPlaybackQuality::VideoPlaybackQuality(double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay) argument
41 , m_totalFrameDelay(totalFrameDelay)
H A DVideoPlaybackQuality.h37 static RefPtr<VideoPlaybackQuality> create(double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay);
43 double totalFrameDelay() const { return m_totalFrameDelay; } function in class:WebCore::VideoPlaybackQuality
46 VideoPlaybackQuality(double creationTime, unsigned long totalVideoFrames, unsigned long droppedVideoFrames, unsigned long corruptedVideoFrames, double totalFrameDelay);
H A DVideoPlaybackQuality.idl35 readonly attribute unrestricted double totalFrameDelay;
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaPlayerMediaSource.cpp288 double MockMediaPlayerMediaSource::totalFrameDelay() function in class:WebCore::MockMediaPlayerMediaSource
290 return m_mediaSourcePrivate ? m_mediaSourcePrivate->totalFrameDelay() : 0;
H A DMockMediaPlayerMediaSource.h85 virtual double totalFrameDelay() override;
H A DMockMediaSourcePrivate.h61 double totalFrameDelay() const { return m_totalFrameDelay; } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm87 - (double)totalFrameDelay;
626 double MediaPlayerPrivateMediaSourceAVFObjC::totalFrameDelay()
628 return [[m_sampleBufferDisplayLayer videoPerformanceMetrics] totalFrameDelay];
H A DMediaPlayerPrivateMediaSourceAVFObjC.h155 virtual double totalFrameDelay() override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h256 virtual double totalFrameDelay() { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h589 double totalFrameDelay();
H A DMediaPlayer.cpp1377 double MediaPlayer::totalFrameDelay() function in class:WebCore::MediaPlayer
1382 return m_private->totalFrameDelay();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5783 m_player->totalFrameDelay());

Completed in 111 milliseconds