Searched defs:CharType (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
H A Dcopyrightatom.cpp40 MP4FFParserOriginalCharEnc CharType; local
44 if (!AtomUtils::readString(fp, delta, CharType , _copyRightNotice))
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
H A Datomutils.cpp350 AtomUtils::readString(MP4_FF_FILE *fp, uint32 inLength, MP4FFParserOriginalCharEnc &CharType, OSCL_wString& data) argument
358 CharType = ORIGINAL_CHAR_TYPE_UTF16;
387 CharType = ORIGINAL_CHAR_TYPE_UTF8;

Completed in 33 milliseconds