/aosp_15_r20/external/webrtc/media/base/ |
H A D | video_adapter.cc | 158 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 D | video_adapter.h | 142 absl::optional<int> max_fps; member
|
H A D | video_adapter_unittest.cc | 161 absl::optional<int> max_fps = fps; in OnOutputFormatRequest() local
|
/aosp_15_r20/external/webrtc/test/ |
H A D | frame_generator_capturer.cc | 272 const absl::optional<int>& max_fps) { in OnOutputFormatRequest() 302 void FrameGeneratorCapturer::UpdateFps(int max_fps) { in UpdateFps()
|
H A D | test_video_capturer.cc | 27 const absl::optional<int>& max_fps) { in OnOutputFormatRequest()
|
/aosp_15_r20/external/webrtc/api/ |
H A D | video_track_source_constraints.h | 27 absl::optional<double> max_fps; member
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/ |
H A D | format_metadata_factory.cpp | 231 const int32_t max_fps = 1000000000 / size_min_frame_duration; in AddFormatComponents() local
|
/aosp_15_r20/external/webrtc/api/video_codecs/ |
H A D | h264_profile_level_id.cc | 163 float max_fps) { in H264SupportedLevel()
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | peerconnection_quality_test_fixture_unittest.cc | 68 VideoConfig max_fps(/*width=*/1, /*height=*/1, /*fps=*/10); in TEST() local
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | CameraParameters2.cpp | 305 void CameraParameters2::setPreviewFpsRange(int min_fps, int max_fps) in setPreviewFpsRange()
|
/aosp_15_r20/external/webrtc/video/ |
H A D | frame_cadence_adapter.cc | 308 double max_fps) in ZeroHertzAdapterMode()
|
H A D | video_stream_encoder_unittest.cc | 591 absl::optional<int> max_fps; in OnOutputFormatRequest() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | utils.cc | 351 int32_t max_fps = entry.data.i32[1]; in IsSessionParameterCompatible() local
|
D | hal_utils.cc | 378 uint32_t max_fps = entry.data.i32[1]; in IsStreamHdrplusCompatible() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/ |
H A D | libvpx_vp9_encoder.cc | 1825 float max_fps = 0.0; in GetEncoderInfo() local
|
/aosp_15_r20/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceInfo.h | 143 int32_t min_fps, max_fps; member
|
/aosp_15_r20/cts/apps/CameraITS/utils/ |
H A D | its_session_utils.py | 784 self, video_size, max_fps): argument
|