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

  /external/aac/libSACdec/src/
sac_bitdec.h 127 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
132 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int samplingRate,
138 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int sacHeaderLen,
142 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
153 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType,
159 spatialDec *self, SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig);
sac_dec_interface.h 260 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2);
263 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
280 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
sac_dec_lib.cpp 204 SPATIAL_SPECIFIC_CONFIG spatialSpecificConfig[1]; /* SSC delay line which is
207 SPATIAL_SPECIFIC_CONFIG
240 static SACDEC_ERROR sscParseCheck(const SPATIAL_SPECIFIC_CONFIG *pSsc);
246 const SPATIAL_SPECIFIC_CONFIG *pSsc, UINT sampleRate) {
281 static int mpegSurroundDecoder_CalcInitFlags(SPATIAL_SPECIFIC_CONFIG *pSsc1,
282 SPATIAL_SPECIFIC_CONFIG *pSsc2,
412 const SPATIAL_SPECIFIC_CONFIG *pSsc, SPATIAL_DEC_UPMIX_TYPE *pUpmixType) {
513 SPATIAL_SPECIFIC_CONFIG *const pSSCinput =
515 SPATIAL_SPECIFIC_CONFIG *const pSSCtarget =
563 FDKmemcpy(pSSCtarget, pSSCinput, sizeof(SPATIAL_SPECIFIC_CONFIG));
    [all...]
sac_dec_ssc_struct.h 281 } SPATIAL_SPECIFIC_CONFIG;
sac_bitdec.cpp 119 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType) {
218 HANDLE_FDK_BITSTREAM bitstream, SPATIAL_SPECIFIC_CONFIG *config,
281 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
323 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int samplingRate,
441 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int sacHeaderLen,
604 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
906 spatialDec *self, const SPATIAL_SPECIFIC_CONFIG *pSSC,
955 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType,
    [all...]
sac_dec.cpp 131 /* output: struct of type SPATIAL_SPECIFIC_CONFIG */
142 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
158 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2) {
162 if (FDKmemcmp(pSsc1, pSsc2, sizeof(SPATIAL_SPECIFIC_CONFIG)) != 0) {
549 const SPATIAL_SPECIFIC_CONFIG *const pSsc, const int decoderLevel,
624 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
    [all...]
sac_dec.h 388 SPATIAL_SPECIFIC_CONFIG *pConfigCurrent;

Completed in 86 milliseconds