Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dassetinfoatoms.cpp165 _locationInfoAstrBody = (_STRLIT("")); in PVA_FF_AssetInfoLocationInfoAtom()
692 _size += 2 * (_locationInfoAstrBody.get_size() + 1); in recomputeSize()
767 if (!PVA_FF_AtomUtils::renderNullTerminatedUnicodeString(fp, _locationInfoAstrBody)) in renderToFileStream()
771 rendered += _locationInfoAstrBody.get_size() + 1; // 1 for the NULL entry in renderToFileStream()
Dmpeg4file.cpp1117 _locationInfoAstrBody = ptr_loc_struct->_astronomical_body; in setLocationInfo()
/external/opencore/fileformats/mp4/composer/include/
Dassetinfoatoms.h338 _locationInfoAstrBody = aLocationInfoAstrBody; in setLocationInfoAstrBody()
357 PVA_FF_UNICODE_HEAP_STRING _locationInfoAstrBody; variable
Dmpeg4file.h313 PVA_FF_UNICODE_HEAP_STRING _locationInfoAstrBody; variable