Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvTrackInfo.java72 private final float mVideoFrameRate; field in TvTrackInfo
96 mVideoFrameRate = videoFrameRate; in TvTrackInfo()
116 mVideoFrameRate = in.readFloat(); in TvTrackInfo()
288 return mVideoFrameRate; in getVideoFrameRate()
353 dest.writeFloat(mVideoFrameRate); in writeToParcel()
390 && mVideoFrameRate == obj.mVideoFrameRate in equals()
408 result = Objects.hash(result, mVideoWidth, mVideoHeight, mVideoFrameRate, in hashCode()
445 private float mVideoFrameRate; field in TvTrackInfo.Builder
652 mVideoFrameRate = videoFrameRate; in setVideoFrameRate()
714 mSpokenSubtitle, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java112 private int mVideoFrameRate; field in Camera2RecordingTest
828 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
859 mVideoFrameRate = videoFrameRate; in prepareRecording()
883 Range<Integer> fpsRange = Range.create(mVideoFrameRate, mVideoFrameRate); in startRecording()
1007 double expectedDurationMs = 1000.0 / mVideoFrameRate;
DCamera2SwitchPreviewTest.java136 private int mVideoFrameRate; field in Camera2SwitchPreviewTest
471 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
/frameworks/av/media/libstagefright/
DCameraSource.cpp214 mVideoFrameRate(-1), in CameraSource()
504 mVideoFrameRate = frameRateActual; in checkFrameRate()
690 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); in initWithCameraAccess()
704 mMeta->setInt32(kKeyFrameRate, mVideoFrameRate); in initWithCameraAccess()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCameraSource.h191 int32_t mVideoFrameRate; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt41832 Landroid/media/tv/TvTrackInfo$Builder;->mVideoFrameRate:F
41846 Landroid/media/tv/TvTrackInfo;->mVideoFrameRate:F