Home
last modified time | relevance | path

Searched refs:hTp (Results 1 – 4 of 4) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_lib.cpp262 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, in transportDec_OutOfBandConfig() argument
291 switch (hTp->transportFmt) { in transportDec_OutOfBandConfig()
298 CLatmDemux *pLatmDemux = &hTp->parser.latm; in transportDec_OutOfBandConfig()
299 err = CLatmDemux_ReadStreamMuxConfig(hBs, pLatmDemux, &hTp->callbacks, in transportDec_OutOfBandConfig()
300 hTp->asc, &fConfigFound, in transportDec_OutOfBandConfig()
308 err = AudioSpecificConfig_Parse(&hTp->asc[(1 * 1)], hBs, 1, in transportDec_OutOfBandConfig()
309 &hTp->callbacks, configMode, in transportDec_OutOfBandConfig()
314 hTp->asc[layer] = hTp->asc[(1 * 1)]; in transportDec_OutOfBandConfig()
315 errC = hTp->callbacks.cbUpdateConfig( in transportDec_OutOfBandConfig()
316 hTp->callbacks.cbUpdateConfigData, &hTp->asc[layer], in transportDec_OutOfBandConfig()
[all …]
/external/aac/libMpegTPEnc/src/
Dtpenc_lib.cpp348 HANDLE_FDK_BITSTREAM transportEnc_GetBitstream(HANDLE_TRANSPORTENC hTp) { in transportEnc_GetBitstream() argument
349 return &hTp->bitStream; in transportEnc_GetBitstream()
381 TRANSPORTENC_ERROR transportEnc_WriteAccessUnit(HANDLE_TRANSPORTENC hTp, in transportEnc_WriteAccessUnit() argument
386 if (!hTp) { in transportEnc_WriteAccessUnit()
389 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream; in transportEnc_WriteAccessUnit()
392 if (hTp->pceFrameCounter >= hTp->config.headerPeriod) { in transportEnc_WriteAccessUnit()
394 hTp->config.channelMode, hTp->config.matrixMixdownA, in transportEnc_WriteAccessUnit()
398 switch (hTp->transportFmt) { in transportEnc_WriteAccessUnit()
400 FDKinitBitStream(&hTp->bitStream, hTp->bsBuffer, hTp->bsBufferSize, 0, in transportEnc_WriteAccessUnit()
402 if (0 != adifWrite_EncodeHeader(&hTp->writer.adif, hBs, bufferFullness)) { in transportEnc_WriteAccessUnit()
[all …]
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h350 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(const HANDLE_TRANSPORTDEC hTp,
370 const HANDLE_TRANSPORTDEC hTp, UCHAR *newConfig, const UINT newConfigLength,
396 int transportDec_RegisterAscCallback(HANDLE_TRANSPORTDEC hTp,
409 int transportDec_RegisterFreeMemCallback(HANDLE_TRANSPORTDEC hTp,
423 HANDLE_TRANSPORTDEC hTp, const cbCtrlCFGChange_t cbCtrlCFGChange,
434 int transportDec_RegisterSscCallback(HANDLE_TRANSPORTDEC hTp,
500 TRANSPORTDEC_ERROR transportDec_FillData(const HANDLE_TRANSPORTDEC hTp,
509 HANDLE_FDK_BITSTREAM transportDec_GetBitstream(const HANDLE_TRANSPORTDEC hTp,
517 TRANSPORT_TYPE transportDec_GetFormat(const HANDLE_TRANSPORTDEC hTp);
526 INT transportDec_GetBufferFullness(const HANDLE_TRANSPORTDEC hTp);
[all …]
/external/aac/libMpegTPEnc/include/
Dtpenc_lib.h236 HANDLE_FDK_BITSTREAM transportEnc_GetBitstream(HANDLE_TRANSPORTENC hTp);
244 INT transportEnc_GetStaticBits(HANDLE_TRANSPORTENC hTp, int auBits);
262 TRANSPORTENC_ERROR transportEnc_WriteAccessUnit(HANDLE_TRANSPORTENC hTp,
281 TRANSPORTENC_ERROR transportEnc_EndAccessUnit(HANDLE_TRANSPORTENC hTp,