Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/include/
Dpvmi_kvp.h280 class PvmfLyricsCommStruct
283 PvmfLyricsCommStruct() in PvmfLyricsCommStruct() function
288 virtual ~PvmfLyricsCommStruct() in ~PvmfLyricsCommStruct()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp3036 uint32 total_size = (wchar_size * framesize) + sizeof(PvmfLyricsCommStruct) + (2 * wchar_size) ; in ReadLyricsCommFrame()
3061 PvmfLyricsCommStruct *lcStruct = NULL; in ReadLyricsCommFrame()
3063 lcStruct = OSCL_STATIC_CAST(PvmfLyricsCommStruct *, kvpPtr->value.key_specific_value); in ReadLyricsCommFrame()
3070 ptr += sizeof(PvmfLyricsCommStruct); in ReadLyricsCommFrame()
3071 used_size += sizeof(PvmfLyricsCommStruct); in ReadLyricsCommFrame()
3253 kvpPtr->capacity = (aFramesize - ID3V2_LANGUAGE_SIZE) + sizeof(PvmfLyricsCommStruct) ; in ReadLyricsCommFrame()
3254 kvpPtr->length = (aFramesize - ID3V2_LANGUAGE_SIZE) + sizeof(PvmfLyricsCommStruct) ; in ReadLyricsCommFrame()