Searched refs:videoFrameRate (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java168 * @see #videoFrameRate
243 * {@link #QUALITY_HIGH_SPEED_720P} advertises 240fps {@link #videoFrameRate} and 64Mbps
254 * @see #videoFrameRate
272 * advertises 240fps {@link #videoFrameRate} in the CamcorderProfile, and the application
285 public int videoFrameRate; field in class:CamcorderProfile
475 int videoFrameRate,
488 this.videoFrameRate = videoFrameRate;
470 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
H A DMediaRecorder.java485 setVideoFrameRate(profile.videoFrameRate);
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h46 int32_t videoFrameRate,
123 int32_t videoFrameRate,
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp45 int32_t videoFrameRate,
53 videoSize, videoFrameRate, surface,
74 int32_t videoFrameRate,
79 videoSize, videoFrameRate, surface,
81 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
37 CreateFromCamera( const sp<hardware::ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
66 CameraSourceTimeLapse( const sp<hardware::ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, pid_t clientPid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java285 return profile.videoFrameRate;
305 private void startSlowMotionRecording(boolean useMediaRecorder, int videoFrameRate, argument
345 int slowMotionFactor = captureRate / videoFrameRate;
391 Range<Integer> fpsRange = new Range(profile.videoFrameRate, profile.videoFrameRate);
392 if (maxVideoFrameRate < profile.videoFrameRate) {
393 maxVideoFrameRate = profile.videoFrameRate;
422 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate);
435 profile.videoFrameRate);
438 Log.v(TAG, "video frame rate: " + profile.videoFrameRate
762 updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) argument
829 prepareRecording(Size sz, int videoFrameRate, int captureRate) argument
[all...]
H A DCamera2SwitchPreviewTest.java352 Range<Integer> fpsRange = new Range(profile.videoFrameRate, profile.videoFrameRate);
353 if (maxVideoFrameRate < profile.videoFrameRate) {
354 maxVideoFrameRate = profile.videoFrameRate;
383 updatePreviewSurfaceWithVideo(videoSz, profile.videoFrameRate);
470 mVideoFrameRate = profile.videoFrameRate;
480 * @param videoFrameRate The video frame rate
483 private void updatePreviewSurfaceWithVideo(Size videoSize, int videoFrameRate) throws Exception { argument
488 long videoFrameDuration = (long) (1e9 / videoFrameRate *
H A DMediaRecorderStressTest.java187 frameRate = camcorderProfile.videoFrameRate;
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java73 float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription,
83 mVideoFrameRate = videoFrameRate;
426 * @param videoFrameRate The frame rate of the video.
429 public final Builder setVideoFrameRate(float videoFrameRate) { argument
433 mVideoFrameRate = videoFrameRate;
71 TvTrackInfo(int type, String id, String language, CharSequence description, int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, float videoPixelAspectRatio, byte videoActiveFormatDescription, Bundle extra) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp191 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); local
201 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
217 videoFrameRate,
H A Dandroid_media_MediaPlayer.cpp519 float videoFrameRate; local
520 status_t err = mp->getSyncSettings(&avsync, &videoFrameRate);
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaRecorderStressTestRunner.java40 public static int mFrameRate = profile.videoFrameRate;
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java238 mFps = mProfile.videoFrameRate;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1254 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( local
1279 videoFrameRate == mFrameRate &&
1292 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate));

Completed in 523 milliseconds