OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_format
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/audio/cras/
cras_input.cc
119
// Prepare |
audio_format
| and |stream_params| for the stream we
121
cras_audio_format*
audio_format
= cras_audio_format_create(
local
125
if (!
audio_format
) {
143
audio_format
);
148
cras_audio_format_destroy(
audio_format
);
154
bytes_per_frame_ = cras_client_format_bytes_per_frame(
audio_format
);
164
cras_audio_format_destroy(
audio_format
);
cras_unified.cc
172
// Prepare |
audio_format
| and |stream_params| for the stream we
174
cras_audio_format*
audio_format
= cras_audio_format_create(
local
178
if (!
audio_format
) {
192
audio_format
);
196
cras_audio_format_destroy(
audio_format
);
202
bytes_per_frame_ = cras_client_format_bytes_per_frame(
audio_format
);
208
cras_audio_format_destroy(
audio_format
);
217
cras_audio_format_destroy(
audio_format
);
/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/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
;
/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/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) ||
/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
Completed in 5392 milliseconds