Home
last modified time | relevance | path

Searched refs:mVideoFrameRate (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java65 private final float mVideoFrameRate; field in TvTrackInfo
83 mVideoFrameRate = videoFrameRate; in TvTrackInfo()
98 mVideoFrameRate = in.readFloat(); in TvTrackInfo()
195 return mVideoFrameRate; in getVideoFrameRate()
255 dest.writeFloat(mVideoFrameRate); in writeToParcel()
283 && mVideoFrameRate == obj.mVideoFrameRate in equals()
317 private float mVideoFrameRate; field in TvTrackInfo.Builder
433 mVideoFrameRate = videoFrameRate; in setVideoFrameRate()
494 mAudioSampleRate, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java108 private int mVideoFrameRate; field in Camera2RecordingTest
820 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
851 mVideoFrameRate = videoFrameRate; in prepareRecording()
876 Range<Integer> fpsRange = Range.create(mVideoFrameRate, mVideoFrameRate); in startRecording()
997 double expectedDurationMs = 1000.0 / mVideoFrameRate;
DCamera2SwitchPreviewTest.java137 private int mVideoFrameRate; field in Camera2SwitchPreviewTest
470 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
/frameworks/av/media/libstagefright/
DCameraSource.cpp191 mVideoFrameRate(-1), in CameraSource()
479 mVideoFrameRate = frameRateActual; in checkFrameRate()
665 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); in initWithCameraAccess()
679 mMeta->setInt32(kKeyFrameRate, mVideoFrameRate); in initWithCameraAccess()
/frameworks/av/include/media/stagefright/
DCameraSource.h186 int32_t mVideoFrameRate; variable