Searched refs:aValueSize (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/id3parcom/include/ |
D | pv_id3_parcom.h | 676 …Ptr AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aValueSize, bool &truncate); 694 …tus ReadStringValueFrame(PVID3FrameType aFrameType, PVID3CharacterSet aCharSet, uint32 aValueSize); 702 PVMFStatus ReadTrackLengthFrame(uint32 aValueSize, PVID3CharacterSet aCharSet); 711 PVMFStatus ReadFrame(PVID3FrameType aFrameType, uint32 aValueSize); 812 PVMFStatus ReadCommentFrame(uint32 aValueSize); 882 …orKVPAllocation(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aValueSize, bool &truncate,…
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 2308 …Com::AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aValueSize, bool &truncate) in AllocateKvp() argument 2318 aligned_kvp_size + key_size + aValueSize; in AllocateKvp() 2322 if ((error != OsclErrNone) || (!myPtr) || (total_size < aValueSize)) in AllocateKvp() 2330 oscl_snprintf(str_data_len, MAX_RANGE_INT_SIZE + 1, "%d", aValueSize); in AllocateKvp() 2392 kvp->length = aValueSize; in AllocateKvp() 2393 kvp->capacity = aValueSize; in AllocateKvp() 2547 …Com::ReadStringValueFrame(PVID3FrameType aFrameType, PVID3CharacterSet aCharSet, uint32 aValueSize) in ReadStringValueFrame() argument 2565 … OSCL_TRY(err, kvpPtr = AllocateKvp(keyStr, PVMI_KVPVALTYPE_CHARPTR, aValueSize + 1, truncate);); in ReadStringValueFrame() 2574 iInputFile->Seek(aValueSize, Oscl_File::SEEKCUR); in ReadStringValueFrame() 2579 … if (readByteData(iInputFile, aValueSize, (uint8*)kvpPtr->value.pChar_value) == false) in ReadStringValueFrame() [all …]
|