Home
last modified time | relevance | path

Searched defs:videoFpsHint (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmediaplayer_fuzzer.cpp373 float videoFpsHint = mFdp.ConsumeFloatingPoint<float>(); in invokeMediaPlayer() local
379 float videoFpsHint = 0; in invokeMediaPlayer() local
/frameworks/av/media/libmedia/
DIMediaPlayer.cpp250 status_t setSyncSettings(const AVSyncSettings& sync, float videoFpsHint) in setSyncSettings()
760 float videoFpsHint = data.readFloat(); in onTransact() local
Dmediaplayer.cpp473 status_t MediaPlayer::setSyncSettings(const AVSyncSettings& sync, float videoFpsHint) in setSyncSettings()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp282 status_t NuPlayer::Renderer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { in setSyncSettings()
740 float videoFpsHint; in onMessageReceived() local
DNuPlayerDriver.cpp489 status_t NuPlayerDriver::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { in setSyncSettings()
DNuPlayer.cpp445 status_t NuPlayer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) { in setSyncSettings()
977 float videoFpsHint; in onMessageReceived() local
/frameworks/av/media/libstagefright/
DUtils.cpp2567 void writeToAMessage(const sp<AMessage> &msg, const AVSyncSettings &sync, float videoFpsHint) { in writeToAMessage()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1351 const AVSyncSettings& sync, float videoFpsHint) in setSyncSettings()