Home
last modified time | relevance | path

Searched refs:m_nbChannels (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp472 pDecoderContext->mAudioStreamHandler->m_nbChannels = 1; in VideoEditorAudioDecoder_create()
483 pDecoderContext->mAudioStreamHandler->m_nbChannels = 1; in VideoEditorAudioDecoder_create()
513 pDecoderContext->mAudioStreamHandler->m_nbChannels = in VideoEditorAudioDecoder_create()
538 pDecoderContext->mAudioStreamHandler->m_nbChannels); in VideoEditorAudioDecoder_create()
674 if( pDecoderContext->mAudioStreamHandler->m_nbChannels == in VideoEditorAudioDecoder_processOutputBuffer()
681 } else if( pDecoderContext->mAudioStreamHandler->m_nbChannels < in VideoEditorAudioDecoder_processOutputBuffer()
748 pDecoderContext->mAudioStreamHandler->m_nbChannels = in VideoEditorAudioDecoder_step()
866 pDecoderContext->mAudioStreamHandler->m_nbChannels; in VideoEditorAudioDecoder_getOption()
DVideoEditorMp3Reader.cpp530 (int32_t*)&pAudioStreamHandler->m_nbChannels); in VideoEditorMp3Reader_getNextStream()
DVideoEditor3gpReader.cpp1688 pAudioStreamHandler->m_nbChannels = 0; in VideoEditor3gpReader_getNextStreamHandler()
/frameworks/av/libvideoeditor/vss/common/inc/
DM4DA_Types.h134 M4OSA_UInt32 m_nbChannels; /**< Number of channels in the audio stream member
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_Clip.c1200 pClipCtxt->pAudioStream->m_nbChannels; in M4VSS3GPP_intClipPrepareAudioDecoder()
1320 if( M4ENCODER_kMono == pClipCtxt->pAudioStream->m_nbChannels ) in M4VSS3GPP_intClipPrepareAudioDecoder()
1365 * pClipCtxt->pAudioStream->m_nbChannels; in M4VSS3GPP_intClipPrepareAudioDecoder()
2054 * pClipCtxt->pAudioStream->m_nbChannels; in M4VSS3GPP_intCheckAndGetCodecAacProperties()
2083 pClipCtxt->pAudioStream->m_nbChannels = optionValue; in M4VSS3GPP_intCheckAndGetCodecAacProperties()
DM4READER_Pcm.c381 pAudioStreamHandler->m_nbChannels = pDsi->nbChannels; in M4READER_PCM_getNextStream()
393 *pAudioStreamHandler->m_nbChannels; in M4READER_PCM_getNextStream()
DM4VSS3GPP_ClipAnalysis.c577 pClipProperties->uiNbChannels = pClipCtxt->pAudioStream->m_nbChannels; in M4VSS3GPP_intBuildAnalysis()
583 * pClipCtxt->pAudioStream->m_nbChannels; in M4VSS3GPP_intBuildAnalysis()
DM4READER_Amr.c300 pAudioStreamHandler->m_nbChannels = 0; in M4READER_AMR_getNextStream()
/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_API.c4135 (pC->pReaderAudioStream->m_nbChannels == 1) ? \ in M4MCS_setOutputParams()
4143 (pC->pReaderAudioStream->m_nbChannels == 1) ? \ in M4MCS_setOutputParams()
6176 * pC->pReaderAudioStream->m_nbChannels; in M4MCS_intPrepareAudioProcessing()
6246 if( 1 == pC->pReaderAudioStream->m_nbChannels ) in M4MCS_intPrepareAudioProcessing()
6433 *pC->pReaderAudioStream->m_nbChannels, M4MCS, in M4MCS_intPrepareAudioProcessing()
6449 *pC->pReaderAudioStream->m_nbChannels, M4MCS, in M4MCS_intPrepareAudioProcessing()
8326 * pC->pReaderAudioStream->m_nbChannels; in M4MCS_intAudioTranscoding()
8401 if( pC->pReaderAudioStream->m_nbChannels == 1 ) in M4MCS_intAudioTranscoding()
8422 if( pC->pReaderAudioStream->m_nbChannels == 1 ) in M4MCS_intAudioTranscoding()
8450 && (pC->pReaderAudioStream->m_nbChannels == 2) ) in M4MCS_intAudioTranscoding()
[all …]