/external/chromium_org/media/base/ |
sample_format.cc | 5 #include "media/base/sample_format.h" 11 int SampleFormatToBytesPerChannel(SampleFormat sample_format) { 12 switch (sample_format) { 28 NOTREACHED() << "Invalid sample format provided: " << sample_format; 32 const char* SampleFormatToString(SampleFormat sample_format) { 33 switch(sample_format) { 51 NOTREACHED() << "Invalid sample format provided: " << sample_format;
|
audio_decoder_config.cc | 11 #include "media/base/sample_format.h" 26 SampleFormat sample_format, 32 Initialize(codec, sample_format, channel_layout, samples_per_second, 37 SampleFormat sample_format, 48 UMA_HISTOGRAM_ENUMERATION("Media.AudioSampleFormat", sample_format, 65 sample_format_ = sample_format; 66 bytes_per_channel_ = SampleFormatToBytesPerChannel(sample_format); 95 (sample_format() == config.sample_format()));
|
sample_format.h | 29 // |sample_format|. 30 MEDIA_EXPORT int SampleFormatToBytesPerChannel(SampleFormat sample_format); 33 MEDIA_EXPORT const char* SampleFormatToString(SampleFormat sample_format);
|
audio_buffer.cc | 19 AudioBuffer::AudioBuffer(SampleFormat sample_format, 26 : sample_format_(sample_format), 36 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format); 44 if (sample_format == kSampleFormatPlanarF32 || 45 sample_format == kSampleFormatPlanarS16) { 84 SampleFormat sample_format, 93 return make_scoped_refptr(new AudioBuffer(sample_format, 103 scoped_refptr<AudioBuffer> AudioBuffer::CreateBuffer(SampleFormat sample_format, 107 return make_scoped_refptr(new AudioBuffer(sample_format,
|
audio_decoder_config.h | 13 #include "media/base/sample_format.h" 55 AudioDecoderConfig(AudioCodec codec, SampleFormat sample_format, 63 void Initialize(AudioCodec codec, SampleFormat sample_format, 81 SampleFormat sample_format() const { return sample_format_; } function in class:media::AudioDecoderConfig
|
audio_buffer.h | 15 #include "media/base/sample_format.h" 33 static scoped_refptr<AudioBuffer> CopyFrom(SampleFormat sample_format, 42 static scoped_refptr<AudioBuffer> CreateBuffer(SampleFormat sample_format, 109 AudioBuffer(SampleFormat sample_format,
|
test_helpers.h | 11 #include "media/base/sample_format.h"
|
/external/chromium_org/media/ffmpeg/ |
ffmpeg_common.cc | 97 SampleFormat sample_format) { 104 switch (sample_format) { 114 DVLOG(1) << "Unsupported sample format: " << sample_format; 226 SampleFormat AVSampleFormatToSampleFormat(AVSampleFormat sample_format) { 227 switch (sample_format) { 241 DVLOG(1) << "Unknown AVSampleFormat: " << sample_format; 246 static AVSampleFormat SampleFormatToAVSampleFormat(SampleFormat sample_format) { 247 switch (sample_format) { 261 DVLOG(1) << "Unknown SampleFormat: " << sample_format; 275 SampleFormat sample_format local [all...] |
ffmpeg_common.h | 98 SampleFormat AVSampleFormatToSampleFormat(AVSampleFormat sample_format);
|
/external/chromium_org/media/filters/ |
audio_renderer_algorithm_unittest.cc | 45 SampleFormat sample_format, 48 sample_format_ = sample_format; 49 bytes_per_sample_ = SampleFormatToBytesPerChannel(sample_format);
|
ffmpeg_audio_decoder.h | 15 #include "media/base/sample_format.h"
|
ffmpeg_audio_decoder.cc | 19 #include "media/base/sample_format.h" 172 SampleFormat sample_format = AVSampleFormatToSampleFormat(format); local 174 int bytes_per_channel = SampleFormatToBytesPerChannel(sample_format); 186 AudioBuffer::CreateBuffer(sample_format, channels, frames_required);
|
decrypting_demuxer_stream_unittest.cc | 122 EXPECT_EQ(input_config.sample_format(), output_config.sample_format());
|
/external/srec/srec/cfront/ |
nisthdr.h | 83 SAMPLE_FORMAT, 205 Nist1AHeaderSetDef(setSampleFormat, char*, s, SAMPLE_FORMAT)
|
/external/chromium_org/media/mp4/ |
mp4_stream_parser.cc | 243 SampleFormat sample_format; local 245 sample_format = kSampleFormatU8; 247 sample_format = kSampleFormatS16; 249 sample_format = kSampleFormatS32; 258 codec, sample_format, channel_layout, sample_per_second,
|
/development/ndk/platforms/android-3/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.h | 17 #include "media/base/sample_format.h"
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
videodev.h | 207 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
videodev.h | 207 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 190 __u32 sample_format; member in struct:vbi_format
|