Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/include/
Dpvmf_timedtext.h72 uint8 iFontNameLength; member
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.cpp5519 textse_ptr->iFontRecordList[i].iFontNameLength = fontrec->getFontLength(); in UpdateTextSampleEntry()
5520 if (textse_ptr->iFontRecordList[i].iFontNameLength > 0) in UpdateTextSampleEntry()
5523 …ecordList[i].iFontName = OSCL_ARRAY_NEW(uint8, textse_ptr->iFontRecordList[i].iFontNameLength + 1); in UpdateTextSampleEntry()
5526 …].iFontName), (char*)(fontrec->getFontName()), textse_ptr->iFontRecordList[i].iFontNameLength + 1); in UpdateTextSampleEntry()
5527 … textse_ptr->iFontRecordList[i].iFontName[textse_ptr->iFontRecordList[i].iFontNameLength] = '\0'; in UpdateTextSampleEntry()
5533 textse_ptr->iFontRecordList[i].iFontNameLength = 0; in UpdateTextSampleEntry()