Searched defs:playLength (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_public.c1331 * playLength - pointer to variable to store the play length (in msecs)
1340 EAS_PUBLIC EAS_RESULT EAS_ParseMetaData (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *playLength) argument
1358 return pParserModule->pfGetMetaData(pEASData, pStream->handle, playLength);
1371 if ((result = EAS_GetLocation(pEASData, pStream, playLength)) != EAS_SUCCESS)
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_public.c1331 * playLength - pointer to variable to store the play length (in msecs)
1340 EAS_PUBLIC EAS_RESULT EAS_ParseMetaData (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *playLength) argument
1358 return pParserModule->pfGetMetaData(pEASData, pStream->handle, playLength);
1371 if ((result = EAS_GetLocation(pEASData, pStream, playLength)) != EAS_SUCCESS)
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c1343 * playLength - pointer to variable to store the play length (in msecs)
1352 EAS_PUBLIC EAS_RESULT EAS_ParseMetaData (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 *playLength) argument
1370 return pParserModule->pfGetMetaData(pEASData, pStream->handle, playLength);
1383 if ((result = EAS_GetLocation(pEASData, pStream, playLength)) != EAS_SUCCESS)

Completed in 72 milliseconds