Home | History | Annotate | Download | only in include

Lines Matching refs:pAttributes

166         IMFAttributes **pAttributes) = 0;
170 IMFAttributes **pAttributes) = 0;
174 IMFAttributes **pAttributes) = 0;
293 IMFAttributes **pAttributes);
298 IMFAttributes **pAttributes);
303 IMFAttributes **pAttributes);
403 #define IMFTransform_GetAttributes(This,pAttributes) (This)->lpVtbl->GetAttributes(This,pAttributes)
404 #define IMFTransform_GetInputStreamAttributes(This,dwInputStreamID,pAttributes) (This)->lpVtbl->GetInputStreamAttributes(This,dwInputStreamID,pAttributes)
405 #define IMFTransform_GetOutputStreamAttributes(This,dwOutputStreamID,pAttributes) (This)->lpVtbl->GetOutputStreamAttributes(This,dwOutputStreamID,pAttributes)
448 static FORCEINLINE HRESULT IMFTransform_GetAttributes(IMFTransform* This,IMFAttributes **pAttributes) {
449 return This->lpVtbl->GetAttributes(This,pAttributes);
451 static FORCEINLINE HRESULT IMFTransform_GetInputStreamAttributes(IMFTransform* This,DWORD dwInputStreamID,IMFAttributes **pAttributes) {
452 return This->lpVtbl->GetInputStreamAttributes(This,dwInputStreamID,pAttributes);
454 static FORCEINLINE HRESULT IMFTransform_GetOutputStreamAttributes(IMFTransform* This,DWORD dwOutputStreamID,IMFAttributes **pAttributes) {
455 return This->lpVtbl->GetOutputStreamAttributes(This,dwOutputStreamID,pAttributes);
558 IMFAttributes **pAttributes);
567 IMFAttributes **pAttributes);
576 IMFAttributes **pAttributes);