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

1 2 3 4 5 6

  /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);
  /external/v8/build/android/pylib/results/
json_results.py 91 'elapsed_time_ms': t.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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 190 long long GetDuration() const;
508 long long GetDuration() const; //scaled
838 long long GetDuration() const;
  /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);
slesTestEqOutputPath.cpp 191 result = (*playItf)->GetDuration(playItf, &durationInMsec);
  /external/v8/build/android/pylib/base/
base_test_result.py 79 def GetDuration(self):
  /external/v8/build/android/pylib/results/flakiness_dashboard/
results_uploader.py 136 elapsed_time=single_test_result.GetDuration() / 1000)
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 697 long long GetDuration() const; // scaled
972 long long GetDuration() const;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 784 long long GetDuration() const; // scaled
1059 long long GetDuration() const;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 688 long long GetDuration() const; //scaled
1020 long long GetDuration() const;

Completed in 515 milliseconds

1 2 3 4 5 6