Searched refs:startInfo (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libmkv/ |
D | testlibmkv.c | 31 EbmlLoc startInfo; in main() local 32 Ebml_StartSubElement(&ebml, &startInfo, Info); in main() 35 Ebml_EndSubElement(&ebml, &startInfo); in main()
|
D | WebMElement.c | 109 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc* startInfo, unsigned long timeCodeScale, dou… in writeSegmentInformation() argument 111 Ebml_StartSubElement(ebml, startInfo, Info); in writeSegmentInformation() 116 Ebml_EndSubElement(ebml, startInfo); in writeSegmentInformation()
|
D | WebMElement.h | 20 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc* startInfo , unsigned long timeCodeScale, do…
|
/external/clang/lib/Lex/ |
D | MacroInfo.cpp | 71 startInfo = SM.getDecomposedInstantiationLoc(macroStart); in getDefinitionLengthSlow() local 74 assert(startInfo.first == endInfo.first && in getDefinitionLengthSlow() 76 assert(startInfo.second <= endInfo.second); in getDefinitionLengthSlow() 77 DefinitionLength = endInfo.second - startInfo.second; in getDefinitionLengthSlow()
|
/external/libvpx/ |
D | vpxenc.c | 587 EbmlLoc startInfo; in write_webm_seek_info() local 593 Ebml_StartSubElement(ebml, &startInfo, Info); in write_webm_seek_info() 601 Ebml_EndSubElement(ebml, &startInfo); in write_webm_seek_info()
|