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

  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 133 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0);
165 errTp = transportDec_OutOfBandConfig(self->hInput, conf[layer], length[layer], layer);
610 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1);
654 aacDec->hInput = pIn;
669 transportDec_RegisterSbrCallback(aacDec->hInput, (cbSbr_t)sbrDecoder_Header, (void*)aacDec->hSbrDecoder);
718 tpErr = transportDec_FillData( self->hInput, pBuffer[layer], bufferSize[layer], &pBytesValid[layer], layer );
776 transportDec_GetMissingAccessUnitCount( &n, self->hInput);
804 hBs = transportDec_GetBitstream(self->hInput, 0);
814 err = transportDec_ReadAccessUnit(self->hInput, layer);
856 transportDec_SetParam(self->hInput, TPDEC_PARAM_RESET, 1)
    [all...]
aacdecoder.h 172 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
302 The bitstream position of transportDec_GetBitstream(self->hInput) must
aacdecoder.cpp 355 pTp = self->hInput;
885 if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) {
997 /* self->hInput->asc.m_epConfig = asc->m_epConfig; */
    [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 160 HANDLE_TRANSPORTDEC hInput;
162 hInput = GetRam_TransportDecoder(0);
163 if ( hInput == NULL ) {
168 hInput->transportFmt = transportFmt;
177 hInput->parser.adts.decoderCanDoMpeg4 = 1;
179 hInput->parser.adts.decoderCanDoMpeg4 = 0;
180 adtsRead_CrcInit(&hInput->parser.adts);
181 hInput->parser.adts.BufferFullnesStartFlag = 1;
182 hInput->numberOfRawDataBlocks = 0;
193 FreeRam_TransportDecoder(&hInput);
    [all...]

Completed in 546 milliseconds