OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:channel_mode
(Results
1 - 5
of
5
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_adts.h
102
CHANNEL_MODE
channel_mode
;
member in struct:__anon4808
tpenc_asc.cpp
119
CHANNEL_MODE
channel_mode
; /*!< Present channel mode. */
member in struct:__anon4810
165
* \param
channel_mode
Current channel mode.
172
const
CHANNEL_MODE
channel_mode
179
if (pceConfigTab[i].
channel_mode
==
channel_mode
) {
187
int getChannelConfig(
CHANNEL_MODE
channel_mode
)
191
switch(
channel_mode
) {
[
all
...]
/external/chromium_org/media/formats/mpeg/
mpeg1_audio_stream_parser.h
53
int
channel_mode
;
member in struct:media::MPEG1AudioStreamParser::Header
mpeg1_audio_stream_parser.cc
11
// Map that determines which bitrate_index &
channel_mode
combinations
102
int
channel_mode
;
local
113
!reader.ReadBits(2, &
channel_mode
) ||
124
<< "
channel_mode
0x" <<
channel_mode
;
local
137
<< "
channel_mode
0x" <<
channel_mode
;
local
141
if (layer == kLayer2 && kIsAllowed[bitrate_index][
channel_mode
]) {
142
MEDIA_LOG(log_cb) << "Invalid (bitrate_index,
channel_mode
) combination :"
145
<< "
channel_mode
" << channel_mode
local
[
all
...]
/external/bluetooth/bluedroid/stack/include/
uipc_msg.h
326
UINT8
channel_mode
;
member in struct:__anon6258
358
UINT8
channel_mode
; /* 0x02:mono, 0x01:dual */
member in struct:__anon6262
Completed in 433 milliseconds