Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A DMediaPlayerInterface.h230 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/aosp12/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h230 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) { in getSyncSettings()
/aosp12/frameworks/av/media/libstagefright/
H A DVideoFrameSchedulerBase.cpp337 void VideoFrameSchedulerBase::init(float videoFps) { in init()
H A DUtils.cpp2330 float *videoFps /* nonnull */) { in readFromAMessage()
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp291 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
305 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in onGetSyncSettings()
729 float videoFps = -1.f; in onMessageReceived() local
H A DNuPlayerDriver.cpp491 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { in getSyncSettings()
H A DNuPlayer.cpp457 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) { in getSyncSettings()
991 float videoFps = mVideoFpsHint; in onMessageReceived() local
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java315 int videoFps = highQuality? videoCap.mMaxFrameRate: videoCap.mMinFrameRate; in recordVideoWithPara() local
/aosp12/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp263 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
768 float videoFps; in onTransact() local
H A Dmediaplayer.cpp478 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1339 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) in getSyncSettings()