Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/include/
Dmpeg4file.h517 … OSCL_wString& getAssetInfoAuthorNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoAuthorNotice() function
519 return (_pmovieAtom->getAssetInfoAuthorNotice(charType, index)); in getAssetInfoAuthorNotice()
Dmovieatom.h424 OSCL_wString& getAssetInfoAuthorNotice(MP4FFParserOriginalCharEnc &charType, int32 index) ;
/external/opencore/fileformats/mp4/parser/src/
Dmovieatom.cpp1517 OSCL_wString& MovieAtom::getAssetInfoAuthorNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoAuthorNotice() function in MovieAtom
Dmpeg4file.cpp722 OSCL_wHeapString<OsclMemAllocator> valuestring = getAssetInfoAuthorNotice(charType, i); in populateAuthorVector()