Searched refs:iLangCode (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.cpp | 828 iVersion.iLangCode = ConvertLangCode(aLangCode); in SetVersion() 841 iTitle.iLangCode = ConvertLangCode(aLangCode); in SetTitle() 854 iAuthor.iLangCode = ConvertLangCode(aLangCode); in SetAuthor() 867 iCopyright.iLangCode = ConvertLangCode(aLangCode); in SetCopyright() 880 iDescription.iLangCode = ConvertLangCode(aLangCode); in SetDescription() 893 iRating.iLangCode = ConvertLangCode(aLangCode); in SetRating() 928 iAlbumTitle.iLangCode = ConvertLangCode(aLangCode); in SetAlbumInfo() 954 iPerformer.iLangCode = ConvertLangCode(aLangCode); in SetPerformer() 967 iGenre.iLangCode = ConvertLangCode(aLangCode); in SetGenre() 981 iClassification.iLangCode = ConvertLangCode(aLangCode); in SetClassification() [all …]
|
D | pvmp4ffcn_node.h | 381 … PVMP4FFCN_MetaDataString(): iClassificationEntity(0), iClassificationTable(0), iLangCode(0) {}; in PVMP4FFCN_MetaDataString() 385 uint16 iLangCode; member
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node_metadata.cpp | 1798 uint16 iLangCode = 0; in DoGetMetadataValues() local 1882 if (!iMP4FileHandle->getAuthor(idx, valuestring, iLangCode, charType)) in DoGetMetadataValues() 1890 if (iLangCode != 0) in DoGetMetadataValues() 1893 getLanguageCode(iLangCode, LangCode); in DoGetMetadataValues() 2442 … if (iMP4FileHandle->getAlbum(idx, valuestring, iLangCode, charType) != PVMFErrArgument) in DoGetMetadataValues() 2446 if (iLangCode != 0) in DoGetMetadataValues() 2449 getLanguageCode(iLangCode, LangCode); in DoGetMetadataValues() 2534 … if (iMP4FileHandle->getComment(idx, valuestring, iLangCode, charType) != PVMFErrArgument) in DoGetMetadataValues() 2538 if (iLangCode != 0) in DoGetMetadataValues() 2541 getLanguageCode(iLangCode, LangCode); in DoGetMetadataValues() [all …]
|
/external/opencore/android/ |
D | mediascanner.cpp | 233 uint16 iLangCode=0; in reportM4ATags() local 248 mp4Input->getTitle(i,valuestring,iLangCode,charType); in reportM4ATags() 260 mp4Input->getArtist(i,valuestring,iLangCode,charType); in reportM4ATags() 272 mp4Input->getAlbum(i,valuestring,iLangCode,charType); in reportM4ATags() 324 mp4Input->getGenre(i,valuestring,iLangCode,charType); in reportM4ATags()
|
/external/opencore/fileformats/mp4/parser/include/ |
D | mpeg4file.h | 1286 …void ReserveMemoryForLangCodeVector(Oscl_Vector<uint16, OsclMemAllocator> &iLangCode, int32 capaci…
|
/external/opencore/fileformats/mp4/parser/src/ |
D | mpeg4file.cpp | 4867 void Mpeg4File::ReserveMemoryForLangCodeVector(Oscl_Vector<uint16, OsclMemAllocator> &iLangCode, in… in ReserveMemoryForLangCodeVector() argument 4870 OSCL_TRY(leavecode, iLangCode.reserve(capacity)); in ReserveMemoryForLangCodeVector()
|