HomeSort by relevance Sort by last modified time
    Searched refs:channel_mode (Results 1 - 8 of 8) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_asc.h 97 * \param channel_mode channel mode
101 int getChannelConfig( CHANNEL_MODE channel_mode );
118 CHANNEL_MODE channelMode,
136 CHANNEL_MODE channelMode,
tpenc_adts.h 102 CHANNEL_MODE channel_mode; member in struct:__anon4803
tpenc_asc.cpp 119 CHANNEL_MODE channel_mode; /*!< Present channel mode. */ member in struct:__anon4805
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...]
tpenc_adts.cpp 170 hAdts->channel_mode = config->channelMode;
227 FDKwriteBits(hBitStream, getChannelConfig(hAdts->channel_mode), 3);
  /external/chromium_org/media/formats/mpeg/
mp3_stream_parser.cc 11 // Map that determines which bitrate_index & channel_mode combinations
123 int channel_mode; local
134 !reader.ReadBits(2, &channel_mode) ||
145 << " channel_mode 0x" << channel_mode; local
158 << " channel_mode 0x" << channel_mode; local
162 if (layer == kLayer2 && kIsAllowed[bitrate_index][channel_mode]) {
163 MEDIA_LOG(log_cb()) << "Invalid (bitrate_index, channel_mode) combination :"
166 << " 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::__anon39902::__anon39903
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]);
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 326 UINT8 channel_mode; member in struct:__anon6253
358 UINT8 channel_mode; /* 0x02:mono, 0x01:dual */ member in struct:__anon6257
  /frameworks/av/media/libstagefright/
avc_utils.cpp 726 int channel_mode = (header >> 6) & 3; local
728 *out_channels = (channel_mode == 3) ? 1 : 2;

Completed in 350 milliseconds