Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp617 ReserveMemoryForValuesVector(titleValues, numTitle, leavecode); in populateTitleVector()
634 titleValues.push_front(valuestring); in populateTitleVector()
642 titleValues.push_front(valuestring); in populateTitleVector()
649 titleValues.push_front(valuestring); in populateTitleVector()
665 titleValues.push_front(_id3v1Title); in populateTitleVector()
678 if (index < titleValues.size()) in getTitle()
683 aVal = titleValues[index].get_cstr(); in getTitle()
1602 titleValues.destroy(); in ~Mpeg4File()
/external/opencore/fileformats/mp4/parser/include/
Dmpeg4file.h1340 Oscl_Vector<OSCL_wHeapString<OsclMemAllocator>, OsclMemAllocator> titleValues; variable