Searched defs:videoFrameRate (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
H A DCameraSourceTimeLapse.cpp40 int32_t videoFrameRate,
46 videoSize, videoFrameRate, surface,
63 int32_t videoFrameRate,
66 : CameraSource(camera, proxy, cameraId, videoSize, videoFrameRate, surface, true),
67 mTimeBetweenTimeLapseVideoFramesUs(1E6/videoFrameRate),
35 CreateFromCamera( const sp<ICamera> &camera, const sp<ICameraRecordingProxy> &proxy, int32_t cameraId, Size videoSize, int32_t videoFrameRate, const sp<Surface>& surface, int64_t timeBetweenFrameCaptureUs) argument
58 CameraSourceTimeLapse( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, Size videoSize, int32_t videoFrameRate, const sp<Surface>& surface, int64_t timeBetweenFrameCaptureUs) argument
/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java172 public int videoFrameRate; field in class:CamcorderProfile
312 int videoFrameRate,
325 this.videoFrameRate = videoFrameRate;
307 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
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_API.h400 M4VIDEOEDITING_VideoFramerate videoFrameRate; member in struct:__anon235
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp186 int videoFrameRate = sProfiles->getCamcorderProfileParamByName("vid.fps", id, q); local
196 videoBitRate == -1 || videoFrameRate == -1 || videoFrameWidth == -1 || videoFrameHeight == -1 ||
212 videoFrameRate,
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1115 int videoFrameRate = mEncoderProfiles->getCamcorderProfileParamByName( local
1140 videoFrameRate == mFrameRate &&
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h200 jfieldID videoFrameRate; member in struct:__anon13
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1518 public int videoFrameRate; field in class:MediaArtistNativeHelper.EditSettings
2324 editSettings.videoFrameRate = VideoFrameRate.FR_30_FPS;
2336 editSettings.videoFrameRate = VideoFrameRate.FR_30_FPS;
2400 e.videoFrameRate = VideoFrameRate.FR_30_FPS;
2496 e.videoFrameRate = VideoFrameRate.FR_30_FPS;
3689 mPreviewEditSettings.videoFrameRate = VideoFrameRate.FR_30_FPS;

Completed in 191 milliseconds