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

  /external/opencore/fileformats/mp4/parser/include/
mediaheaderatom.h 62 return _modificationTime;
92 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
movieheaderatom.h 63 return _modificationTime;
99 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
trackheaderatom.h 64 return _modificationTime;
111 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
  /external/opencore/fileformats/mp4/composer/include/
mediaheaderatom.h 49 _modificationTime = mt;
53 return _modificationTime;
97 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
movieheaderatom.h 50 _modificationTime = mt;
54 return _modificationTime;
102 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now
trackheaderatom.h 64 _modificationTime = mt;
68 return _modificationTime;
111 uint32 _modificationTime; // 4/8 (32/64bits) -- Will templatize later - using 32bits for now

Completed in 72 milliseconds