/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_sunau.py | 22 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
|
D | test_aifc.py | 28 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
|
D | test_wave.py | 20 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 D | video_bitrate_allocator.cc | 17 uint32_t framerate) in VideoBitrateAllocationParameters() 24 double framerate) in VideoBitrateAllocationParameters() 32 double framerate) in VideoBitrateAllocationParameters() 41 uint32_t framerate) { in GetAllocation()
|
H A D | video_bitrate_allocator.h | 30 double framerate; member
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_sunau.py | 18 framerate = 11025 variable in SunauPCM8Test 35 framerate = 11025 variable in SunauPCM16Test 54 framerate = 11025 variable in SunauPCM32Test 79 framerate = 11025 variable in SunauULAWTest
|
D | test_aifc.py | 24 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
|
D | test_wave.py | 21 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 D | frame_generator_capturer.h | 42 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 D | CameraCapturer.java | 193 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 D | Camera2Session.java | 52 private final int framerate; field in Camera2Session 273 int framerate) { in create() 280 int width, int height, int framerate) { in Camera2Session()
|
H A D | Camera1Session.java | 57 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 D | HardwareVideoEncoder.java | 473 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 D | y4m_test.cc | 148 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 D | VideoCapturer.java | 35 void startCapture(int width, int height, int framerate); in startCapture() 42 void changeCaptureFormat(int width, int height, int framerate); in changeCaptureFormat()
|
H A D | FileVideoCapturer.java | 178 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 D | CameraEnumerationAndroid.java | 85 public final FramerateRange framerate; field in CameraEnumerationAndroid.CaptureFormat 98 public CaptureFormat(int width, int height, FramerateRange framerate) { in CaptureFormat()
|
H A D | WrappedNativeVideoEncoder.java | 36 public final VideoCodecStatus setRateAllocation(BitrateAllocation allocation, int framerate) { in setRateAllocation()
|
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
H A D | CaptureQualityController.java | 35 private int framerate; field in CaptureQualityController 93 height, framerate)); in onProgressChanged() local
|
/aosp_15_r20/external/libvpx/examples/ |
H A D | vp9_spatial_svc_encoder.c | 422 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 D | vpx_temporal_svc_encoder.c | 99 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 D | video_stream.cc | 276 int framerate) { in CreateImageSlideGenerator() 509 void SendVideoStream::SetCaptureFramerate(int framerate) { in SetCaptureFramerate()
|
/aosp_15_r20/frameworks/proto_logging/stats/message/ |
H A D | mediametrics_message.proto | 275 optional double framerate = 8; field 305 optional int32 framerate = 8; field
|
/aosp_15_r20/external/libvpx/ |
H A D | y4menc.c | 16 const struct VpxRational *framerate, in y4m_write_file_header()
|
/aosp_15_r20/hardware/interfaces/camera/device/3.4/default/ |
H A D | ExternalCameraDevice.cpp | 674 for (const auto& framerate : framerates) { in calculateMinFps() local 783 double framerate = fr.getDouble(); in getFrameRateList() local
|