Home
last modified time | relevance | path

Searched refs:aCharSet (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h685 … PVMFStatus ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet aCharSet);
694 …PVMFStatus ReadStringValueFrame(PVID3FrameType aFrameType, PVID3CharacterSet aCharSet, uint32 aVal…
702 PVMFStatus ReadTrackLengthFrame(uint32 aValueSize, PVID3CharacterSet aCharSet);
821 … GetKvpValueType(PvmiKvpSharedPtr aKvp, PvmiKvpValueType& aValueType, PVID3CharacterSet& aCharSet);
850 PVID3CharacterSet aCharSet, uint32& aSize);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2406 …s PVID3ParCom::ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet aCharSet) in ConstructKvpKey() argument
2429 if (aCharSet == PV_ID3_CHARSET_INVALID) in ConstructKvpKey()
2442 if (aCharSet == PV_ID3_CHARSET_INVALID) in ConstructKvpKey()
2523 switch (aCharSet) in ConstructKvpKey()
2547 PVMFStatus PVID3ParCom::ReadStringValueFrame(PVID3FrameType aFrameType, PVID3CharacterSet aCharSet,… in ReadStringValueFrame() argument
2551 if (ConstructKvpKey(keyStr, aFrameType, aCharSet) != PVMFSuccess) in ReadStringValueFrame()
2561 switch (aCharSet) in ReadStringValueFrame()
2638 if (aCharSet == PV_ID3_CHARSET_UTF16BE) in ReadStringValueFrame()
3526 PVMFStatus PVID3ParCom::ReadTrackLengthFrame(uint32 aValueSize, PVID3CharacterSet aCharSet) in ReadTrackLengthFrame() argument
3553 switch (aCharSet) in ReadTrackLengthFrame()
[all …]