Home
last modified time | relevance | path

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

/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.cpp57 fVideoFrameRate(25.0), in ProxyAudioSupplier()
225 SetSupplier(fSupplier, fVideoFrameRate); in SetFormat()
257 fVideoFrameRate = videoFrameRate; in SetSupplier()
295 / fVideoFrameRate); in _AudioFrameForVideoFrame()
299 / fVideoFrameRate); in _AudioFrameForVideoFrame()
307 return (int64)((double)frame * fVideoFrameRate in _VideoFrameForAudioFrame()
312 return (int64)((double)frame * fVideoFrameRate in _VideoFrameForAudioFrame()
328 return (int64)((double)time * fVideoFrameRate / 1000000.0); in _VideoFrameForTime()
H A DProxyAudioSupplier.h57 float fVideoFrameRate; variable
/haiku/src/apps/mediaplayer/
H A DController.cpp132 fVideoFrameRate(25.0), in Controller()
256 fAudioSupplier->SetSupplier(NULL, fVideoFrameRate); in SetTo()
278 fVideoFrameRate = 25.0; in SetTo()
352 Init(BRect(0, 0, width - 1, height - 1), fVideoFrameRate, in SetTo()
356 FormatChanged(BRect(0, 0, width - 1, height - 1), fVideoFrameRate, in SetTo()
489 fAudioSupplier->SetSupplier(fAudioTrackSupplier, fVideoFrameRate); in SelectAudioTrack()
536 fVideoFrameRate = fVideoTrackSupplier->Format().u.raw_video.field_rate; in SelectVideoTrack()
537 if (fVideoFrameRate <= 0.0) { in SelectVideoTrack()
539 n, fVideoFrameRate); in SelectVideoTrack()
540 fVideoFrameRate = 25.0; in SelectVideoTrack()
[all …]
H A DController.h201 float fVideoFrameRate; variable