Searched refs:GetDuration (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/wilhelm/tests/listening/
H A DseekTorture.c87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
91 result = (*playerPlay)->GetDuration(playerPlay, &duration);
H A DslesTest_playMuteSolo.cpp270 result = (*playItf)->GetDuration(playItf, &duration);
272 printf("GetDuration after Realize but before pre-fetch: result=%u, duration=%u\n",
324 result = (*playItf)->GetDuration(playItf, &duration);
325 printf("GetDuration after Realize and after pre-fetch: result=%u, duration=%u\n",
/frameworks/wilhelm/tests/sandbox/
H A Durimime.c124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
147 result = (*playerPlay)->GetDuration(playerPlay, &duration);
H A Dmultiplay.c229 result = (*p->mPlayerPlay)->GetDuration(p->mPlayerPlay, &p->mPlayerDuration);
H A Dxaplay.c567 result = (*playerPlay)->GetDuration(playerPlay, &duration);
596 result = (*playerPlay)->GetDuration(playerPlay, &duration);
832 result = (*playerPlay)->GetDuration(playerPlay, &duration);
H A Dreverb.c624 result = (*playerPlay)->GetDuration(playerPlay, &duration);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestLoopUri.cpp219 res = (*playItf)->GetDuration(playItf, &durationInMsec);
249 res = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestPlayUri.cpp226 res = (*playItf)->GetDuration(playItf, &durationInMsec);
264 res = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestSlowDownUri.cpp270 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
351 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
H A DslesTestPlayStreamType.cpp179 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestPlayUri2.cpp219 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestGetPositionUri.cpp257 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
H A DslesTestManyPlayers.cpp293 res = (*playItfs[playerId])->GetDuration(playItfs[playerId], &durationInMsec);
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp184 res = (*playItf)->GetDuration(playItf, &durationInMsec);
213 res = (*playItf)->GetDuration(playItf, &durationInMsec);
216 fprintf(stderr, "Error: GetDuration returned SL_TIME_UNKNOWN (after prefetch completed)\n");
222 fprintf(stderr, "Error: GetDuration returned %d, more than 5percent off from expected %d\n",
/frameworks/wilhelm/tests/examples/
H A DslesTestDecodeToBuffQueue.cpp219 SLresult result = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &durationInMsec);
450 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestBassBoostPath.cpp182 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestPlayFdPath.cpp195 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestVirtualizerPath.cpp183 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestEqFdPath.cpp187 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestEqOutputPath.cpp191 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestSendToPresetReverb.cpp249 result = (*playItf)->GetDuration(playItf, &durationInMsec);
H A DslesTestDecodeAac.cpp390 res = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &duration);
580 res = (*playItf)->GetDuration(playItf, &duration);
821 res = (*playItf)->GetDuration(playItf, &duration);
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp275 res = (*playItf)->GetDuration(playItf, &durationInMsec);
341 /* res = (*playItf)->GetDuration(playItf, &durationInMsec);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h946 SLresult (*GetDuration) ( member in struct:SLPlayItf_
2169 SLresult (*GetDuration) ( member in struct:SLMIDITimeItf_
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp1285 long long durationNs = mSegment->GetDuration();

Completed in 4887 milliseconds

12