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

  /external/chromium_org/media/base/
sample_format.cc 15 case kSampleFormatU8:
36 case kSampleFormatU8:
sample_format.h 17 kSampleFormatU8, // Unsigned 8-bit w/ bias of 128.
audio_buffer_queue_unittest.cc 38 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
43 kSampleFormatU8, channels, 20, 1, frames, kNoTime, kNoTime));
55 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
58 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
61 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
64 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
67 kSampleFormatU8, channels, 10, 1, frames, kNoTime, kNoTime));
186 kSampleFormatU8, channels, 128, 1, frames, kNoTime, kNoTime));
audio_buffer.cc 67 DCHECK(sample_format_ == kSampleFormatU8 ||
211 DCHECK(sample_format_ == kSampleFormatU8 ||
audio_buffer_unittest.cc 32 kSampleFormatU8, channels, 1, 1, frames, start_time, duration);
53 kSampleFormatU8, 2, 16, data, kTimestampA, kTimestampB);
67 kSampleFormatU8, channels, 128, 1, frames, start_time, duration);
test_helpers.cc 160 DCHECK(format == kSampleFormatU8 || format == kSampleFormatS16 ||
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 65 case kSampleFormatU8:
287 Initialize(CHANNEL_LAYOUT_MONO, kSampleFormatU8, kSamplesPerSecond);
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 105 case kSampleFormatU8:
229 return kSampleFormatU8;
248 case kSampleFormatU8:
  /external/chromium_org/media/mp4/
mp4_stream_parser.cc 245 sample_format = kSampleFormatU8;

Completed in 54 milliseconds