Home
last modified time | relevance | path

Searched refs:aDescription (Results 1 – 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
Dassetinfoatoms.h75 void setDescNotice(PVA_FF_UNICODE_HEAP_STRING aDescription) in setDescNotice() argument
77 _description = aDescription; in setDescNotice()
/external/opencore/nodes/pvmp4ffcomposernode/include/
Dpvmp4ffcn_clipconfig.h233 …virtual PVMFStatus SetDescription(const OSCL_wString& aDescription, const OSCL_String& aLangCode) …
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp3357 … uint8 &aPicType, OSCL_HeapString<OsclMemAllocator> &aDescription, uint32 &aDataLen) in GetAlbumArtInfo() argument
3380 status = readNullTerminatedAsciiString(iInputFile, aDescription); in GetAlbumArtInfo()
3387 size = aDescription.get_size() + 1 ; // 1 byte for null char in GetAlbumArtInfo()
3416 status = readNullTerminatedAsciiString(iInputFile, aDescription); in GetAlbumArtInfo()
3425 desSize = aDescription.get_size() + 1; //for null string in GetAlbumArtInfo()
3442 … uint8 &aPicType, OSCL_wHeapString<OsclMemAllocator> &aDescription, uint32 &aDataLen) in GetAlbumArtInfo() argument
3465 if (readNullTerminatedUnicodeString(iInputFile, aDescription, bomSz) == false) in GetAlbumArtInfo()
3472 …size = (2 * oscl_strlen(aDescription.get_str())) + bomSz + sizeof(oscl_wchar) * 1; //2 byte null c… in GetAlbumArtInfo()
3502 if (readNullTerminatedUnicodeString(iInputFile, aDescription, bomSz) == false) in GetAlbumArtInfo()
3509 …desSize = (2 * oscl_strlen(aDescription.get_str())) + bomSz + sizeof(oscl_wchar) * 1; //2 bytes fo… in GetAlbumArtInfo()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h748 … uint8 &PicType, OSCL_wHeapString<OsclMemAllocator> &aDescription, uint32 &DataLen);
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h177 …OSCL_IMPORT_REF PVMFStatus SetDescription(const OSCL_wString& aDescription, const OSCL_String& aLa…
Dpvmp4ffcn_node.cpp872 OSCL_EXPORT_REF PVMFStatus PVMp4FFComposerNode::SetDescription(const OSCL_wString& aDescription, co… in SetDescription() argument
879 iDescription.iDataString = aDescription; in SetDescription()