Home
last modified time | relevance | path

Searched refs:streamIndex (Results 1 – 17 of 17) sorted by relevance

/external/aac/libAACdec/src/
Daacdecoder.cpp1484 const int streamIndex = 0; in CAacDecoder_Init() local
1647 self->flags[streamIndex] = 0; in CAacDecoder_Init()
1656 self->pUsacConfig[streamIndex] = &asc->m_sc.m_usacConfig; in CAacDecoder_Init()
1659 if (self->pUsacConfig[streamIndex]->m_usacNumElements > in CAacDecoder_Init()
1664 if (self->numUsacElements[streamIndex] != in CAacDecoder_Init()
1670 self->numUsacElements[streamIndex] = in CAacDecoder_Init()
1676 _el < (int)self->pUsacConfig[streamIndex]->m_usacNumElements; in CAacDecoder_Init()
1680 self->pUsacConfig[streamIndex]->element[_el].usacElementType) { in CAacDecoder_Init()
1689 self->pUsacConfig[streamIndex]->element[_el].usacElementType; in CAacDecoder_Init()
1727 if (self->pUsacConfig[streamIndex]->m_usacNumElements) { in CAacDecoder_Init()
[all …]
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.h138 bool IsStream_in_PackStreams(UInt32 streamIndex) const in IsStream_in_PackStreams()
140 return FindStream_in_PackStreams(streamIndex) >= 0; in IsStream_in_PackStreams()
143 int FindStream_in_PackStreams(UInt32 streamIndex) const in FindStream_in_PackStreams()
146 if (PackStreams[i] == streamIndex) in FindStream_in_PackStreams()
156 UInt32 streamIndex = 0; in GetStream_for_Coder() local
158 streamIndex += Coders[i].NumStreams; in GetStream_for_Coder()
159 return streamIndex; in GetStream_for_Coder()
181 void GetCoder_for_Stream(UInt32 streamIndex, UInt32 &coderIndex, UInt32 &coderStreamIndex) const in GetCoder_for_Stream()
183 coderIndex = Stream_to_Coder[streamIndex]; in GetCoder_for_Stream()
184 coderStreamIndex = streamIndex - Coder_to_Stream[coderIndex]; in GetCoder_for_Stream()
[all …]
DCoderMixer2.cpp206 bool CMixer::Is_PackSize_Correct_for_Stream(UInt32 streamIndex) in Is_PackSize_Correct_for_Stream() argument
208 if (_bi.IsStream_in_PackStreams(streamIndex)) in Is_PackSize_Correct_for_Stream()
211 int bond = _bi.FindBond_for_PackStream(streamIndex); in Is_PackSize_Correct_for_Stream()
538 HRESULT CMixerST::FinishStream(UInt32 streamIndex) in FinishStream() argument
544 if (_bi.UnpackCoder == streamIndex) in FinishStream()
548 index = _bi.FindStream_in_PackStreams(streamIndex); in FinishStream()
556 streamIndex); in FinishStream()
/external/lzma/CPP/7zip/Compress/
DBcj2Coder.h53 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
54 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
102 STDMETHOD(SetInStream2)(UInt32 streamIndex, ISequentialInStream *inStream);
103 STDMETHOD(ReleaseInStream2)(UInt32 streamIndex);
109 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
110 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DBcj2Coder.cpp65 STDMETHODIMP CEncoder::SetOutBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] … in SetOutBufSize() argument
324 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _bufsNewSizes[streamIndex] =… in SetInBufSize() argument
515 STDMETHODIMP CDecoder::SetInStream2(UInt32 streamIndex, ISequentialInStream *inStream) in SetInStream2() argument
517 _inStreams[streamIndex] = inStream; in SetInStream2()
521 STDMETHODIMP CDecoder::ReleaseInStream2(UInt32 streamIndex) in ReleaseInStream2() argument
523 _inStreams[streamIndex].Release(); in ReleaseInStream2()
DLzma2Decoder.h69 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
70 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
DLzmaDecoder.h64 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
65 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs554 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex() argument
576 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
581 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex()
583 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
646 int streamIndex = indexes[i]; in getNodeIndex()
647 object n = get( streamIndex ); in getNodeIndex()
651 return streamIndex; // found it! in getNodeIndex()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs631 protected void fillReverseIndex( object node, int streamIndex ) in fillReverseIndex() argument
653 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
658 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex()
660 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
723 int streamIndex = indexes[i]; in getNodeIndex()
724 object n = get( streamIndex ); in getNodeIndex()
728 return streamIndex; // found it! in getNodeIndex()
/external/lzma/CPP/7zip/
DICoder.h225 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size) PURE;
226 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size) PURE;
239 STDMETHOD(SetInStream2)(UInt32 streamIndex, ISequentialInStream *inStream) PURE;
240 STDMETHOD(ReleaseInStream2)(UInt32 streamIndex) PURE;
/external/lzma/CPP/7zip/Common/
DFilterCoder.h202 STDMETHOD(SetInBufSize)(UInt32 streamIndex, UInt32 size);
203 STDMETHOD(SetOutBufSize)(UInt32 streamIndex, UInt32 size);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp498 uint32_t streamIndex) in StreamOut() argument
524 uint32_t soMask = soState.streamMasks[streamIndex]; in StreamOut()
553 …SWR_ASSERT(state.pfnSoFunc[streamIndex] != nullptr, "Trying to execute uninitialized streamout jit… in StreamOut()
554 state.pfnSoFunc[streamIndex](soContext); in StreamOut()
572 UPDATE_STAT_FE(SoPrimStorageNeeded[streamIndex], soContext.numPrimStorageNeeded); in StreamOut()
573 UPDATE_STAT_FE(SoNumPrimsWritten[streamIndex], soContext.numPrimsWritten); in StreamOut()
Dapi.h311 uint32_t streamIndex);
Dapi.cpp527 uint32_t streamIndex) in SwrSetSoFunc() argument
531 SWR_ASSERT(streamIndex < MAX_SO_STREAMS); in SwrSetSoFunc()
533 pState->pfnSoFunc[streamIndex] = pfnSoFunc; in SwrSetSoFunc()
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go182 var methodIndex, streamIndex int
193 descExpr = fmt.Sprintf("&%s.Streams[%d]", serviceDescVar, streamIndex)
194 streamIndex++
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h273 UInt64 GetFolderPackStreamSize(CNum folderIndex, unsigned streamIndex) const in GetFolderPackStreamSize()
275 size_t i = FoStartPackStreamIndex[folderIndex] + streamIndex; in GetFolderPackStreamSize()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTreeWizard.m652 - (void)fillReverseIndex:(ANTLRCommonTree *)node Index:(NSInteger)streamIndex
654 //System.out.println("revIndex "+node+"@"+streamIndex);
667 NSInteger streamIndexI = streamIndex;