Home
last modified time | relevance | path

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

/external/opencore/engines/author/src/
Dpvauthorengine.cpp2263 …oscl_strncat(aParameters[jj].key, PVAuthorConfigBaseKeys[jj].iString, oscl_strlen(PVAuthorConfigBa… in DoCapConfigGetParametersSync()
2265 switch (PVAuthorConfigBaseKeys[jj].iType) in DoCapConfigGetParametersSync()
2281 switch (PVAuthorConfigBaseKeys[jj].iValueType) in DoCapConfigGetParametersSync()
2317 … if (pv_mime_strcmp(compstr, (char*)(PVAuthorConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoCapConfigGetParametersSync()
2591 if (pv_mime_strcmp(compstr, (char*)(PVAuthorConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoVerifyAndSetAuthorParameter()
2606 if (keyvaltype != PVAuthorConfigBaseKeys[engcomp3ind].iValueType) in DoVerifyAndSetAuthorParameter()
2732 …oscl_strncat(aParameters[0].key, PVAuthorConfigBaseKeys[aIndex].iString, oscl_strlen(PVAuthorConfi… in DoGetAuthorParameter()
2734 switch (PVAuthorConfigBaseKeys[aIndex].iValueType) in DoGetAuthorParameter()
Dpvauthorengine.h126 const PVAuthorKeyStringData PVAuthorConfigBaseKeys[PVAUTHORCONFIG_BASE_NUMKEYS] = variable