Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp727 struct PathAdder { struct
728 PathAdder(Vector<uint32_t> *path, uint32_t chunkType) in PathAdder() function
733 ~PathAdder() { in ~PathAdder() argument
740 PathAdder(const PathAdder &);
741 PathAdder &operator=(const PathAdder &);
827 PathAdder autoAdder(&mPath, chunk_type); in parseChunk()