Searched refs:audioEncoderGranularity (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h493 M4OSA_UInt32 audioEncoderGranularity; /**< Minimum number of pcm samples needed member in struct:__anon315
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2232 pC->audioEncoderGranularity = 0;
6515 pC->audioEncoderGranularity = M4MCS_PCM_AMR_GRANULARITY_SAMPLES;
6519 pC->audioEncoderGranularity = M4MCS_PCM_AAC_GRANULARITY_SAMPLES;
6524 pC->audioEncoderGranularity = M4MCS_PCM_MP3_GRANULARITY_SAMPLES;
6532 pC->audioEncoderGranularity *= sizeof(short);
6534 pC->audioEncoderGranularity *= sizeof(short) * 2;
6538 (M4OSA_MemAddr8)M4OSA_32bitAlignedMalloc(pC->audioEncoderGranularity, M4MCS,
8477 pC->audioEncoderGranularity * uiChannelConvertorCoeff / 2;
8491 pC->pAudioEncoderBuffer + pC->audioEncoderGranularity;
8522 uiEncoderInRoom = ( pC->pAudioEncoderBuffer + pC->audioEncoderGranularity)
[all...]

Completed in 67 milliseconds