| /third_party/FreeBSD/lib/msun/ld128/ |
| H A D | e_powl.c | 95 Peak relative error 2.3e-37 */ 116 Peak relative error 5.7e-38 */
|
| /third_party/libsnd/tests/ |
| H A D | header_test.tpl | 76 printf (" wav - test WAV file peak chunk\n") ; 77 printf (" aiff - test AIFF file PEAK chunk\n") ;
|
| H A D | misc_test.c | 65 printf (" wav - test WAV file peak chunk\n") ; in main() 66 printf (" aiff - test AIFF file PEAK chunk\n") ; in main()
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | powl.c | 51 * arithmetic domain # trials peak rms 445 * arithmetic x domain n domain # trials peak rms
|
| /third_party/musl/src/math/ |
| H A D | powl.c | 51 * arithmetic domain # trials peak rms 453 * arithmetic x domain n domain # trials peak rms
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | OverlayWidgets.cpp | 395 text << "CB Pool Waste (Peak: " << peakPercent << "%)"; in AppendVulkanSecondaryCommandBufferPoolWaste() 411 text << "RP VkBuffers (Peak: " << peakRange << ", Max: " << maxValueRange << ")"; in AppendVulkanRenderPassBufferCount()
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
| H A D | VK_EXT_swapchain_maintenance1.adoc | 74 increasing peak memory usage. 172 * When resizing the swapchain, peak memory increase is avoided by not
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
| H A D | LatencyAnalyzer.h | 178 * Amplify a signal so that the peak matches the specified target. 224 // Find highest peak in correlation array. in measureLatencyFromPulse()
|
| /third_party/ffmpeg/doc/ |
| H A D | filters.texi | 438 Should the exact signal be taken in case of @code{peak} or an RMS one in case 1604 @item peak 1605 select peak gain, very conservative approach. This is default value. 1858 Default is @code{rms}. Can be @code{peak} or @code{rms}. 3012 Short window length in seconds, used for peak and trough RMS measurement. 3116 @item Peak level dB 3118 Standard peak and RMS level measured in dBFS. 3120 @item RMS peak dB 3122 Peak and trough values for RMS level measured over a short window. 3125 Standard ratio of peak t [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| H A D | hi_mem.h | 45 hi_u32 peek_size; /**< Peak memory usage of the memory pool.CNcomment:内存池使用峰值CNend */
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | 802.11e.h | 72 uint32 peak_data_rate; /* Peak Data Rate (bps) */
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_tiler_heap_debugfs.c | 87 seq_printf(file, "Peak allocated tiler heap memory in the context: %llu\n", in kbasep_csf_tiler_heap_total_debugfs_show()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
| H A D | link_stack_test.cpp | 156 const char *p = stack.Peak(); in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | dca_xll.h | 132 uint8_t *pbr_buffer; ///< Peak bit rate (PBR) smoothing buffer
|
| /third_party/ffmpeg/libavutil/ |
| H A D | color_utils.c | 159 // The function uses the definition from HEVC, which assumes that the peak in avpriv_trc_arib_std_b67()
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | hdspm.h | 45 /* -------------------- IOCTL Peak/RMS Meters -------------------- */
|
| /third_party/libwebsockets/lib/drivers/pwm/ |
| H A D | pwm.c | 132 .ledphase_offset = LWS_LED_FUNC_PHASE / 2, /* start at peak */
|
| /third_party/pulseaudio/src/pulsecore/resampler/ |
| H A D | peaks.c | 29 struct peaks_data { /* data specific to the peak finder pseudo resampler */
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/ |
| H A D | Usage.md | 63 This signal has a very sharp peak when we correlate output and input.
|
| /third_party/lame/include/ |
| H A D | lame.h | 299 /* decode on the fly. Search for the peak sample. If the ReplayGain 611 /* the peak sample */ 615 peak sample searching was enabled. If negative then the waveform 620 correct only if peak sample searching was enabled and no user-specified
|
| /third_party/libsnd/src/ |
| H A D | sndfile.c | 149 { SFE_WAV_BAD_PEAK , "Error in WAV file. Bad 'PEAK' chunk." }, 150 { SFE_WAV_PEAK_B4_FMT , "Error in WAV file. 'PEAK' chunk found before 'fmt ' chunk." }, 172 { SFE_AIFF_PEAK_B4_COMM , "Error in AIFF file. 'PEAK' chunk found before 'COMM' chunk." }, 173 { SFE_AIFF_BAD_PEAK , "Error in AIFF file. Bad 'PEAK' chunk." }, 272 { SFE_RF64_PEAK_B4_FMT , "Error in RF64 file. 'PEAK' chunk found before 'fmt ' chunk." }, 291 { SFE_CAF_BAD_PEAK , "Error : Bad 'PEAK' chunk in CAF file." }, 1104 /* Only WAV and AIFF support the PEAK chunk. */ in sf_command() 1119 /* Only files containg the following data types support the PEAK chunk. */ in sf_command()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
| H A D | hcc_host.h | 270 hi_u16 stack_peak; /* *< stack peak.CNcomment:栈使用峰值.CNend */
|
| /device/soc/rockchip/common/sdk_linux/drivers/opp/ |
| H A D | debugfs.c | 65 debugfs_create_u32("peak_bw", S_IRUGO, d, &opp->bandwidth[i].peak); in opp_debug_create_bw()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | code-range.h | 39 // The length of each array is limited by the peak number of code ranges,
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| H A D | GlitchActivity.java | 179 message.append(String.format("peak.amplitude = %8.6f\n", mPeakAmplitude)); in getCurrentStatusReport()
|