HomeSort by relevance Sort by last modified time
    Searched refs:GetDuration (Results 1 - 25 of 41) sorted by null

1 2

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpInternal.h 67 GetDuration (
DpTrace.c 93 Duration = GetDuration (&Measurement);
208 Duration = GetDuration (&Measurement);
348 Duration = GetDuration (&Measurement);
443 Duration = GetDuration (&Measurement);
588 Duration = GetDuration (&Measurement);
697 Duration = GetDuration (&Measurement);
788 Duration = GetDuration (&Measurement);
    [all...]
DpUtilities.c 64 GetDuration (
  /frameworks/wilhelm/tests/listening/
seekTorture.c 87 result = (*playerPlay)->GetDuration(playerPlay, &duration);
91 result = (*playerPlay)->GetDuration(playerPlay, &duration);
slesTest_playMuteSolo.cpp 270 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/
urimime.c 124 result = (*playerPlay)->GetDuration(playerPlay, &duration);
147 result = (*playerPlay)->GetDuration(playerPlay, &duration);
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpInternal.h 68 GetDuration (
DpTrace.c 93 Duration = GetDuration (&Measurement);
208 Duration = GetDuration (&Measurement);
347 Duration = GetDuration (&Measurement);
442 Duration = GetDuration (&Measurement);
587 Duration = GetDuration (&Measurement);
698 Duration = GetDuration (&Measurement);
789 Duration = GetDuration (&Measurement);
DpUtilities.c 79 GetDuration (
  /frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp 219 res = (*playItf)->GetDuration(playItf, &durationInMsec);
249 res = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestPlayUri.cpp 226 res = (*playItf)->GetDuration(playItf, &durationInMsec);
264 res = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestSlowDownUri.cpp 270 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
351 res = (*playItf)->GetDuration(playItf, &durationInMsec); CheckErr(res);
slesTestPlayStreamType.cpp 179 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestPlayUri2.cpp 219 result = (*playItf)->GetDuration(playItf, &durationInMsec);
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 184 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",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.idl 113 HRESULT GetDuration(
mfplay.h 78 STDMETHOD_(HRESULT,GetDuration)(THIS_ REFGUID guidPositionType,PROPVARIANT *pvDurationValue) PURE;
104 #define IMFPMediaItem_GetDuration(This,guidPositionType,pvDurationValue) (This)->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue)
149 STDMETHOD_(HRESULT,GetDuration)(THIS_ REFGUID guidPositionType,PROPVARIANT *pvDurationValue) PURE;
192 #define IMFPMediaPlayer_GetDuration(This,guidPositionType,pvDurationValue) (This)->lpVtbl->GetDuration(This,guidPositionType,pvDurationValue)
mmstream.h 138 virtual HRESULT STDMETHODCALLTYPE GetDuration(
195 HRESULT (STDMETHODCALLTYPE *GetDuration)(
226 #define IMultiMediaStream_GetDuration(This,pDuration) (This)->lpVtbl->GetDuration(This,pDuration)
260 return This->lpVtbl->GetDuration(This,pDuration);
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 219 SLresult result = (*pCntxt->playItf)->GetDuration(pCntxt->playItf, &durationInMsec);
450 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestBassBoostPath.cpp 182 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestPlayFdPath.cpp 195 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestVirtualizerPath.cpp 183 result = (*playItf)->GetDuration(playItf, &durationInMsec);
slesTestEqFdPath.cpp 187 result = (*playItf)->GetDuration(playItf, &durationInMsec);
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 815 long long GetDuration() const; // scaled
1092 long long GetDuration() const;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 784 long long GetDuration() const; // scaled
1059 long long GetDuration() const;

Completed in 363 milliseconds

1 2