Home
last modified time | relevance | path

Searched refs:ActualFrameRate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/utility/mock/
Dmock_frame_dropper.h29 MOCK_CONST_METHOD1(ActualFrameRate, float(uint32_t inputFrameRate));
/external/webrtc/webrtc/modules/video_coding/utility/
Dframe_dropper.h68 virtual float ActualFrameRate(uint32_t inputFrameRate) const;
Dframe_dropper.cc279 float FrameDropper::ActualFrameRate(uint32_t inputFrameRate) const { in ActualFrameRate() function in webrtc::FrameDropper
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h4095 virtual HRESULT WINAPI GetCurrentActualFrameRate(IPin *pPin,LONGLONG *ActualFrameRate) = 0;
4108 …LT (WINAPI *GetCurrentActualFrameRate)(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);
4123 …tCurrentActualFrameRate(This,pPin,ActualFrameRate) (This)->lpVtbl->GetCurrentActualFrameRate(This,… argument
4134 …ontrol_GetCurrentActualFrameRate_Proxy(IAMVideoControl *This,IPin *pPin,LONGLONG *ActualFrameRate);