Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/parser/src/
Dpvuserdataatom.cpp76 if (!AtomUtils::readNullTerminatedUnicodeString(fp, _description)) in PVUserDataAtom()
82 _count += (_description.get_size() * 2 + 2); in PVUserDataAtom()
122 _description = atom.getPVDescription(charType); in PVUserDataAtom()
/external/opencore/fileformats/mp4/parser/include/
Dpvuserdataatom.h79 return _description; in getPVDescription()
97 OSCL_wHeapString<OsclMemAllocator> _description; variable
/external/opencore/fileformats/mp4/composer/src/
Dassetinfoatoms.cpp35 _description = (_STRLIT("")); in PVA_FF_AssetInfoDescAtom()
224 _size += 2 * (_description.get_size() + 1); in recomputeSize()
257 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _description)) in renderToFileStream()
261 rendered += _description.get_size() + 1; // 1 for the NULL entry in renderToFileStream()
Dmpeg4file.cpp1009 _description = description; in setDescription()
/external/opencore/fileformats/mp4/composer/include/
Dassetinfoatoms.h77 _description = aDescription; in setDescNotice()
84 PVA_FF_UNICODE_HEAP_STRING _description; variable
Dmpeg4file.h289 PVA_FF_UNICODE_HEAP_STRING _description; variable