Lines Matching refs:fVideoFrameRate
132 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()
1110 return (int64)((double)fDuration * fVideoFrameRate / 1000000.0); in _FrameDuration()