HomeSort by relevance Sort by last modified time
    Searched defs:channel_mode (Results 1 - 7 of 7) 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...]
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 39 channel_mode : 2, member in struct:mp3_frame_header_s::__anon19903::__anon19904
63 channel_mode : 2,
397 *channel = header.channel_mode;
416 LOGV(" channel mode: 0x%x, %s\n", header.channel_mode,
417 channel_mode_string[header.channel_mode]);
  /frameworks/av/media/libstagefright/
avc_utils.cpp 723 int channel_mode = (header >> 6) & 3; local
725 *out_channels = (channel_mode == 3) ? 1 : 2;
  /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 3157 milliseconds