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 Camera2RecordingTest824 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()855 mVideoFrameRate = videoFrameRate; in prepareRecording()880 Range<Integer> fpsRange = Range.create(mVideoFrameRate, mVideoFrameRate); in startRecording()1001 double expectedDurationMs = 1000.0 / mVideoFrameRate;
137 private int mVideoFrameRate; field in Camera2SwitchPreviewTest470 mVideoFrameRate = profile.videoFrameRate; in prepareRecordingWithProfile()
214 mVideoFrameRate(-1), in CameraSource()503 mVideoFrameRate = frameRateActual; in checkFrameRate()689 int64_t glitchDurationUs = (1000000LL / mVideoFrameRate); in initWithCameraAccess()703 mMeta->setInt32(kKeyFrameRate, mVideoFrameRate); in initWithCameraAccess()
191 int32_t mVideoFrameRate; variable