Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp757 struct PathAdder { struct
758 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) in PathAdder() argument
763 ~PathAdder() { in ~PathAdder() argument
770 PathAdder(const PathAdder &);
771 PathAdder &operator=(const PathAdder &);
886 PathAdder autoAdder(&mPath, chunk_type); in parseChunk()