Home
last modified time | relevance | path

Searched refs:hBitstream (Results 1 – 8 of 8) sorted by relevance

/external/aac/libDRCdec/include/
DFDK_drcDecLib.h248 HANDLE_FDK_BITSTREAM hBitstream);
252 HANDLE_FDK_BITSTREAM hBitstream);
256 HANDLE_FDK_BITSTREAM hBitstream);
260 HANDLE_FDK_BITSTREAM hBitstream);
264 HANDLE_FDK_BITSTREAM hBitstream);
268 HANDLE_FDK_BITSTREAM hBitstream);
272 HANDLE_FDK_BITSTREAM hBitstream);
278 HANDLE_FDK_BITSTREAM hBitstream);
/external/aac/libSACenc/src/
Dsacenc_bitstream.cpp620 static FDK_SACENC_ERROR writeFramingInfo(HANDLE_FDK_BITSTREAM hBitstream, in writeFramingInfo() argument
625 if ((hBitstream == NULL) || (pFramingInfo == NULL)) { in writeFramingInfo()
628 FDKwriteBits(hBitstream, pFramingInfo->bsFramingType, 1); in writeFramingInfo()
629 FDKwriteBits(hBitstream, pFramingInfo->numParamSets - 1, 1); in writeFramingInfo()
640 FDKwriteBits(hBitstream, pFramingInfo->bsParamSlots[ps], in writeFramingInfo()
650 static FDK_SACENC_ERROR writeSmgData(HANDLE_FDK_BITSTREAM hBitstream, in writeSmgData() argument
656 if ((hBitstream == NULL) || (pSmgData == NULL)) { in writeSmgData()
662 FDKwriteBits(hBitstream, pSmgData->bsSmoothMode[i], 2); in writeSmgData()
665 FDKwriteBits(hBitstream, pSmgData->bsSmoothTime[i], 2); in writeSmgData()
669 FDKwriteBits(hBitstream, pSmgData->bsFreqResStride[i], 2); in writeSmgData()
[all …]
/external/aac/libDRCdec/src/
DFDK_drcDecLib.cpp579 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadUniDrcConfig() argument
585 dErr = drcDec_readUniDrcConfig(hBitstream, &(hDrcDec->uniDrcConfig)); in FDK_drcDec_ReadUniDrcConfig()
602 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadDownmixInstructions_Box() argument
626 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadUniDrcInstructions_Box() argument
650 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadUniDrcCoefficients_Box() argument
674 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadLoudnessInfoSet() argument
680 dErr = drcDec_readLoudnessInfoSet(hBitstream, &(hDrcDec->loudnessInfoSet)); in FDK_drcDec_ReadLoudnessInfoSet()
697 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadLoudnessBox() argument
717 HANDLE_FDK_BITSTREAM hBitstream) { in FDK_drcDec_ReadUniDrcGain() argument
726 hBitstream, &(hDrcDec->uniDrcConfig), in FDK_drcDec_ReadUniDrcGain()
[all …]
/external/aac/libAACenc/src/
Dbit_cnt.cpp726 HANDLE_FDK_BITSTREAM hBitstream) { in FDKaacEnc_codeValues() argument
745 FDKwriteBits(hBitstream, codeWord, codeLength); in FDKaacEnc_codeValues()
757 FDKwriteBits(hBitstream, codeWord, codeLength); in FDKaacEnc_codeValues()
776 FDKwriteBits(hBitstream, (codeWord << signLength) | sign, in FDKaacEnc_codeValues()
796 FDKwriteBits(hBitstream, (codeWord << signLength) | sign, in FDKaacEnc_codeValues()
812 FDKwriteBits(hBitstream, codeWord, codeLength); in FDKaacEnc_codeValues()
827 FDKwriteBits(hBitstream, codeWord, codeLength); in FDKaacEnc_codeValues()
844 FDKwriteBits(hBitstream, (codeWord << signLength) | sign, in FDKaacEnc_codeValues()
862 FDKwriteBits(hBitstream, (codeWord << signLength) | sign, in FDKaacEnc_codeValues()
880 FDKwriteBits(hBitstream, (codeWord << signLength) | sign, in FDKaacEnc_codeValues()
[all …]
Dbit_cnt.h187 HANDLE_FDK_BITSTREAM hBitstream);
190 HANDLE_FDK_BITSTREAM hBitstream);
/external/aac/libMpegTPEnc/src/
Dtpenc_latm.h230 transportEnc_LatmWrite(HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBitstream,
/external/aac/libSBRenc/src/
Dps_main.h268 HANDLE_FDK_BITSTREAM hBitstream);
Dps_main.cpp454 HANDLE_FDK_BITSTREAM hBitstream) { in FDKsbrEnc_PSEnc_WritePSData() argument
457 ? FDKsbrEnc_WritePSBitstream(&hParametricStereo->psOut[0], hBitstream) in FDKsbrEnc_PSEnc_WritePSData()