OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_pAssetInfoLocationInfoAtom
(Results
1 - 2
of
2
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
movieatom.h
293
if (
_pAssetInfoLocationInfoAtom
!= NULL)
295
_pAssetInfoLocationInfoAtom
->setLocationInfoLangCode(ptr_loc_struct->_langCode);
296
_pAssetInfoLocationInfoAtom
->setLocationInfoRole(ptr_loc_struct->_role);
297
_pAssetInfoLocationInfoAtom
->setLocationInfoLongitude(ptr_loc_struct->_longitude);
298
_pAssetInfoLocationInfoAtom
->setLocationInfoLatitude(ptr_loc_struct->_latitude);
299
_pAssetInfoLocationInfoAtom
->setLocationInfoAltitude(ptr_loc_struct->_altitude);
301
_pAssetInfoLocationInfoAtom
->setLocationInfoName(ptr_loc_struct->_location_name);
302
_pAssetInfoLocationInfoAtom
->setLocationInfoAstrBody(ptr_loc_struct->_astronomical_body);
303
_pAssetInfoLocationInfoAtom
->setLocationInfoAddNotes(ptr_loc_struct->_additional_notes);
373
PVA_FF_AssetInfoLocationInfoAtom *
_pAssetInfoLocationInfoAtom
;
[
all
...]
/external/opencore/fileformats/mp4/composer/src/
movieatom.cpp
54
_pAssetInfoLocationInfoAtom
= NULL;
763
if (
_pAssetInfoLocationInfoAtom
== NULL)
765
PV_MP4_FF_NEW(fp->auditCB, PVA_FF_AssetInfoLocationInfoAtom, (),
_pAssetInfoLocationInfoAtom
);
768
_puserDataAtom->addAtom(
_pAssetInfoLocationInfoAtom
);
Completed in 5657 milliseconds