Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/include/mediaplayer2/
DMediaPlayer2Interface.h200 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/include/media/
DMediaPlayerInterface.h226 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h226 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp337 void VideoFrameSchedulerBase::init(float videoFps) { in init()
DUtils.cpp2209 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.cpp472 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/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Renderer.cpp280 status_t NuPlayer2::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
294 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in onGetSyncSettings()
696 float videoFps = -1.f; in onMessageReceived() local
DNuPlayer2Driver.cpp372 status_t NuPlayer2Driver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
DNuPlayer2.cpp536 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in getSyncSettings()
1133 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/libmediaplayer2/
Dmediaplayer2.cpp660 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1138 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()