HomeSort by relevance Sort by last modified time
    Searched refs:startInfo (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libmkv/
testlibmkv.c 31 EbmlLoc startInfo;
32 Ebml_StartSubElement(&ebml, &startInfo, Info);
35 Ebml_EndSubElement(&ebml, &startInfo);
WebMElement.h 20 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc* startInfo , unsigned long timeCodeScale, double duration);
WebMElement.c 109 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc* startInfo, unsigned long timeCodeScale, double duration)
111 Ebml_StartSubElement(ebml, startInfo, Info);
116 Ebml_EndSubElement(ebml, startInfo);
  /external/clang/lib/Lex/
MacroInfo.cpp 76 startInfo = SM.getDecomposedExpansionLoc(macroStart);
79 assert(startInfo.first == endInfo.first &&
81 assert(startInfo.second <= endInfo.second);
82 DefinitionLength = endInfo.second - startInfo.second;
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 423 STARTUPINFO startInfo;
526 GetStartupInfo(&startInfo);
527 startInfo.dwFlags = STARTF_USESTDHANDLES;
528 startInfo.lpReserved = 0;
529 startInfo.cbReserved2 = 0;
530 startInfo.lpReserved2 = 0;
531 startInfo.lpTitle = shell_name ? shell_name : exec_path;
532 startInfo.hStdInput = (HANDLE)pproc->sv_stdin[1];
533 startInfo.hStdOutput = (HANDLE)pproc->sv_stdout[1];
534 startInfo.hStdError = (HANDLE)pproc->sv_stderr[1]
    [all...]
  /external/libvpx/
vpxenc.c 587 EbmlLoc startInfo;
593 Ebml_StartSubElement(ebml, &startInfo, Info);
601 Ebml_EndSubElement(ebml, &startInfo);
    [all...]

Completed in 1095 milliseconds