HomeSort by relevance Sort by last modified time
    Searched refs:kSampleFormatS16 (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/media/base/
sample_format.cc 17 case kSampleFormatS16:
38 case kSampleFormatS16:
sample_format.h 18 kSampleFormatS16, // Signed 16-bit.
audio_buffer_queue_unittest.cc 208 kSampleFormatS16, channels, 1, 1, 4, kNoTime, kNoTime));
210 kSampleFormatS16, channels, 9, 1, 20, kNoTime, kNoTime));
385 kSampleFormatS16, channels, 1, 1, 10, start_time1, duration));
403 kSampleFormatS16, channels, 1, 1, 10, start_time2, duration));
434 kSampleFormatS16, channels, 1, 1, 10, kNoTime, kNoTime));
436 kSampleFormatS16, channels, 1, 1, 10, kNoTime, kNoTime));
audio_buffer.cc 68 sample_format_ == kSampleFormatS16 ||
212 sample_format_ == kSampleFormatS16 ||
test_helpers.cc 160 DCHECK(format == kSampleFormatU8 || format == kSampleFormatS16 ||
audio_buffer_unittest.cc 87 kSampleFormatS16, channels, 1, 1, frames, start_time, duration);
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 27 static const SampleFormat kSampleFormat = kSampleFormatS16;
41 Initialize(CHANNEL_LAYOUT_STEREO, kSampleFormatS16, 3000);
74 case kSampleFormatS16:
280 Initialize(CHANNEL_LAYOUT_STEREO, kSampleFormatS16, 44100);
decrypting_audio_decoder.cc 188 kSampleFormatS16,
279 kSampleFormatS16,
opus_audio_decoder.cc 556 kSampleFormatS16,
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 107 case kSampleFormatS16:
231 return kSampleFormatS16;
250 case kSampleFormatS16:
284 sample_format = kSampleFormatS16;
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 247 sample_format = kSampleFormatS16;

Completed in 87 milliseconds