Searched refs:AacProperties (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c1199 pClipCtxt->AacProperties.aNumChan =
1201 pClipCtxt->AacProperties.aSampFreq =
1226 pClipCtxt->AacProperties.aSBRPresent = 0;
1227 pClipCtxt->AacProperties.aPSPresent = 0;
1231 pClipCtxt->AacProperties.aSBRPresent = 1;
1232 pClipCtxt->AacProperties.aPSPresent = 0;
1233 pClipCtxt->AacProperties.aExtensionSampFreq =
1238 pClipCtxt->AacProperties.aSBRPresent = 1;
1239 pClipCtxt->AacProperties.aPSPresent = 1;
1240 pClipCtxt->AacProperties
[all...]
H A DM4VSS3GPP_ClipAnalysis.c626 pClipProperties->uiNbChannels = pClipCtxt->AacProperties.aNumChan;
628 pClipCtxt->AacProperties.aSampFreq;
630 if( pClipCtxt->AacProperties.aSBRPresent )
634 pClipCtxt->AacProperties.aExtensionSampFreq;
637 if( pClipCtxt->AacProperties.aPSPresent )
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h350 AAC_DEC_STREAM_PROPS AacProperties; /**< Structure for new api to get AAC member in struct:__anon259
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h470 AAC_DEC_STREAM_PROPS AacProperties; /**< Structure for new api to get AAC properties */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c9619 pC->AacProperties.aNumChan =
9621 pC->AacProperties.aSampFreq =
9648 pC->AacProperties.aSBRPresent = 0;
9649 pC->AacProperties.aPSPresent = 0;
9653 pC->AacProperties.aSBRPresent = 1;
9654 pC->AacProperties.aPSPresent = 0;
9655 pC->AacProperties.aExtensionSampFreq =
9661 pC->AacProperties.aSBRPresent = 1;
9662 pC->AacProperties.aPSPresent = 1;
9663 pC->AacProperties
[all...]

Completed in 22 milliseconds