Home
last modified time | relevance | path

Searched defs:bytes_per_second (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dmeasurement.rs107 fn bytes_per_second(&self, bytes: f64, typical: f64, values: &mut [f64]) -> &'static str { in bytes_per_second() method
108 let bytes_per_second = bytes * (1e9 / typical); in bytes_per_second() localVariable
120 let bytes_per_second = bytes * (1e9 / *val); in bytes_per_second() localVariable
133 let bytes_per_second = bytes * (1e9 / typical); in bytes_per_second_decimal() localVariable
145 let bytes_per_second = bytes * (1e9 / *val); in bytes_per_second_decimal() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/wav/
H A Dwav_io.cc47 char bytes_per_second[4]; member
166 const size_t bytes_per_second = sample_rate * kBytesPerSample * num_channels; in EncodeAudioAsS16LEWav() local
276 uint32 bytes_per_second; in DecodeLin16WaveAsFloatVector() local
/aosp_15_r20/tools/tradefederation/core/javatests/res/testtype/
Dgbench_output1.json30 "bytes_per_second": 1061047935 number
Dgbench_output7.json30 "bytes_per_second": 1061047935 number
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_bandwidth.h45 static constexpr QuicBandwidth FromBytesPerSecond(int64_t bytes_per_second) { in FromBytesPerSecond()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel.cc389 const uint32_t bytes_per_second = view.output_bandwidth().Read(); in ConfigureHci() local
/aosp_15_r20/external/coreboot/src/include/
H A Dnhlt.h241 uint32_t bytes_per_second; member
/aosp_15_r20/external/libavc/examples/avcenc/
H A Dmain.c3002 DOUBLE bytes_per_second; in h264enc_main() local
/aosp_15_r20/external/libavc/examples/svcenc/
H A Dmain.c3186 DOUBLE bytes_per_second; in h264enc_main() local