Home
last modified time | relevance | path

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

123

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
DMediaRecorderTest.java81 private void recordVideo(int frameRate, int width, int height, in recordVideo()
228 int frameRate, int captureRate, int width, int height, in recordVideoFromSurface()
374 private boolean invalidRecordSetting(int frameRate, int width, int height, in invalidRecordSetting()
484 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testPortraitH263() local
560 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testSurfaceRecording() local
587 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testPersistentSurfaceRecording() local
621 int frameRate = MediaProfileReader.getMaxFrameRateForCodec(codec); in testSurfaceRecordingTimeLapse() local
/frameworks/native/services/surfaceflinger/tests/
DSetFrameRateOverride_test.cpp51 void setFrameRateAndListenEvents(uid_t uid, float frameRate) { in setFrameRateAndListenEvents()
83 float frameRate = 30.0f; in TEST_F() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
DMediaPlayerPerformance.java222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat, in stressVideoRecord()
456 int frameRate = MediaProfileReader in testH263RecordVideoOnlyMemoryUsage() local
477 int frameRate = MediaProfileReader.getMaxFrameRateForCodec in testMpeg4RecordVideoOnlyMemoryUsage() local
499 int frameRate = MediaProfileReader in testRecordVideoAudioMemoryUsage() local
/frameworks/av/media/libstagefright/
DCameraSource.cpp99 int32_t frameRate, in CreateFromCamera()
115 int32_t frameRate, in CameraSource()
265 int32_t frameRate) { in configureCamera()
392 int32_t frameRate) { in checkFrameRate()
440 int32_t frameRate) { in init()
533 int32_t frameRate) { in initWithCameraAccess()
/frameworks/base/services/core/jni/
Dcom_android_server_app_GameManagerService.cpp30 jfloat frameRate) { in android_server_app_GameManagerService_nativeSetOverrideFrameRate()
/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
DMediaRecorderStressTestRunner.java67 String frameRate = (String) icicle.get("frame_rate"); in onCreate() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DDecoder.java92 boolean useFrameReleaseQueue, int frameRate) { in setupDecoder()
96 boolean useFrameReleaseQueue, int frameRate, int numInFramesRequired) { in setupDecoder()
DFrameReleaseQueue.java109 public FrameReleaseQueue(boolean render, int frameRate) { in FrameReleaseQueue()
DEncoder.java202 public int encode(String codecName, MediaFormat encodeFormat, String mime, int frameRate, in encode()
/frameworks/av/media/module/codecs/m4v_h263/enc/test/
Dm4v_h263_enc_test.cpp87 int32_t frameRate; in main() local
/frameworks/base/media/jni/
Dandroid_media_SyncParams.h28 float frameRate; member
/frameworks/native/services/surfaceflinger/Scheduler/
DEventThread.h91 Fps frameRate; variable
DLayerHistory.cpp245 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/codec2/components/vpx/
DC2SoftVpxEnc.cpp230 const C2P<C2StreamFrameRateInfo::output>& frameRate, in ProfileLevelSetter()
924 float frameRate = mFrameRate->value; in process() local
/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/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/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java176 int frameRate; in recordVideoAndPlayback() local
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp221 int32_t ANativeWindow_setFrameRate(ANativeWindow* window, float frameRate, int8_t compatibility) { in ANativeWindow_setFrameRate()
233 int32_t ANativeWindow_setFrameRateWithChangeStrategy(ANativeWindow* window, float frameRate, in ANativeWindow_setFrameRateWithChangeStrategy()
/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp84 int32_t frameRate; member
224 int32_t frameRate; member
929 int32_t frameRate; in TEST_P() local
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h63 float frameRate = 0; member

123