Lines Matching refs:hInput
341 pTp = self->hInput; in CDataStreamElement_Read()
878 if (transportDec_GetFormat(self->hInput) == TT_MP4_ADTS) { in CAacDecoder_Init()
1125 HANDLE_FDK_BITSTREAM bs = transportDec_GetBitstream(self->hInput, 0); in CAacDecoder_DecodeFrame()
1136 …if ( (transportDec_GetAuBitsRemaining(self->hInput, 0) < 15) && (flags & (AACDEC_CONCEAL|AACDEC_FL… in CAacDecoder_DecodeFrame()
1270 self->hInput in CAacDecoder_DecodeFrame()
1375 self->hInput in CAacDecoder_DecodeFrame()
1440 self->hInput, in CAacDecoder_DecodeFrame()
1496 bitCnt = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()
1579 if ( transportDec_GetAuBitsTotal(self->hInput, 0) > 0 ) { in CAacDecoder_DecodeFrame()
1580 INT unreadBits = transportDec_GetAuBitsRemaining(self->hInput, 0); in CAacDecoder_DecodeFrame()
1623 if ( TRANSPORTDEC_OK != transportDec_CrcCheck(self->hInput) ) in CAacDecoder_DecodeFrame()