OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCM_16_BIT
(Results
1 - 10
of
10
) sorted by null
/hardware/libhardware_legacy/audio/
AudioHardwareStub.h
36
virtual int format() const { return AudioSystem::
PCM_16_BIT
; }
53
virtual int format() const { return AudioSystem::
PCM_16_BIT
; }
AudioHardwareGeneric.h
53
virtual int format() const { return AudioSystem::
PCM_16_BIT
; }
87
virtual int format() const { return AudioSystem::
PCM_16_BIT
; }
AudioHardwareInterface.cpp
119
if (format != AudioSystem::
PCM_16_BIT
) {
A2dpAudioInterface.h
89
virtual int format() const { return AudioSystem::
PCM_16_BIT
; }
AudioDumpInterface.cpp
63
int lFormat = AudioSystem::
PCM_16_BIT
;
130
int lFormat = AudioSystem::
PCM_16_BIT
;
467
if (format() == AudioSystem::
PCM_16_BIT
) {
AudioPolicyManagerBase.cpp
[
all
...]
/hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp
148
case AudioSystem::
PCM_16_BIT
:
175
*format = AudioSystem::
PCM_16_BIT
;
330
audioSystemFormat = AudioSystem::
PCM_16_BIT
;
335
audioSystemFormat = AudioSystem::
PCM_16_BIT
;
AudioHardwareALSA.cpp
692
case AudioSystem::
PCM_16_BIT
:
777
if(*format == AudioSystem::
PCM_16_BIT
)
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h
65
* eg. AudioSystem:
PCM_16_BIT
147
* eg. AudioSystem:
PCM_16_BIT
155
((format()==AudioSystem::
PCM_16_BIT
)?sizeof(int16_t):sizeof(int8_t)); }
AudioSystemLegacy.h
138
PCM_16_BIT
= (PCM|PCM_SUB_16_BIT),
Completed in 422 milliseconds