Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:videoFpsHint

224 status_t NuPlayer::Renderer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
226 writeToAMessage(msg, sync, videoFpsHint);
235 status_t NuPlayer::Renderer::onConfigSync(const AVSyncSettings &sync, float videoFpsHint __unused) {
534 float videoFpsHint;
535 readFromAMessage(msg, &sync, &videoFpsHint);
536 status_t err = onConfigSync(sync, videoFpsHint);