Home
last modified time | relevance | path

Searched defs:framerate (Results 1 – 25 of 176) sorted by relevance

12345678

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_sunau.py22 framerate = 11025 variable in SunauPCM8Test
39 framerate = 11025 variable in SunauPCM16Test
58 framerate = 11025 variable in SunauPCM24Test
83 framerate = 11025 variable in SunauPCM32Test
108 framerate = 11025 variable in SunauULAWTest
Dtest_aifc.py28 framerate = 11025 variable in AifcPCM8Test
45 framerate = 11025 variable in AifcPCM16Test
64 framerate = 11025 variable in AifcPCM24Test
89 framerate = 11025 variable in AifcPCM32Test
114 framerate = 11025 variable in AifcULAWTest
135 framerate = 11025 variable in AifcALAWTest
Dtest_wave.py20 framerate = 11025 variable in WavePCM8Test
37 framerate = 11025 variable in WavePCM16Test
58 framerate = 11025 variable in WavePCM24Test
85 framerate = 11025 variable in WavePCM32Test
/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_bitrate_allocator.cc17 uint32_t framerate) in VideoBitrateAllocationParameters()
24 double framerate) in VideoBitrateAllocationParameters()
32 double framerate) in VideoBitrateAllocationParameters()
41 uint32_t framerate) { in GetAllocation()
H A Dvideo_bitrate_allocator.h30 double framerate; member
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_sunau.py18 framerate = 11025 variable in SunauPCM8Test
35 framerate = 11025 variable in SunauPCM16Test
54 framerate = 11025 variable in SunauPCM32Test
79 framerate = 11025 variable in SunauULAWTest
Dtest_aifc.py24 framerate = 11025 variable in AifcPCM8Test
41 framerate = 11025 variable in AifcPCM16Test
60 framerate = 11025 variable in AifcPCM24Test
85 framerate = 11025 variable in AifcPCM32Test
110 framerate = 11025 variable in AifcULAWTest
Dtest_wave.py21 framerate = 11025 variable in WavePCM8Test
38 framerate = 11025 variable in WavePCM16Test
65 framerate = 11025 variable in WavePCM24Test
92 framerate = 11025 variable in WavePCM32Test
/aosp_15_r20/external/webrtc/test/
H A Dframe_generator_capturer.h42 int framerate = 30; member
51 int framerate = 30; member
58 int framerate = 30; member
66 int framerate = 30; member
/aosp_15_r20/external/webrtc/sdk/android/src/java/org/webrtc/
H A DCameraCapturer.java193 private int framerate; /* guarded by stateLock */ field in CameraCapturer
245 public void startCapture(int width, int height, int framerate) { in startCapture()
316 public void changeCaptureFormat(int width, int height, int framerate) { in changeCaptureFormat()
457 int width, int height, int framerate); in createCameraSession()
H A DCamera2Session.java52 private final int framerate; field in Camera2Session
273 int framerate) { in create()
280 int width, int height, int framerate) { in Camera2Session()
H A DCamera1Session.java57 final int width, final int height, final int framerate) { in create()
149 Camera.Parameters parameters, int width, int height, int framerate) { in findClosestCaptureFormat()
H A DHardwareVideoEncoder.java473 public VideoCodecStatus setRateAllocation(BitrateAllocation bitrateAllocation, int framerate) { in setRateAllocation()
478 bitrateAdjuster.setTargets(bitrateAllocation.getSum(), framerate); in setRateAllocation() local
/aosp_15_r20/external/libaom/test/
H A Dy4m_test.cc148 const struct AvxRational framerate = { y4m_.fps_n, y4m_.fps_d }; in WriteY4mAndReadBack() local
266 struct AvxRational framerate = { /*numerator=*/30, /*denominator=*/1 }; in TEST() local
277 struct AvxRational framerate = { /*numerator=*/30, /*denominator=*/1 }; in TEST() local
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DVideoCapturer.java35 void startCapture(int width, int height, int framerate); in startCapture()
42 void changeCaptureFormat(int width, int height, int framerate); in changeCaptureFormat()
H A DFileVideoCapturer.java178 public void startCapture(int width, int height, int framerate) { in startCapture()
188 public void changeCaptureFormat(int width, int height, int framerate) { in changeCaptureFormat()
H A DCameraEnumerationAndroid.java85 public final FramerateRange framerate; field in CameraEnumerationAndroid.CaptureFormat
98 public CaptureFormat(int width, int height, FramerateRange framerate) { in CaptureFormat()
H A DWrappedNativeVideoEncoder.java36 public final VideoCodecStatus setRateAllocation(BitrateAllocation allocation, int framerate) { in setRateAllocation()
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCaptureQualityController.java35 private int framerate; field in CaptureQualityController
93 height, framerate)); in onProgressChanged() local
/aosp_15_r20/external/libvpx/examples/
H A Dvp9_spatial_svc_encoder.c422 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num; in set_rate_control_stats() local
772 const uint32_t frame_cnt, const double framerate) { in svc_output_rc_stats()
893 double framerate = 30.0; in main() local
H A Dvpx_temporal_svc_encoder.c99 const double framerate = cfg->g_timebase.den / cfg->g_timebase.num; in set_rate_control_metrics() local
664 double framerate = 30.0; in main() local
/aosp_15_r20/external/webrtc/test/scenario/
H A Dvideo_stream.cc276 int framerate) { in CreateImageSlideGenerator()
509 void SendVideoStream::SetCaptureFramerate(int framerate) { in SetCaptureFramerate()
/aosp_15_r20/frameworks/proto_logging/stats/message/
H A Dmediametrics_message.proto275 optional double framerate = 8; field
305 optional int32 framerate = 8; field
/aosp_15_r20/external/libvpx/
H A Dy4menc.c16 const struct VpxRational *framerate, in y4m_write_file_header()
/aosp_15_r20/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDevice.cpp674 for (const auto& framerate : framerates) { in calculateMinFps() local
783 double framerate = fr.getDouble(); in getFrameRateList() local

12345678