Home
last modified time | relevance | path

Searched defs:bytes_per_channel (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/media/base/
Daudio_buffer.cc45 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format); in AudioBuffer() local
239 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format_); in ReadFrames() local
277 const int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format_); in TrimRange() local
Daudio_decoder_config.h88 int bytes_per_channel() const { return bytes_per_channel_; } in bytes_per_channel() function
/external/chromium_org/media/ffmpeg/
Dffmpeg_common_unittest.cc69 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format); in TEST_F() local
/external/chromium_org/media/filters/
Dffmpeg_audio_decoder.cc69 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format); in GetAudioBuffer() local