Searched refs:IMPEG2StreamIdMap (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 507 typedef struct IMPEG2StreamIdMap IMPEG2StreamIdMap; typedef 6289 struct IMPEG2StreamIdMap : public IUnknown { struct 6298 HRESULT (WINAPI *QueryInterface)(IMPEG2StreamIdMap *This,REFIID riid,void **ppvObject); 6299 ULONG (WINAPI *AddRef)(IMPEG2StreamIdMap *This); 6300 ULONG (WINAPI *Release)(IMPEG2StreamIdMap *This); 6301 …HRESULT (WINAPI *MapStreamId)(IMPEG2StreamIdMap *This,ULONG ulStreamId,DWORD MediaSampleContent,UL… 6302 HRESULT (WINAPI *UnmapStreamId)(IMPEG2StreamIdMap *This,ULONG culStreamId,ULONG *pulStreamId); 6303 … HRESULT (WINAPI *EnumStreamIdMap)(IMPEG2StreamIdMap *This,IEnumStreamIdMap **ppIEnumStreamIdMap); 6306 struct IMPEG2StreamIdMap { struct 6318 …HRESULT WINAPI IMPEG2StreamIdMap_MapStreamId_Proxy(IMPEG2StreamIdMap *This,ULONG ulStreamId,DWORD … [all …]
|