Searched defs:videoFps (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
H A DVideoFrameScheduler.cpp371 void VideoFrameScheduler::init(float videoFps) { argument
377 mPll.reset(videoFps);
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp275 status_t getSyncSettings(AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */)
287 *videoFps = reply.readFloat();
772 float videoFps; local
773 status_t err = getSyncSettings(&sync, &videoFps);
779 reply->writeFloat(videoFps);
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Driver.cpp410 status_t NuPlayer2Driver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
411 return mPlayer->getSyncSettings(sync, videoFps);
H A DNuPlayer2.cpp531 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
538 readFromAMessage(response, sync, videoFps);
1105 float videoFps = mVideoFpsHint; local
1108 err = mRenderer->getSyncSettings(&sync, &videoFps);
1111 mVideoFpsHint = videoFps;
1116 writeToAMessage(response, sync, videoFps);
H A DNuPlayer2Renderer.cpp268 status_t NuPlayer2::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
275 readFromAMessage(response, sync, videoFps);
282 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
284 *videoFps = -1.f;
684 float videoFps = -1.f; local
685 status_t err = onGetSyncSettings(&sync, &videoFps);
688 writeToAMessage(response, sync, videoFps);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDriver.cpp467 status_t NuPlayerDriver::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
468 return mPlayer->getSyncSettings(sync, videoFps);
H A DNuPlayer.cpp444 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
451 readFromAMessage(response, sync, videoFps);
965 float videoFps = mVideoFpsHint; local
968 err = mRenderer->getSyncSettings(&sync, &videoFps);
971 mVideoFpsHint = videoFps;
976 writeToAMessage(response, sync, videoFps);
H A DNuPlayerRenderer.cpp269 status_t NuPlayer::Renderer::getSyncSettings(AVSyncSettings *sync, float *videoFps) { argument
276 readFromAMessage(response, sync, videoFps);
283 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
285 *videoFps = -1.f;
685 float videoFps = -1.f; local
686 status_t err = onGetSyncSettings(&sync, &videoFps);
689 writeToAMessage(response, sync, videoFps);

Completed in 83 milliseconds