Searched refs:mVideoFrameRate (Results 1 – 5 of 5) sorted by relevance
65 private final float mVideoFrameRate; field in TvTrackInfo83 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.Builder433 mVideoFrameRate = videoFrameRate; in setVideoFrameRate()494 mAudioSampleRate, mVideoWidth, mVideoHeight, mVideoFrameRate, in build()
108 private int mVideoFrameRate; field in Camera2RecordingTest820 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;
137 private int mVideoFrameRate; field in Camera2SwitchPreviewTest470 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
191 mVideoFrameRate(-1), in CameraSource()479 mVideoFrameRate = frameRateActual; in checkFrameRate()665 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); in initWithCameraAccess()679 mMeta->setInt32(kKeyFrameRate, mVideoFrameRate); in initWithCameraAccess()
186 int32_t mVideoFrameRate; variable