/third_party/openmax/api/1.1.2/ |
H A D | OMX_Audio.h | 163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */ member 208 OMX_U32 nChannels; /**< Number of channels */ member 278 OMX_U32 nChannels; /**< Number of channels */ member 301 OMX_U32 nChannels; /**< Number of channels */ member 354 OMX_U16 nChannels; /**< Number of channels */ member 387 OMX_U32 nChannels; /**< Number of channels */ member 413 OMX_U32 nChannels; /**< Number of channels */ member 432 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 457 OMX_U32 nChannels; /**< Number of channels in the data stream (not member 485 OMX_U32 nChannels; /**< Numbe member 509 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 585 OMX_U32 nChannels; /**< Number of channels */ global() member 628 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 641 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 654 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 667 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 679 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 706 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 722 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 736 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member 754 OMX_U32 nChannels; /**< Number of channels in the data stream (not global() member [all...] |
/third_party/lame/ACM/ |
H A D | ACM.cpp | 509 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format in : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 511 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format out : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 526 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format in : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 528 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "format out : channels %d, sample rate %d", WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 546 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "enter ACM_FORMATDETAILSF_FORMAT : 0x%04X:%03d, format in : channels %d, sample rate %d",a_FormatDetails->dwFormatTag,a_FormatDetails->dwFormatIndex, WaveExt->nChannels, WaveExt->nSamplesPerSec); in OnFormatDetails() 719 a_FormatSuggest->pwfxSrc->nChannels, in OnFormatSuggest() 727 a_FormatSuggest->pwfxDst->nChannels, in OnFormatSuggest() 764 if (a_FormatSuggest->pwfxSrc->nChannels != a_FormatSuggest->pwfxDst->nChannels) in OnFormatSuggest() 769 a_FormatSuggest->pwfxDst->nChannels in OnFormatSuggest() [all...] |
H A D | DecodeStream.cpp | 107 bool DecodeStream::init(const int nSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const int nSourceBitrate) in init() argument 112 my_Channels = nChannels; in init()
|
H A D | ACMStream.h | 57 bool init(const int nSamplesPerSec, const int nOutputSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const vbr_mode mode);
|
H A D | DecodeStream.h | 54 bool init(const int nSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const int nSourceBitrate);
|
H A D | ACMStream.cpp | 108 bool ACMStream::init(const int nSamplesPerSec, const int nOutputSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const vbr_mode mode) in init() argument 114 my_Channels = nChannels; in init()
|
/third_party/lame/dshow/ |
H A D | Encoder.cpp | 59 if (lpwfex->nChannels == 1 || lpwfex->nChannels == 2) in SetInputType() 112 if(lpwfex->nChannels == 1 || m_mabsi.bForceMono) in SetDefaultOutputType() 147 lame_set_num_channels(pgf, m_wfex.nChannels); in Init()
|
H A D | Mpegac.cpp | 465 m_bytesPerSample = pwfxIn->nChannels * sizeof(short); in StartStreaming() 636 m_bytesToDuration = (float)1.e7 / (float)(pwfx->nChannels * sizeof(short) * pwfx->nSamplesPerSec); in SetMediaType() 1080 *dwChannels = wf.nChannels; in get_SourceChannels() 1654 if (pfmt->wfx.nChannels == 1) { mec.ChMode = MONO; } in SetMediaType() 1655 else if (pfmt->wfx.nChannels == 2 && mec.ChMode == MONO && !mec.bForceMono) { mec.ChMode = STEREO; } in SetMediaType() 1739 switch (wf.nChannels) // Determine if we need to alter ChMode based upon the channel count and ForceMono flag in GetMediaType() 1767 p_mp3wvfmt->wfx.nChannels = (m_CurrentOutputFormat.ChMode == MONO) ? 1 : 2; in GetMediaType() 1985 p_mp3wvfmt->wfx.nChannels = 2; in GetStreamCaps()
|
/third_party/alsa-utils/topology/nhlt/ |
H A D | nhlt.h | 129 uint16_t nChannels; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_common.c | 182 dshowdebug(" nChannels: %u\n", fx->nChannels); in ff_print_AM_MEDIA_TYPE()
|
H A D | dshow.c | 755 fmt_info->channels = fx->nChannels; in dshow_get_format_info() 1001 fx->nChannels, fx->wBitsPerSample, fx->nSamplesPerSec in dshow_cycle_formats() 1008 (requested_channels && requested_channels != fx->nChannels ) in dshow_cycle_formats()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-waveout.c | 518 wf->Format.nChannels = ss->channels; in ss_to_waveformat() 548 wf->Format.nBlockAlign = wf->Format.nChannels * wf->Format.wBitsPerSample/8; in ss_to_waveformat()
|
/third_party/alsa-utils/topology/nhlt/intel/ |
H A D | dmic-nhlt.c | 298 f_conf1.format.nChannels = channel_count; in nhlt_dmic_get_ep()
|
H A D | ssp-nhlt.c | 516 f_conf1[i].format.nChannels = channel_count; in nhlt_ssp_get_ep()
|
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 593 wf.nChannels = audio_data.sfinfo.channels ; in win32_play()
|