Home
last modified time | relevance | path

Searched refs:ByteRate (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/
H A Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
154 uint32_t ByteRate(size_t num_channels, in ByteRate() function
223 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
255 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
426 if (header.fmt.ByteRate != in ReadWavHeader()
427 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/
H A Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
156 uint32_t ByteRate(size_t num_channels, in ByteRate() function
225 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
257 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
426 if (header.fmt.ByteRate != in ReadWavHeader()
427 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/
H A Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
154 uint32_t ByteRate(size_t num_channels, in ByteRate() function
223 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
255 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
424 if (header.fmt.ByteRate != in ReadWavHeader()
425 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/
H A Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
154 uint32_t ByteRate(size_t num_channels, in ByteRate() function
223 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
255 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
426 if (header.fmt.ByteRate != in ReadWavHeader()
427 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/
H A Dwav_header.cc55 uint32_t ByteRate; member
70 uint32_t ByteRate; member
154 uint32_t ByteRate(size_t num_channels, in ByteRate() function
223 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WritePcmWavHeader()
255 header.fmt.ByteRate = ByteRate(num_channels, sample_rate, bytes_per_sample); in WriteIeeeFloatWavHeader()
426 if (header.fmt.ByteRate != in ReadWavHeader()
427 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
139 static inline uint32_t ByteRate(int num_channels, int sample_rate, in ByteRate() function
169 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
230 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
231 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate;
171 static inline uint32_t ByteRate(int num_channels, int sample_rate,
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate,
262 if (ReadLE32(header.fmt.ByteRate) !=
263 ByteRate(*num_channels, *sample_rate, *bytes_per_sample))
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
171 static inline uint32_t ByteRate(int num_channels, int sample_rate, in ByteRate() function
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
262 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
263 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
170 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
263 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
264 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
170 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
263 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
264 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
170 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
263 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
264 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dwav_header.cc41 uint32_t ByteRate; member
170 static inline uint32_t ByteRate(size_t num_channels, int sample_rate, in ByteRate() function
201 WriteLE32(&header.fmt.ByteRate, ByteRate(num_channels, sample_rate, in WriteWavHeader()
263 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
264 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/
H A Dwav_header.cc47 uint32_t ByteRate; member
127 static inline uint32_t ByteRate(size_t num_channels, in ByteRate() function
253 WriteLE32(&header.fmt.ByteRate, in WriteWavHeader()
254 ByteRate(num_channels, sample_rate, bytes_per_sample)); in WriteWavHeader()
318 if (ReadLE32(header.fmt.ByteRate) != in ReadWavHeader()
319 ByteRate(*num_channels, *sample_rate, *bytes_per_sample)) in ReadWavHeader()
/dports/devel/fpc-fcl-sound/fpc-3.2.2/packages/fcl-sound/src/
H A Dfpwavwriter.pas57 ByteRate := NtoLE(ByteRate);
H A Dfpwavreader.pas56 ByteRate := LEtoN(ByteRate);
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sound/src/
H A Dfpwavwriter.pas57 ByteRate := NtoLE(ByteRate);
H A Dfpwavreader.pas56 ByteRate := LEtoN(ByteRate);
/dports/audio/fpc-openal/fpc-3.2.2/packages/openal/examples/
H A Dwavopenal.pas51 ByteRate : LongWord;
105 fmt.ByteRate:=LEtoN(fmt.ByteRate);
/dports/lang/fpc-source/fpc-3.2.2/packages/openal/examples/
H A Dwavopenal.pas51 ByteRate : LongWord;
105 fmt.ByteRate:=LEtoN(fmt.ByteRate);
/dports/audio/flacon/flacon-8.2.0/tests/data/
H A DCD.wav.hdr10 10 B1 02 00 // ByteRate [176400]
H A D24x96.wav.hdr10 00 ca 08 00 // ByteRate [576000]
/dports/audio/flacon/flacon-8.2.0/tests/data/testConvert/13.1 issue_100_0100/
H A D24x96_0100.wav.hdr10 00 ca 08 00 // ByteRate [576000]
/dports/games/stratagus/stratagus-3.2.0/src/include/
H A Dwav.h83 unsigned int ByteRate; /// Average bytes per second member
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dwav.h83 unsigned int ByteRate; /// Average bytes per second member
/dports/audio/flacon/flacon-8.2.0/tests/data/testConvert/13.2 issue_100_FEFF/
H A D24x96_FEFF.wav.hdr10 00 ca 08 00 // ByteRate [576000]

12345678