Searched refs:aSBRPresent (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp346 pProperties->aSBRPresent = 0;
351 pProperties->aSBRPresent = 1;
356 pProperties->aSBRPresent = 1;
380 pProperties->aMaxPCMSamplesPerCh = (pProperties->aSBRPresent) ? 2048 : 1024;
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h206 M4OSA_Int32 aSBRPresent; /**< presence=1/absence=0 of SBR */ member in struct:__anon257
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h79 M4OSA_Int32 aSBRPresent; /**< presence=1/absence=0 of SBR */ member in struct:__anon292
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Clip.c1226 pClipCtxt->AacProperties.aSBRPresent = 0;
1231 pClipCtxt->AacProperties.aSBRPresent = 1;
1238 pClipCtxt->AacProperties.aSBRPresent = 1;
H A DM4VSS3GPP_ClipAnalysis.c630 if( pClipCtxt->AacProperties.aSBRPresent )
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c9648 pC->AacProperties.aSBRPresent = 0;
9653 pC->AacProperties.aSBRPresent = 1;
9661 pC->AacProperties.aSBRPresent = 1;
9774 if( pC->AacProperties.aSBRPresent )

Completed in 90 milliseconds