Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h542 typedef struct IVideoEncoder IVideoEncoder; typedef
6643 struct IVideoEncoder : public IEncoderAPI { struct
6649 HRESULT (WINAPI *QueryInterface)(IVideoEncoder *This,REFIID riid,void **ppvObject);
6650 ULONG (WINAPI *AddRef)(IVideoEncoder *This);
6651 ULONG (WINAPI *Release)(IVideoEncoder *This);
6652 HRESULT (WINAPI *IsSupported)(IVideoEncoder *This,const GUID *Api);
6653 HRESULT (WINAPI *IsAvailable)(IVideoEncoder *This,const GUID *Api);
6654 …HRESULT (WINAPI *GetParameterRange)(IVideoEncoder *This,const GUID *Api,VARIANT *ValueMin,VARIANT …
6655 …HRESULT (WINAPI *GetParameterValues)(IVideoEncoder *This,const GUID *Api,VARIANT **Values,ULONG *V…
6656 HRESULT (WINAPI *GetDefaultValue)(IVideoEncoder *This,const GUID *Api,VARIANT *Value);
[all …]