Home
last modified time | relevance | path

Searched defs:max_fps (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dvideo_adapter.cc158 int max_fps = max_framerate_request_; in DropFrame() local
278 absl::optional<int> max_fps; in OnOutputFormatRequest() local
291 const absl::optional<int>& max_fps) { in OnOutputFormatRequest()
313 const absl::optional<int>& max_fps) { in OnOutputFormatRequest()
H A Dvideo_adapter.h142 absl::optional<int> max_fps; member
H A Dvideo_adapter_unittest.cc161 absl::optional<int> max_fps = fps; in OnOutputFormatRequest() local
/aosp_15_r20/external/webrtc/test/
H A Dframe_generator_capturer.cc272 const absl::optional<int>& max_fps) { in OnOutputFormatRequest()
302 void FrameGeneratorCapturer::UpdateFps(int max_fps) { in UpdateFps()
H A Dtest_video_capturer.cc27 const absl::optional<int>& max_fps) { in OnOutputFormatRequest()
/aosp_15_r20/external/webrtc/api/
H A Dvideo_track_source_constraints.h27 absl::optional<double> max_fps; member
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/
H A Dformat_metadata_factory.cpp231 const int32_t max_fps = 1000000000 / size_min_frame_duration; in AddFormatComponents() local
/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dh264_profile_level_id.cc163 float max_fps) { in H264SupportedLevel()
/aosp_15_r20/external/webrtc/api/test/
H A Dpeerconnection_quality_test_fixture_unittest.cc68 VideoConfig max_fps(/*width=*/1, /*height=*/1, /*fps=*/10); in TEST() local
/aosp_15_r20/frameworks/av/camera/
H A DCameraParameters2.cpp305 void CameraParameters2::setPreviewFpsRange(int min_fps, int max_fps) in setPreviewFpsRange()
/aosp_15_r20/external/webrtc/video/
H A Dframe_cadence_adapter.cc308 double max_fps) in ZeroHertzAdapterMode()
H A Dvideo_stream_encoder_unittest.cc591 absl::optional<int> max_fps; in OnOutputFormatRequest() local
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dutils.cc351 int32_t max_fps = entry.data.i32[1]; in IsSessionParameterCompatible() local
Dhal_utils.cc378 uint32_t max_fps = entry.data.i32[1]; in IsStreamHdrplusCompatible() local
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dlibvpx_vp9_encoder.cc1825 float max_fps = 0.0; in GetEncoderInfo() local
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceInfo.h143 int32_t min_fps, max_fps; member
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dits_session_utils.py784 self, video_size, max_fps): argument