Home
last modified time | relevance | path

Searched defs:streamIndex (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBcj2Coder.cpp65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] … in SetOutBufSize()
324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =… in SetInBufSize()
515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream) in SetInStream2()
521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex) in ReleaseInStream2()
659 STDMETHODIMP CDecoder::GetInStreamProcessedSize2(UInt32 streamIndex, UInt64 *value) in GetInStreamProcessedSize2()
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h156 UInt32 streamIndex = 0; in GetStream_for_Coder() local
232 int FindBond_for_Stream(bool forInputStream, UInt32 streamIndex) const in FindBond_for_Stream()
DCoderMixer2.cpp265 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex) in Is_PackSize_Correct_for_Stream()
597 HRESULT CMixerST::FinishStream(UInt32 streamIndex) in FinishStream()
/external/aac/libAACdec/src/
Daacdecoder.cpp1485 const int streamIndex = 0; in CAacDecoder_Init() local
2387 const int streamIndex = 0; /* index of the current substream */ in CAacDecoder_DecodeFrame() local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs631 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs554 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp506 uint32_t streamIndex) in StreamOut()
Dapi.cpp570 uint32_t streamIndex) in SwrSetSoFunc()