Searched refs:engcomp3ind (Results 1 – 2 of 2) sorted by relevance
/external/opencore/engines/author/src/ |
D | pvauthorengine.cpp | 2314 for (int32 engcomp3ind = 0; engcomp3ind < PVAUTHORCONFIG_BASE_NUMKEYS; ++engcomp3ind) in DoCapConfigGetParametersSync() local 2317 … if (pv_mime_strcmp(compstr, (char*)(PVAuthorConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoCapConfigGetParametersSync() 2319 …if (engcomp3ind == 2) //Here '2' refers to the array index in PVAuthorConfigBaseKeys where product… in DoCapConfigGetParametersSync() 2411 … PVMFStatus retval = DoGetAuthorParameter(aParameters, aNumParamElements, engcomp3ind, reqattr); in DoCapConfigGetParametersSync() 2587 int32 engcomp3ind = 0; in DoVerifyAndSetAuthorParameter() local 2588 for (engcomp3ind = 0; engcomp3ind < PVAUTHORCONFIG_BASE_NUMKEYS; ++engcomp3ind) in DoVerifyAndSetAuthorParameter() 2591 if (pv_mime_strcmp(compstr, (char*)(PVAuthorConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoVerifyAndSetAuthorParameter() 2598 …if (engcomp3ind >= PVAUTHORCONFIG_BASE_NUMKEYS || engcomp3ind == 2) //'2' refers to the place wher… in DoVerifyAndSetAuthorParameter() 2606 if (keyvaltype != PVAuthorConfigBaseKeys[engcomp3ind].iValueType) in DoVerifyAndSetAuthorParameter() 2612 switch (engcomp3ind) in DoVerifyAndSetAuthorParameter()
|
/external/opencore/engines/player/src/ |
D | pv_player_engine.cpp | 9893 for (int32 engcomp3ind = 0; engcomp3ind < PVPLAYERCONFIG_BASE_NUMKEYS; ++engcomp3ind) in DoCapConfigGetParametersSync() local 9896 … if (pv_mime_strcmp(compstr, (char*)(PVPlayerConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoCapConfigGetParametersSync() 9898 if (engcomp3ind == PRODUCTINFO) in DoCapConfigGetParametersSync() 9990 … PVMFStatus retval = DoGetPlayerParameter(aParameters, aNumParamElements, engcomp3ind, reqattr); in DoCapConfigGetParametersSync() 11138 int32 engcomp3ind = 0; in DoVerifyAndSetPlayerParameter() local 11139 for (engcomp3ind = 0; engcomp3ind < PVPLAYERCONFIG_BASE_NUMKEYS; ++engcomp3ind) in DoVerifyAndSetPlayerParameter() 11142 if (pv_mime_strcmp(compstr, (char*)(PVPlayerConfigBaseKeys[engcomp3ind].iString)) >= 0) in DoVerifyAndSetPlayerParameter() 11149 if (engcomp3ind >= PVPLAYERCONFIG_BASE_NUMKEYS || engcomp3ind == PRODUCTINFO) in DoVerifyAndSetPlayerParameter() 11157 if (keyvaltype != PVPlayerConfigBaseKeys[engcomp3ind].iValueType) in DoVerifyAndSetPlayerParameter() 11163 switch (engcomp3ind) in DoVerifyAndSetPlayerParameter() [all …]
|