Searched defs:author (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKitTools/QueueStatusServer/model/
H A Dqueuestatus.py32 author = db.UserProperty() variable in class:QueueStatus
/external/libpng/contrib/gregbook/
H A Dwritepng.h10 express or implied. In no event shall the author or contributors
102 char *author; member in struct:_mainprog_info
/external/opencore/fileformats/mp4/composer/include/
H A Dmovieatom.h176 bool setAuthorInfo(PVA_FF_UNICODE_STRING_PARAM author, uint16 langCode) argument
181 _pAssetInfoAuthorAtom->setAuthorNotice(author);
/external/opencore/fileformats/mp4/composer/src/
H A Dmpeg4file.cpp976 PVA_FF_Mpeg4File::setAuthor(PVA_FF_UNICODE_STRING_PARAM author, uint16 langCode) argument
981 _author = author;
984 _pmovieAtom->setAuthorInfo(author, langCode);
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
H A Datomdefs.h370 OSCL_wHeapString<OsclMemAllocator> author; member in struct:__anon2825
/external/opencore/protocols/sdp/common/include/
H A Dsession_info.h91 OSCL_HeapString<SDPParserAlloc> author; member in class:sessionDescription
292 author = auth;
296 author = auth;
300 author.set((const char*)(memFrag.ptr), memFrag.len);
818 return author.get_cstr();
1167 author = "N/A";
1328 author = sourceSessionDescription.author;

Completed in 147 milliseconds