OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInFormat
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libaudioclient/include/media/
AudioSystem.h
387
mInFormat
(AUDIO_FORMAT_DEFAULT), mInChannelMask(AUDIO_CHANNEL_NONE) {
421
audio_format_t
mInFormat
;
/frameworks/av/media/libaudioclient/
AudioSystem.cpp
467
mInFormat
= AUDIO_FORMAT_DEFAULT;
604
if ((mInBuffSize == 0) || (sampleRate != mInSamplingRate) || (format !=
mInFormat
)
615
mInFormat
= format;
[
all
...]
Completed in 317 milliseconds