Home
last modified time | relevance | path

Searched defs:videoFps (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/include/media/
DMediaPlayerInterface.h203 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp255 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
269 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in onGetSyncSettings()
606 float videoFps = -1.f; in onMessageReceived() local
DNuPlayerDriver.cpp381 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
DNuPlayer.cpp385 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in getSyncSettings()
855 float videoFps = mVideoFpsHint; in onMessageReceived() local
/frameworks/av/media/libmedia/
DIMediaPlayer.cpp224 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
558 float videoFps; in onTransact() local
Dmediaplayer.cpp438 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp366 void VideoFrameScheduler::init(float videoFps) { in init()
DUtils.cpp1726 float *videoFps /* nonnull */) { in readFromAMessage()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java315 int videoFps = highQuality? videoCap.mMaxFrameRate: videoCap.mMinFrameRate; in recordVideoWithPara() local
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1042 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()