Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DMediaPlayerInterface.h225 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h225 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp337 void VideoFrameSchedulerBase::init(float videoFps) { in init()
DUtils.cpp2159 float *videoFps /* nonnull */) { in readFromAMessage()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp289 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
303 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in onGetSyncSettings()
709 float videoFps = -1.f; in onMessageReceived() local
DNuPlayerDriver.cpp470 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
DNuPlayer.cpp444 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in getSyncSettings()
976 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.cpp277 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
776 float videoFps; in onTransact() local
Dmediaplayer.cpp469 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1139 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()