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

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java221 public int videoFrameRate; field in class:CamcorderProfile
411 int videoFrameRate,
424 this.videoFrameRate = videoFrameRate;
406 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.java405 setVideoFrameRate(profile.videoFrameRate);
/frameworks/base/media/java/android/media/tv/
H A DTvTrackInfo.java53 int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate,
62 mVideoFrameRate = videoFrameRate;
302 * @param videoFrameRate The frame rate of the video.
304 public final Builder setVideoFrameRate(float videoFrameRate) { argument
308 mVideoFrameRate = videoFrameRate;
52 TvTrackInfo(int type, String id, String language, int audioChannelCount, int audioSampleRate, int videoWidth, int videoHeight, float videoFrameRate, Bundle extra) argument
/frameworks/av/include/media/stagefright/
H A DCameraSourceTimeLapse.h42 int32_t videoFrameRate,
118 int32_t videoFrameRate,
/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp44 int32_t videoFrameRate,
52 videoSize, videoFrameRate, surface,
72 int32_t videoFrameRate,
77 videoSize, videoFrameRate, surface,
79 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
37 CreateFromCamera( const sp<ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
65 CameraSourceTimeLapse( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t videoFrameRate, const sp<IGraphicBufferProducer>& surface, int64_t timeBetweenFrameCaptureUs, bool storeMetaDataInVideoBuffers) argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp188 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); local
198 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
214 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.cpp1213 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( local
1238 videoFrameRate == mFrameRate &&
1251 videoFrameWidth, videoFrameHeight, videoFrameRate, videoBitRate));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java187 frameRate = camcorderProfile.videoFrameRate;

Completed in 187 milliseconds