| /external/chromium_org/media/audio/cras/ |
| cras_input.cc | 117 // Prepare |audio_format| and |stream_params| for the stream we 119 cras_audio_format* audio_format = cras_audio_format_create( local 123 if (!audio_format) { 141 audio_format); 146 cras_audio_format_destroy(audio_format); 152 bytes_per_frame_ = cras_client_format_bytes_per_frame(audio_format); 162 cras_audio_format_destroy(audio_format);
|
| cras_unified.cc | 187 // Prepare |audio_format| and |stream_params| for the stream we 189 cras_audio_format* audio_format = cras_audio_format_create( 193 if (!audio_format) { 209 if (cras_audio_format_set_channel_layout(audio_format, layout)) { 223 audio_format); 227 cras_audio_format_destroy(audio_format); 233 bytes_per_frame_ = cras_client_format_bytes_per_frame(audio_format); 239 cras_audio_format_destroy(audio_format); 248 cras_audio_format_destroy(audio_format);
|
| /cts/tests/tests/media/src/android/media/cts/ |
| AudioRecord_BufferSizeTest.java | 34 private static final int AUDIO_FORMAT = AudioFormat.ENCODING_PCM_16BIT; 63 int bufferSize = AudioRecord.getMinBufferSize(sampleRateInHz, CHANNEL_CONFIG, AUDIO_FORMAT); 83 CHANNEL_CONFIG, AUDIO_FORMAT, bufferSize);
|
| /frameworks/av/include/media/stagefright/ |
| Utils.h | 53 // Convert a MIME type to a AudioSystem::audio_format
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
| Enumerations.py | 40 'audio_format' : 'dfau', #
|
| /system/extras/sound/ |
| playwav.c | 111 uint16_t audio_format; member in struct:wav_header 167 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); 175 if ((hdr.audio_format != FORMAT_PCM) || 206 hdr.audio_format = FORMAT_PCM;
|
| /external/tinyalsa/ |
| tinycap.c | 49 uint16_t audio_format; member in struct:wav_header 138 header.audio_format = FORMAT_PCM;
|
| tinyplay.c | 53 uint16_t audio_format; member in struct:chunk_fmt
|
| /hardware/libhardware_legacy/include/hardware_legacy/ |
| AudioSystemLegacy.h | 87 // Audio sub formats (see AudioSystem::audio_format). 125 enum audio_format { enum in class:android_audio_legacy::AudioSystem
|
| /external/chromium_org/content/renderer/media/android/ |
| audio_decoder_android.cc | 261 uint16_t audio_format = ReadUnsignedInteger(buffer_, 2); local 263 if (audio_format != kAudioFormatPCM) { 264 DVLOG(1) << "Audio format not supported: " << audio_format;
|
| /hardware/qcom/audio/legacy/libalsa-intf/ |
| arec.c | 77 uint16_t audio_format; member in struct:wav_header 447 hdr.audio_format = FORMAT_PCM; 471 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown");
|
| aplay.c | 73 uint16_t audio_format; member in struct:wav_header 533 if ((hdr.audio_format != FORMAT_PCM) ||
|
| /frameworks/av/media/libstagefright/ |
| AudioPlayer.cpp | 137 ALOGE("Couldn't map mime type \"%s\" to a valid AudioSystem::audio_format", mime); 140 ALOGV("Mime type \"%s\" mapped to audio_format 0x%x", mime, audioFormat);
|
| Utils.cpp | 553 ALOGE(" Couldn't map mime type \"%s\" to a valid AudioSystem::audio_format !", mime); 556 ALOGV("Mime type \"%s\" mapped to audio_format %d", mime, info.format);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
| Disk_Folder_File_Suite.py | 325 'audio_format' : 'dfau', # audio format
|
| /system/core/include/system/ |
| audio.h | 98 /* Audio sub formats (see enum audio_format). */
|