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

  /external/chromium_org/media/base/
sample_format.cc 20 case kSampleFormatS32:
40 case kSampleFormatS32:
sample_format.h 19 kSampleFormatS32, // Signed 32-bit.
audio_buffer.cc 69 sample_format_ == kSampleFormatS32 ||
213 sample_format_ == kSampleFormatS32);
audio_buffer_queue_unittest.cc 230 kSampleFormatS32, channels, 1, 1, 4, kNoTime, kNoTime));
232 kSampleFormatS32, channels, 9, 1, 20, kNoTime, kNoTime));
test_helpers.cc 161 format == kSampleFormatS32 || format == kSampleFormatF32);
audio_buffer_unittest.cc 112 kSampleFormatS32, channels, 1, 1, frames, start_time, duration);
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 83 case kSampleFormatS32:
294 Initialize(CHANNEL_LAYOUT_STEREO, kSampleFormatS32, kSamplesPerSecond);
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 109 case kSampleFormatS32:
233 return kSampleFormatS32;
252 case kSampleFormatS32:
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 249 sample_format = kSampleFormatS32;

Completed in 470 milliseconds