Searched defs:frameRate (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java79 private void recordVideo(int frameRate, int width, int height, argument
91 mRecorder.setVideoFrameRate(frameRate);
226 int frameRate, int captureRate, int width, int height,
238 recorder.setVideoFrameRate(frameRate);
359 private boolean invalidRecordSetting(int frameRate, int width, int height, argument
370 mRecorder.setVideoFrameRate(frameRate);
446 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec);
447 recordVideo(frameRate, 352, 288, codec,
522 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec);
527 success = recordVideoFromSurface(frameRate,
225 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly) argument
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, argument
237 mRecorder.setVideoFrameRate(frameRate);
441 int frameRate = MediaProfileReader
443 assertTrue("H263 video recording frame rate", frameRate != -1);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
462 int frameRate = MediaProfileReader.getMaxFrameRateForCodec
464 assertTrue("MPEG4 video recording frame rate", frameRate != -1);
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
484 int frameRate = MediaProfileReader
486 assertTrue("H263 video recording frame rate", frameRate !
[all...]
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp154 int32_t frameRate,
159 clientName, clientUid, videoSize, frameRate, surface,
171 int32_t frameRate,
194 videoSize, frameRate,
305 * if frameRate is -1, configuration on the frame rate
313 * @param frameRate the target frame rate in frames per second.
319 int32_t frameRate) {
347 if (frameRate != -1) {
348 CHECK(frameRate > 0 && frameRate <
147 CreateFromCamera( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
164 CameraSource( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, const sp<IGraphicBufferProducer>& surface, bool storeMetaDataInVideoBuffers) argument
316 configureCamera( CameraParameters* params, int32_t width, int32_t height, int32_t frameRate) argument
444 checkFrameRate( const CameraParameters& params, int32_t frameRate) argument
486 init( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
506 initWithCameraAccess( const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy, int32_t cameraId, const String16& clientName, uid_t clientUid, Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers) argument
[all...]
H A DOMXCodec.cpp880 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
883 success = success && meta->findInt32(kKeyFrameRate, &frameRate);
932 video_def->xFramerate = (frameRate << 16); // Q16 format
992 static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { argument
998 OMX_U32 ret = frameRate * iFramesInterval - 1;
1102 int32_t iFramesInterval, frameRate, bitRate; local
1104 success = success && meta->findInt32(kKeyFrameRate, &frameRate);
1118 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1149 int32_t iFramesInterval, frameRate, bitRate; local
1151 success = success && meta->findInt32(kKeyFrameRate, &frameRate);
1201 int32_t iFramesInterval, frameRate, bitRate; local
[all...]
H A DACodec.cpp2457 float frameRate; local
2458 if (!msg->findFloat("frame-rate", &frameRate)) {
2463 frameRate = (float)tmp;
2464 mTimePerFrameUs = (int64_t) (1000000.0f / frameRate);
2467 video_def->xFramerate = (OMX_U32)(frameRate * 65536.0f);
2598 static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) { argument
2604 OMX_U32 ret = frameRate * iFramesInterval;
2626 float frameRate; local
2627 if (!msg->findFloat("frame-rate", &frameRate)) {
2632 frameRate
2707 float frameRate; local
2835 float frameRate; local
2943 float frameRate; local
3010 float frameRate; local
3142 setVideoFormatOnPort( OMX_U32 portIndex, int32_t width, int32_t height, OMX_VIDEO_CODINGTYPE compressionFormat, float frameRate) argument
[all...]
H A DMPEG4Extractor.cpp1484 int32_t frameRate = (nSamples * 1000000LL + local
1486 mLastTrack->meta->setInt32(kKeyFrameRate, frameRate);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraSettings.java207 * @param frameRate The target frame rate.
209 public void setPreviewFrameRate(int frameRate) { argument
210 if (frameRate > 0) {
211 mPreviewFrameRate = frameRate;
212 mPreviewFpsRangeMax = frameRate;
213 mPreviewFpsRangeMin = frameRate;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp644 //video->frameRate = video->encParams->LayerFrameRate[0]; /* Set current layer frame rate */
2091 OSCL_EXPORT_REF Bool PVUpdateEncFrameRate(VideoEncControls *encCtrl, float *frameRate) argument
2109 //mbPerSec = (Int)(nTotalMB * frameRate[i]);
2111 if (frameRate[i] > encData->encParams->LayerMaxFrameRate[i]) return PV_FALSE; /* set by users or profile */
2113 encData->encParams->LayerFrameRate[i] = frameRate[i];
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp1711 int32_t frameRate; local
1712 if (format->findInt32(kKeyFrameRate, &frameRate) && frameRate > 0) {
1713 return kNumSkipFrames * (1000000 / frameRate);
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java132 * @param frameRate the framerate of the stream.
139 public static long parseTimeExpression(String time, int frameRate, int subframeRate, argument
152 durationSeconds += (frames != null) ? ((double)Long.parseLong(frames)) / frameRate : 0;
155 / subframeRate / frameRate
173 value = value / frameRate * 1000000;
H A DMediaCodecInfo.java961 * {@code height}) and {@code frameRate} combination is supported.
964 int width, int height, double frameRate) {
965 return supports(width, height, frameRate);
963 areSizeAndRateSupported( int width, int height, double frameRate) argument
/frameworks/av/include/media/
H A DMediaProfiles.h228 VideoCodec(video_encoder codec, int bitRate, int frameWidth, int frameHeight, int frameRate) argument
233 mFrameRate(frameRate) {}
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1431 int32_t frameRate = 0; local
1433 kKeyFrameRate, &frameRate));
1435 "rate (%d fps)", frameRate);
1436 mFrameRate = frameRate;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h250 int frameRate; /* Output frame Rate (over 10 seconds) */ member in struct:tagVideoDecData
/frameworks/webview/chromium/tests/prebuilts/
H A Dandroid-janktesthelper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/uiautomator/ com/android/uiautomator/janktesthelper/ ...
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h3004 XAuint32 frameRate; member in struct:XAVideoSettings_
3095 XAuint32 frameRate; member in struct:XAVideoStreamInformation_

Completed in 426 milliseconds