Home
last modified time | relevance | path

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

/external/opencore/engines/player/src/
Dpv_player_engine.cpp12157 const char* retsubstr = NULL; in HandleSourceNodeGetDurationValue() local
12160 retsubstr = oscl_strstr(iSourceDurationValueList[0].key, _STRLIT_CHAR("timescale=")); in HandleSourceNodeGetDurationValue()
12161 if (retsubstr != NULL) in HandleSourceNodeGetDurationValue()
12163 retsubstrlen = oscl_strlen(retsubstr); in HandleSourceNodeGetDurationValue()
12167 … PV_atoi((char*)(retsubstr + tsparamlen), 'd', (retsubstrlen - tsparamlen), timescale); in HandleSourceNodeGetDurationValue()