/foundation/graphic/graphic_2d/rosen/modules/render_frame_trace/src/ |
H A D | frame_rate_report.cpp | 28 bool FrameRateReport::SendFrameRates(const std::unordered_map<int, uint32_t>& rates) in SendFrameRates() argument 43 void FrameRateReport::SendFrameRatesToRss(const std::unordered_map<int, uint32_t> rates) in SendFrameRatesToRss() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_frame_trace/unittest/ |
H A D | frame_rate_report_test.cpp | 47 std::unordered_map<int, uint32_t> rates; in HWTEST_F() local 63 std::unordered_map<int, uint32_t> rates; in HWTEST_F() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libvo-amrwbenc.c | 59 static const int rates[] = { 6600, 8850, 12650, 14250, 15850, 18250, in get_wb_bitrate_mode() local
|
H A D | libopencore-amr.c | 160 static const AMR_bitrates rates[] = { in get_bitrate_mode() local
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | parseutils.c | 39 static const char *const rates[] = { in test_av_parse_video_rate() local
|
/foundation/multimedia/audio_framework/frameworks/cj/src/ |
H A D | multimedia_audio_common.cpp | 96 auto rates = static_cast<int32_t *>(malloc(sizeof(int32_t) * rateSize)); in InitializeDeviceRatesAndChannels() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_display_sync.cpp | 143 int32_t RSRenderDisplaySync::GetNearestFrameRate(int32_t num, const std::vector<int32_t>& rates) in GetNearestFrameRate() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderdisplaysync_fuzzer/ |
H A D | rsrenderdisplaysync_fuzzer.cpp | 194 std::vector<int32_t> rates;
in DoGetNearestFrameRate() local
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 176 static const int rates[] = { variable
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_concat.c | 78 AVFilterFormats *formats, *rates = NULL; in query_formats() local
|
/third_party/ffmpeg/libswresample/tests/ |
H A D | swresample.c | 103 static const int rates[] = { variable
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vsync_rate_reduce_manager.cpp | 282 auto& rates = VSYNC_RATE_TABLE[curRatesLevel_]; in GetRateByBalanceLevel() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_scan.c | 336 struct nlattr *rates; in wpa_driver_nl80211_scan() local 1174 struct nlattr *rates; in wpa_driver_nl80211_vendor_scan() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | bss.c | 1305 int wpa_bss_get_bit_rates(const struct wpa_bss *bss, u8 **rates) in wpa_bss_get_bit_rates() argument
|
H A D | config.c | 1967 int *rates = wpa_config_parse_int_array(value); in wpa_config_parse_mesh_basic_rates() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_scan.c | 346 struct nlattr *rates; in wpa_driver_nl80211_scan() local 1216 struct nlattr *rates; in wpa_driver_nl80211_vendor_scan() local [all...] |
/third_party/alsa-lib/include/ |
H A D | topology.h | 986 unsigned int rates; /*!< supported rates SNDRV_PCM_RATE_* */ member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 607 LLVMValueRef rates; in si_llvm_build_vs_exports() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | bss.c | 1441 int wpa_bss_get_bit_rates(const struct wpa_bss *bss, u8 **rates) in wpa_bss_get_bit_rates() argument
|
H A D | config.c | 2276 int *rates = wpa_config_parse_int_array(value); in wpa_config_parse_mesh_basic_rates() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 675 std::vector<int32_t> rates = GetScreenSupportedRefreshRates(id); in OnRemoteRequest() local
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 464 std::unordered_map<pid_t, uint32_t> rates; in FrameRateReport() local [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_hw.c | 113 } rates; member
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asoc.h | 307 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */ member 604 __le32 rates; /* supported rates SNDRV_PCM_RATE_* */ member
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 1418 unsigned int i, j, n, *rates = NULL; in pa_alsa_get_supported_rates() local [all...] |