Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/tv/
H A 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()
354 dest.writeFloat(mVideoFrameRate); in writeToParcel()
391 && mVideoFrameRate == obj.mVideoFrameRate in equals()
409 result = Objects.hash(result, mVideoWidth, mVideoHeight, mVideoFrameRate, in hashCode()
448 private float mVideoFrameRate; field in TvTrackInfo.Builder
664 mVideoFrameRate = videoFrameRate; in setVideoFrameRate()
731 mSpokenSubtitle, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
/aosp12/frameworks/base/media/java/android/media/metrics/
H A DTrackChangeEvent.java73 private final float mVideoFrameRate; field in TrackChangeEvent
136 this.mVideoFrameRate = videoFrameRate; in TrackChangeEvent()
268 return mVideoFrameRate; in getVideoFrameRate()
304 dest.writeFloat(mVideoFrameRate); in writeToParcel()
346 this.mVideoFrameRate = videoFrameRate; in TrackChangeEvent()
380 + "videoFrameRate = " + mVideoFrameRate in toString()
403 && mVideoFrameRate == that.mVideoFrameRate; in equals()
410 mChannelCount, mAudioSampleRate, mWidth, mHeight, mVideoFrameRate); in hashCode()
432 private float mVideoFrameRate = -1; field in TrackChangeEvent.Builder
600 mVideoFrameRate = value; in setVideoFrameRate()
[all …]
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A 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;
H A DCamera2SwitchPreviewTest.java136 private int mVideoFrameRate; field in Camera2SwitchPreviewTest
471 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
/aosp12/frameworks/av/media/libstagefright/
H A DCameraSource.cpp119 mVideoFrameRate(-1), in CameraSource()
409 mVideoFrameRate = frameRateActual; in checkFrameRate()
580 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); in initWithCameraAccess()
594 mMeta->setInt32(kKeyFrameRate, mVideoFrameRate); in initWithCameraAccess()
/aosp12/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java151 private float mVideoFrameRate; field in TunableTvView
272 mVideoFrameRate = 0f;
289 mVideoFrameRate = track.getVideoFrameRate();
658 mVideoFrameRate = 0f; in tuneTo()
799 return mVideoFrameRate; in getVideoFrameRate()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSource.h158 int32_t mVideoFrameRate; variable
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34575 Landroid/media/tv/TvTrackInfo$Builder;->mVideoFrameRate:F
34589 Landroid/media/tv/TvTrackInfo;->mVideoFrameRate:F