Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Deditlistatom.cpp30 uint16 temp_16; in EditListAtom() local
67 AtomUtils::read16(fp, temp_16); in EditListAtom()
68 (*_pmediaRates).push_back(temp_16); in EditListAtom()
70 AtomUtils::read16(fp, temp_16); //just for reserve in EditListAtom()
71 (*_preserveds).push_back(temp_16); in EditListAtom()