Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaPlayerInterface.h230 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h230 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp337 void VideoFrameSchedulerBase::init(float videoFps) { in init()
DUtils.cpp2526 float *videoFps /* nonnull */) { in readFromAMessage()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp295 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
309 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in onGetSyncSettings()
733 float videoFps = -1.f; in onMessageReceived() local
DNuPlayerDriver.cpp491 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
DNuPlayer.cpp457 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in getSyncSettings()
991 float videoFps = mVideoFpsHint; in onMessageReceived() local
/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/libmedia/
DIMediaPlayer.cpp262 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
767 float videoFps; in onTransact() local
Dmediaplayer.cpp478 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1352 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()