Searched defs:getCopyRightString (Results 1 - 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dcopyrightatom.h46 OSCL_wString& getCopyRightString() function in class:CopyRightAtom
H A Dmpeg4file.h497 OSCL_wString& getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) function in class:Mpeg4File
499 return (_pmovieAtom->getCopyRightString(charType, index));
/external/opencore/fileformats/mp4/parser/src/
H A Dmovieatom.cpp1402 OSCL_wString& MovieAtom::getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) function in class:MovieAtom
1418 return patom->getCopyRightString();

Completed in 130 milliseconds