Searched refs:wchar_size (Results 1 – 1 of 1) sorted by relevance
2611 uint32 wchar_size = sizeof(oscl_wchar); //for platforms where wchar is 4 bytes. in ReadStringValueFrame() local2613 …OSCL_TRY(err, kvpPtr = AllocateKvp(keyStr, PVMI_KVPVALTYPE_WCHARPTR, (wchar_size / 2) * (aValueSiz… in ReadStringValueFrame()2860 uint32 wchar_size = sizeof(oscl_wchar); //for platforms that store wchar as 4 bytes. in ReadAlbumArtFrame() local2861 …uint32 total_size = sizeof(PvmfApicStruct) + rfs + ((wchar_size) * (ImageFormat.get_size() + descr… in ReadAlbumArtFrame()2916 uint32 wchar_size = sizeof(oscl_wchar); //for platforms that store wchar as 4 bytes. in ReadAlbumArtFrame() local2917 …e = sizeof(PvmfApicStruct) + rfs + (wchar_size * (ImageFormat.get_size() + description.get_size())… in ReadAlbumArtFrame()3035 uint32 wchar_size = sizeof(oscl_wchar); //for platforms where wchar is 4 bytes. in ReadLyricsCommFrame() local3036 uint32 total_size = (wchar_size * framesize) + sizeof(PvmfLyricsCommStruct) + (2 * wchar_size) ; in ReadLyricsCommFrame()3097 ptr += wchar_size * (desc_sz + 1); //1 for null char in ReadLyricsCommFrame()3099 used_size += wchar_size * (desc_sz + 1); in ReadLyricsCommFrame()[all …]