Searched refs:BytesPerSample (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/g711/
H A Daudio_encoder_pcm.cc56 return full_frame_samples_ * BytesPerSample();
77 8 * BytesPerSample() * SampleRateHz() * NumChannels());
116 size_t AudioEncoderPcmA::BytesPerSample() const { function in class:webrtc::AudioEncoderPcmA
129 size_t AudioEncoderPcmU::BytesPerSample() const { function in class:webrtc::AudioEncoderPcmU
H A Daudio_encoder_pcm.h57 virtual size_t BytesPerSample() const = 0;
86 size_t BytesPerSample() const override;
108 size_t BytesPerSample() const override;
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/
H A Daudio_encoder_pcm16b.h40 size_t BytesPerSample() const override;
H A Daudio_encoder_pcm16b.cc25 size_t AudioEncoderPcm16B::BytesPerSample() const { function in class:webrtc::AudioEncoderPcm16B
/external/python/cpython2/Lib/plat-irix5/
H A DCL_old.py47 def BytesPerSample(s): function
/external/python/cpython2/Modules/
H A Dclmodule.c898 func(BytesPerSample, Int_FromLong)
940 {"BytesPerSample", cl_BytesPerSample, METH_VARARGS},

Completed in 1326 milliseconds