Home
last modified time | relevance | path

Searched defs:frameRate (Results 1 – 25 of 58) 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/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()
264 int32_t frameRate) { in configureCamera()
391 int32_t frameRate) { in checkFrameRate()
439 int32_t frameRate) { in init()
532 int32_t frameRate) { in initWithCameraAccess()
DFrameDecoder.cpp234 int32_t frameRate; in getMetadataOnly() local
551 int32_t frameRate; in onGetFormatAndSeekOptions() local
/frameworks/base/media/java/android/media/
DEncoderProfiles.java197 int frameRate, in VideoProfile()
211 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/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/av/media/tests/benchmark/src/native/encoder/
DEncoder.h41 int32_t frameRate = -1; member
/frameworks/av/media/libstagefright/tests/HEVC/
DHEVCUtilsUnitTest.cpp178 int16_t frameRate = hvcc[kHvccBoxMinSize - 1] | (hvcc[kHvccBoxMinSize] << 8); in TEST_P() local
/frameworks/av/media/libaaudio/examples/utils/
DSineGenerator.h28 void setup(double frequency, double frameRate) { in setup()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp161 int32_t ANativeWindow_setFrameRate(ANativeWindow* window, float frameRate, int8_t compatibility) { in ANativeWindow_setFrameRate()
173 int32_t ANativeWindow_setFrameRateWithChangeStrategy(ANativeWindow* window, float frameRate, in ANativeWindow_setFrameRateWithChangeStrategy()
/frameworks/av/media/libstagefright/foundation/tests/
DMetaDataBaseUnitTest.cpp123 float frameRate; in TEST_F() local
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DMediaRecorderStressTest.java176 int frameRate; in recordVideoAndPlayback() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DEncoder.java116 public int encode(String codecName, MediaFormat encodeFormat, String mime, int frameRate, in encode()
/frameworks/av/services/mediametrics/
Dstatsd_codec.cpp285 double frameRate = -1.0; in statsd_codec() local
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp588 float frameRate = mFrameRate->value; in process() local
/frameworks/native/services/surfaceflinger/Scheduler/
DLayerHistory.cpp189 const auto frameRate = info->getSetFrameRateVote(); in partitionLayers() local
/frameworks/base/apex/media/framework/java/android/media/
DMediaTranscodingManager.java972 float frameRate = 30.0f; // default to 30fps. in resolveVideoFormat() local
993 private static int getDefaultBitrate(int width, int height, float frameRate) { in getDefaultBitrate()
1002 private static int getAVCBitrate(int width, int height, float frameRate) { in getAVCBitrate()
/frameworks/native/libs/gui/
DLayerState.cpp637 bool ValidateFrameRate(float frameRate, int8_t compatibility, int8_t changeFrameRateStrategy, in ValidateFrameRate()
DBLASTBufferQueue.cpp651 status_t setFrameRate(float frameRate, int8_t compatibility, in setFrameRate()
667 status_t BLASTBufferQueue::setFrameRate(float frameRate, int8_t compatibility, in setFrameRate()
/frameworks/av/media/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.h59 float frameRate = 0; member
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraSettings.java209 public void setPreviewFrameRate(int frameRate) { in setPreviewFrameRate()

123