/aosp_15_r20/external/webrtc/rtc_tools/ |
H A D | video_file_writer.cc | 28 int fps, in WriteVideoToFile() 75 int fps) { in WriteVideoToFile() 82 int fps) { in WriteY4mVideoToFile() 88 int fps) { in WriteYuvVideoToFile()
|
/aosp_15_r20/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/ |
H A D | DisplayModeDirectorTest.java | 3690 void setRefreshRateInLowZone(Integer fps) { in setRefreshRateInLowZone() 3696 void setRefreshRateInHbmSunlight(Integer fps) { in setRefreshRateInHbmSunlight() 3701 void setRefreshRateInHbmHdr(Integer fps) { in setRefreshRateInHbmHdr() 3737 void setRefreshRateInHighZone(Integer fps) { in setRefreshRateInHighZone() 3743 void setDefaultPeakRefreshRate(Integer fps) { in setDefaultPeakRefreshRate() 3795 private void setPeakRefreshRate(float fps) { in setPeakRefreshRate() 3797 fps); in setPeakRefreshRate() local 3802 private void setMinRefreshRate(float fps) { in setMinRefreshRate() 3804 fps); in setMinRefreshRate() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/timing/ |
H A D | jitter_estimator.cc | 350 Frequency fps = GetFrameRate(); in EstimateRandomJitter() local 447 Frequency fps = GetFrameRate(); in GetJitterEstimate() local 471 Frequency fps = 1 / mean_frame_period; in GetFrameRate() local
|
/aosp_15_r20/cts/tests/mediapc/common/src/android/mediapc/cts/common/ |
H A D | CodecMetrics.java | 24 public static CodecMetrics getMetrics(double fps, double fdps) { in getMetrics() 28 public abstract double fps(); in fps() method in CodecMetrics
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | TaskFpsCallback.java | 43 public abstract void onFpsReported(float fps); in onFpsReported() 52 @NonNull ITaskFpsCallback listener, float fps) { in dispatchOnFpsReported()
|
/aosp_15_r20/external/libaom/tools/ |
H A D | frame_size_variation_analyzer.py | 19 def frame_size_analysis(filename, target_br, fps): argument 73 fps = int(sys.argv[3]) variable
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FpsTest.cpp | 35 const Fps fps = Fps::fromPeriodNsecs(16'666'667); in TEST() local 72 const auto fps = Fps::fromPeriodNsecs(16'666'665); in TEST() local
|
H A D | EventThreadTest.cpp | 750 const Fps fps = mode->getPeakFps() / 2; in TEST_F() local 764 const Fps fps = mode->getPeakFps() / 2; in TEST_F() local 778 const Fps fps = mode->getPeakFps() / 2; in TEST_F() local 795 const Fps fps = mode->getPeakFps() / 2; in TEST_F() local
|
/aosp_15_r20/external/webrtc/api/test/pclf/ |
H A D | media_configuration.h | 207 int32_t fps() const { return fps_; } in fps() function 208 void set_fps(int32_t fps) { fps_ = fps; } in set_fps() 318 int32_t fps; member
|
H A D | media_configuration.cc | 69 VideoResolution::VideoResolution(size_t width, size_t height, int32_t fps) in VideoResolution() 208 VideoConfig::VideoConfig(size_t width, size_t height, int32_t fps) in VideoConfig() 213 int32_t fps) in VideoConfig()
|
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | VideoMultimeterTest.java | 273 Map<String, String> metrics, String keyprefix, float fps, boolean lipsync) { in getResult() 324 float fps = Float.parseFloat(videoInfo[2].trim()); in runMultimeterTest() local 362 long frameCaptured, String result, String keyprefix, float fps, in parseResult()
|
/aosp_15_r20/external/toybox/toys/posix/ |
H A D | paste.c | 36 FILE **fps = (void *)toybuf; local 113 FILE **fps = (void *)toybuf; in do_paste() local
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | fixed_fps_video_frame_writer_adapter_test.cc | 82 int fps = 25; in TEST() local 106 int fps = 25; in TEST() local 139 int fps = 25; in TEST() local
|
/aosp_15_r20/external/skia/modules/skottie/src/ |
H A D | SkottieTool.cpp | 135 virtual void finalize(double fps) {} in finalize() 182 void finalize(double fps) override { in finalize() 567 double fps = FLAGS_fps > 0 ? FLAGS_fps : native_fps; in main() local
|
/aosp_15_r20/external/skia/demos.skia.org/demos/path_performance/ |
H A D | main.js | 36 const fps = fpsFromFramesInfo(framesCount, totalFramesMs); constant 49 const fps = fpsFromFramesInfo(svgAnimator.framesCount, svgAnimator.totalFramesMs); constant
|
/aosp_15_r20/external/webrtc/rtc_base/experiments/ |
H A D | balanced_degradation_settings.h | 52 int fps = 0; // If unset, defaults to `fps` in Config. member 99 int fps = 0; // Min framerate to be used. member
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/Power/ |
D | DisplayStateResidencyProvider.cpp | 129 for (auto fps : in generateUniqueStates() local 140 for (auto fps : android::hardware::graphics::composer::kFpsMappingTable) { in generateUniqueStates() local
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | VideoSource.java | 90 public void adaptOutputFormat(int width, int height, int fps) { in adaptOutputFormat() 102 int landscapeWidth, int landscapeHeight, int portraitWidth, int portraitHeight, int fps) { in adaptOutputFormat()
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/ |
H A D | VirtualCameraTestInstance.cc | 62 std::shared_ptr<ANativeWindow> nativeWindow, int fps) in TestPatternRenderer() 118 VirtualCameraTestInstance::VirtualCameraTestInstance(const int fps) in VirtualCameraTestInstance()
|
/aosp_15_r20/cts/tests/tests/gameframerate/src/ |
H A D | GameFrameRateCtsActivity.java | 213 float fps, FrameRateRange expectedFrameRateRange) { in frameRatesMatchesOverride() 371 float fps = 0; in observe() local 441 float fps = getFps(); in verifyFrameRate() local
|
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/ |
H A D | MultiTranscoderPerfTest.java | 239 Double fps = result.get().fps(); in testCodec() local 249 Double fps = result.get().fps(); in testCodec() local
|
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/ |
H A D | test_sensor_fusion.py | 68 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument 186 def _get_cam_times(cam_events, fps): argument
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Scheduler/include/scheduler/ |
H A D | Fps.h | 174 inline bool FpsRange::includes(Fps fps) const { in includes() 193 inline std::string to_string(Fps fps) { in to_string()
|
/aosp_15_r20/external/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 145 bool SkVideoEncoder::init(int fps) { in init() 228 bool SkVideoEncoder::beginRecording(SkISize dim, int fps) { in beginRecording()
|
/aosp_15_r20/hardware/google/camera/common/profiler/ |
D | profiler.cc | 134 float fps; member 290 float fps = in ProfileFrameRate() local 401 float fps = 0; in PrintResult() local
|