Searched refs:hBitstream (Results 1 – 8 of 8) sorted by relevance
/external/aac/libDRCdec/include/ |
D | FDK_drcDecLib.h | 248 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/ |
D | sacenc_bitstream.cpp | 620 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/ |
D | FDK_drcDecLib.cpp | 579 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/ |
D | bit_cnt.cpp | 726 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 …]
|
D | bit_cnt.h | 187 HANDLE_FDK_BITSTREAM hBitstream); 190 HANDLE_FDK_BITSTREAM hBitstream);
|
/external/aac/libMpegTPEnc/src/ |
D | tpenc_latm.h | 230 transportEnc_LatmWrite(HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBitstream,
|
/external/aac/libSBRenc/src/ |
D | ps_main.h | 268 HANDLE_FDK_BITSTREAM hBitstream);
|
D | ps_main.cpp | 454 HANDLE_FDK_BITSTREAM hBitstream) { in FDKsbrEnc_PSEnc_WritePSData() argument 457 ? FDKsbrEnc_WritePSBitstream(&hParametricStereo->psOut[0], hBitstream) in FDKsbrEnc_PSEnc_WritePSData()
|