Home
last modified time | relevance | path

Searched defs:pmt (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
DOcvTransform.cpp1060 IMFMediaType *pmt = NULL; in OnGetPartialType() local
1091 HRESULT OcvImageManipulations::OnCheckInputType(IMFMediaType *pmt) in OnCheckInputType()
1120 HRESULT OcvImageManipulations::OnCheckOutputType(IMFMediaType *pmt) in OnCheckOutputType()
1150 HRESULT OcvImageManipulations::OnCheckMediaType(IMFMediaType *pmt) in OnCheckMediaType()
1210 void OcvImageManipulations::OnSetInputType(IMFMediaType *pmt) in OnSetInputType()
1231 void OcvImageManipulations::OnSetOutputType(IMFMediaType *pmt) in OnSetOutputType()
/external/testng/src/test/java/test/privatemethod/
DPrivateMethodTest.java18 PrivateMethodTest pmt = new PrivateMethodTest("aname", 1); in testPrivateMethod() local
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc248 AM_MEDIA_TYPE *pmt = NULL; in SetCameraOutput() local
Dsink_filter_ds.cc57 CaptureInputPin::GetMediaType (IN int iPosition, OUT CMediaType * pmt) in GetMediaType()
Ddevice_info_ds.cc447 AM_MEDIA_TYPE *pmt = NULL; in CreateCapabilityMap() local
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h858 #define IPin_Connect(This,pReceivePin,pmt) (This)->lpVtbl->Connect(This,pReceivePin,pmt) argument
859 #define IPin_ReceiveConnection(This,pConnector,pmt) (This)->lpVtbl->ReceiveConnection(This,pConnect… argument
862 #define IPin_ConnectionMediaType(This,pmt) (This)->lpVtbl->ConnectionMediaType(This,pmt) argument
866 #define IPin_QueryAccept(This,pmt) (This)->lpVtbl->QueryAccept(This,pmt) argument
1054 #define IFilterGraph_ConnectDirect(This,ppinOut,ppinIn,pmt) (This)->lpVtbl->ConnectDirect(This,ppin… argument
2515 #define IFileSourceFilter_Load(This,pszFileName,pmt) (This)->lpVtbl->Load(This,pszFileName,pmt) argument
2516 #define IFileSourceFilter_GetCurFile(This,ppszFileName,pmt) (This)->lpVtbl->GetCurFile(This,ppszFil… argument
2555 #define IFileSinkFilter_SetFileName(This,pszFileName,pmt) (This)->lpVtbl->SetFileName(This,pszFileN… argument
2556 #define IFileSinkFilter_GetCurFile(This,ppszFileName,pmt) (This)->lpVtbl->GetCurFile(This,ppszFileN… argument
2597 #define IFileSinkFilter2_SetFileName(This,pszFileName,pmt) (This)->lpVtbl->SetFileName(This,pszFile… argument
[all …]