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

  /external/opencore/nodes/pvomxaudiodecnode/src/
pvmf_omx_audiodec_node.cpp 635 iNumberOfAudioChannels = Audio_Pcm_Param.nChannels; // should be 1 or 2
636 if (iNumberOfAudioChannels != 1 && iNumberOfAudioChannels != 2)
639 (0, "PVMFOMXAudioDecNode::HandlePortReEnable() Port Reconfiguration -> Output parameters num channels = %d", iNumberOfAudioChannels));
651 iNumBytesPerFrame = 2 * iSamplesPerFrame * iNumberOfAudioChannels;
666 iOMXComponentOutputBufferSize = (2 * iNumberOfAudioChannels * PVOMXAUDIODEC_DEFAULT_OUTPUTPCM_TIME * iPCMSamplingRate) / 1000; // assuming 16 bits per sample
709 pcminfo->desiredChannels = iNumberOfAudioChannels;
    [all...]
pvmf_omx_audiodec_node.h 139 uint32 iNumberOfAudioChannels; // can be 1 or 2

Completed in 1804 milliseconds