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

  /external/opencore/fileformats/mp4/parser/src/
movieatom.cpp 1016 uint32 convertedTS = 0, minTS = 0;
1022 minTS = 0x7FFFFFFF;
1045 if (timestamp < minTS)
1046 minTS = timestamp;
1049 return minTS;
    [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp 3422 uint32 mints = 0xFFFFFFFF; local
    [all...]

Completed in 53 milliseconds