Home
last modified time | relevance | path

Searched defs:frameRate (Results 1 – 25 of 86) sorted by relevance

1234

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java76 private void recordVideo(int frameRate, int width, int height, in recordVideo()
223 int frameRate, int captureRate, int width, int height, in recordVideoFromSurface()
369 private boolean invalidRecordSetting(int frameRate, int width, int height, in invalidRecordSetting()
479 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testPortraitH263() local
555 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testSurfaceRecording() local
582 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testPersistentSurfaceRecording() local
616 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testSurfaceRecordingTimeLapse() local
/frameworks/base/services/core/jni/
Dcom_android_server_app_GameManagerService.cpp29 JNIEnv* env, jclass clazz, jint uid, jfloat frameRate) { in android_server_app_GameManagerService_nativeSetGameModeFrameRateOverride()
34 JNIEnv* env, jclass clazz, jint uid, jfloat frameRate) { in android_server_app_GameManagerService_nativeSetGameDefaultFrameRateOverride()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java219 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, in stressVideoRecord()
453 int frameRate = MediaProfileReader in testH263RecordVideoOnlyMemoryUsage() local
474 int frameRate = MediaProfileReader.getMaxFrameRateForCodec in testMpeg4RecordVideoOnlyMemoryUsage() local
496 int frameRate = MediaProfileReader in testRecordVideoAudioMemoryUsage() local
/frameworks/av/media/libstagefright/
DCameraSource.cpp102 int32_t frameRate, in CreateFromCamera()
118 int32_t frameRate, in CameraSource()
275 int32_t frameRate) { in configureCamera()
402 int32_t frameRate) { in checkFrameRate()
450 int32_t frameRate) { in init()
544 int32_t frameRate) { in initWithCameraAccess()
/frameworks/base/media/java/android/media/
DEncoderProfiles.java244 int frameRate, in VideoProfile()
264 int frameRate, in VideoProfile()
274 private int frameRate; field in EncoderProfiles.VideoProfile
DSyncParams.java261 public SyncParams setFrameRate(float frameRate) { in setFrameRate()
/frameworks/native/libs/gui/
DFrameRateUtils.cpp34 bool ValidateFrameRate(float frameRate, int8_t compatibility, int8_t changeFrameRateStrategy, in ValidateFrameRate()
DBufferQueue.cpp102 void BufferQueue::ProxyConsumerListener::onSetFrameRate(float frameRate, int8_t compatibility, in onSetFrameRate()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java67 String frameRate = (String) icicle.get("frame_rate"); in onCreate() local
/frameworks/av/media/module/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp87 int32_t frameRate; in main() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DDecoder.java120 boolean useFrameReleaseQueue, int frameRate) { in setupDecoder()
125 boolean useFrameReleaseQueue, int frameRate, int numInFramesRequired) { in setupDecoder()
/frameworks/base/media/jni/
Dandroid_media_SyncParams.h28 float frameRate; member
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h89 Fps frameRate; variable
DLayerHistory.cpp50 const auto frameRate = info.getSetFrameRateVote(); in isLayerActive() local
268 const auto frameRate = info->getSetFrameRateVote(); in partitionLayers() local
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.h41 int32_t frameRate = -1; member
/frameworks/av/media/libstagefright/tests/HEVC/
DHEVCUtilsUnitTest.cpp177 int16_t frameRate = hvcc[kHvccBoxMinSize - 1] | (hvcc[kHvccBoxMinSize] << 8); in TEST_P() local
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp186 const C2P<C2StreamFrameRateInfo::output> &frameRate, in ProfileLevelSetter()
202 uint32_t frameRate; in ProfileLevelSetter() member
/frameworks/av/media/ndk/
DNdkMediaCodecInfo.cpp257 int32_t frameRate) { in ACodecPerformancePoint_create()
475 int32_t width, int32_t height, double frameRate) { in ACodecVideoCapabilities_areSizeAndRateSupported()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp253 const C2P<C2StreamFrameRateInfo::output>& frameRate, in ProfileLevelSetter()
1033 float frameRate = mFrameRate->value; in process() local
/frameworks/av/media/libaaudio/examples/utils/
DSineGenerator.h28 void setup(double frequency, double frameRate) { in setup()
/frameworks/av/media/module/foundation/tests/
DMetaDataBaseUnitTest.cpp122 float frameRate; in TEST_F() local
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp248 int32_t ANativeWindow_setFrameRate(ANativeWindow* window, float frameRate, int8_t compatibility) { in ANativeWindow_setFrameRate()
260 int32_t ANativeWindow_setFrameRateWithChangeStrategy(ANativeWindow* window, float frameRate, in ANativeWindow_setFrameRateWithChangeStrategy()
/frameworks/base/core/java/android/view/
DSurface.java105 long nativeObject, float frameRate, int compatibility, int changeFrameRateStrategy); in nativeSetFrameRate()
1152 FrameRateParams frameRate = new FrameRateParams(); in build() local
1233 float frameRate = compatibility == FRAME_RATE_COMPATIBILITY_DEFAULT in setFrameRate() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java177 int frameRate; in recordVideoAndPlayback() local
/frameworks/av/media/libmedia/
DVideoCapabilities.cpp261 int32_t frameRate, int32_t maxFrameRate, VideoSize blockSize) { in init()
282 int32_t frameRate, int32_t maxFrameRate, VideoSize blockSize) { in PerformancePoint()
302 int32_t width, int32_t height, int32_t frameRate) { in PerformancePoint()
332 double frameRate = format->findInt32(KEY_FRAME_RATE, &i32FrameRate) ? (double)i32FrameRate in covers() local

1234