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

  /external/aac/libAACdec/src/
aacdecoder.h 171 HANDLE_TRANSPORTDEC hInput; /*!< Transport layer handle. */
291 The bitstream position of transportDec_GetBitstream(self->hInput) must
  /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 72 milliseconds