Searched defs:charType (Results 1 – 9 of 9) sorted by relevance
| /external/opencore/fileformats/mp4/parser/include/ |
| D | pvuserdataatom.h | 61 OSCL_wString& getPVTitle(MP4FFParserOriginalCharEnc &charType) in getPVTitle() 66 OSCL_wString& getPVAuthor(MP4FFParserOriginalCharEnc &charType) in getPVAuthor() 71 OSCL_wString& getPVCopyright(MP4FFParserOriginalCharEnc &charType) in getPVCopyright() 76 OSCL_wString& getPVDescription(MP4FFParserOriginalCharEnc &charType) in getPVDescription() 81 OSCL_wString& getPVRating(MP4FFParserOriginalCharEnc &charType) in getPVRating() 86 OSCL_wHeapString<OsclMemAllocator> getPVCreationDate(MP4FFParserOriginalCharEnc &charType) in getPVCreationDate()
|
| D | assetinfoatoms.h | 53 OSCL_wString& getInfoNotice(MP4FFParserOriginalCharEnc &charType) in getInfoNotice() 90 OSCL_wString& getTitleNotice(MP4FFParserOriginalCharEnc &charType) in getTitleNotice() 122 OSCL_wString& getDescNotice(MP4FFParserOriginalCharEnc &charType) in getDescNotice() 151 OSCL_wString& getPerfNotice(MP4FFParserOriginalCharEnc &charType) in getPerfNotice() 180 OSCL_wString& getAuthorNotice(MP4FFParserOriginalCharEnc &charType) in getAuthorNotice() 209 OSCL_wString& getGenreNotice(MP4FFParserOriginalCharEnc &charType) in getGenreNotice() 248 OSCL_wString& getRatingNotice(MP4FFParserOriginalCharEnc &charType) in getRatingNotice() 287 OSCL_wString& getClassificationNotice(MP4FFParserOriginalCharEnc &charType) in getClassificationNotice() 312 OSCL_wString& getInfoNotice(MP4FFParserOriginalCharEnc &charType) in getInfoNotice() 389 OSCL_wString& getAlbumNotice(MP4FFParserOriginalCharEnc &charType) in getAlbumNotice()
|
| D | mpeg4file.h | 485 … OSCL_wString& getAssetInfoTitleNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoTitleNotice() 493 … OSCL_wString& getAssetInfoDescNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoDescNotice() 497 OSCL_wString& getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) in getCopyRightString() 509 … OSCL_wString& getAssetInfoPerformerNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoPerformerNotice() 517 … OSCL_wString& getAssetInfoAuthorNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoAuthorNotice() 525 … OSCL_wString& getAssetInfoGenreNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoGenreNotice() 541 … OSCL_wString& getAssetInfoRatingNotice(MP4FFParserOriginalCharEnc &charType, int32 index) const in getAssetInfoRatingNotice() 557 …OSCL_wString& getAssetInfoClassificationNotice(MP4FFParserOriginalCharEnc &charType, int32 index) … in getAssetInfoClassificationNotice() 730 OSCL_wString& getAssetInfoAlbumNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoAlbumNotice()
|
| /external/opencore/fileformats/mp4/parser/src/ |
| D | pvuserdataatom.cpp | 117 MP4FFParserOriginalCharEnc charType; in PVUserDataAtom() local
|
| D | movieatom.cpp | 1335 OSCL_wString& MovieAtom::getAssetInfoTitleNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoTitleNotice() 1379 OSCL_wString& MovieAtom::getAssetInfoDescNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoDescNotice() 1402 OSCL_wString& MovieAtom::getCopyRightString(MP4FFParserOriginalCharEnc &charType, int32 index) in getCopyRightString() 1472 OSCL_wString& MovieAtom::getAssetInfoPerformerNotice(MP4FFParserOriginalCharEnc &charType, int32 in… in getAssetInfoPerformerNotice() 1517 OSCL_wString& MovieAtom::getAssetInfoAuthorNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoAuthorNotice() 1562 OSCL_wString& MovieAtom::getAssetInfoGenreNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoGenreNotice() 1653 OSCL_wString& MovieAtom::getAssetInfoRatingNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoRatingNotice() 1744 OSCL_wString& MovieAtom::getAssetInfoClassificationNotice(MP4FFParserOriginalCharEnc &charType, int… in getAssetInfoClassificationNotice() 1882 OSCL_wString& MovieAtom::getAssetInfoAlbumNotice(MP4FFParserOriginalCharEnc &charType, int32 index) in getAssetInfoAlbumNotice()
|
| D | mpeg4file.cpp | 620 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateTitleVector() local 712 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateAuthorVector() local 787 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateAlbumVector() local 889 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateArtistVector() local 981 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateGenreVector() local 1049 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateCopyrightVector() local 1213 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateDescriptionVector() local 1288 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in populateRatingVector() local 1420 OSCL_wString& Mpeg4File::getPVTitle(MP4FFParserOriginalCharEnc &charType) in getPVTitle() 1443 OSCL_wString& Mpeg4File::getPVAuthor(MP4FFParserOriginalCharEnc &charType) in getPVAuthor() [all …]
|
| D | assetinfoatoms.cpp | 533 MP4FFParserOriginalCharEnc charType; in getKeyWordAt() local
|
| /external/opencore/nodes/pvmp4ffparsernode/src/ |
| D | pvmf_mp4ffparser_node_metadata.cpp | 1155 MP4FFParserOriginalCharEnc charType; in CountMetaDataKeys() local 1353 MP4FFParserOriginalCharEnc charType; in InitMetaData() local 1797 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in DoGetMetadataValues() local
|
| /external/opencore/android/ |
| D | mediascanner.cpp | 232 MP4FFParserOriginalCharEnc charType = ORIGINAL_CHAR_TYPE_UNKNOWN; in reportM4ATags() local
|