Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp1278 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in initImageGrabber() local
1279 …WRL_METHOD(pMedDevCont, GetMediaStreamProperties, pMedEncProps, hr, WRL_ENUM_GET(_MediaStreamType,… in initImageGrabber()
1281 GET_WRL_OBJ_FROM_OBJ(_VideoEncodingProperties, pVidProps, pMedEncProps, hr); in initImageGrabber()
1284 …IVE_WRL_OBJ(ABI::Windows::Media::MediaProperties::IMediaEncodingProperties, pMedEncProps), &pType); in initImageGrabber()
1354 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in startGrabbing() local
1355 …WRL_METHOD(pMedDevCont, GetMediaStreamProperties, pMedEncProps, hr, WRL_ENUM_GET(_MediaStreamType,… in startGrabbing()
1357 GET_WRL_OBJ_FROM_OBJ(_VideoEncodingProperties, pVidProps, pMedEncProps, hr); in startGrabbing()
2550 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in setDeviceFormat() local
2551 WRL_METHOD(pVector, GetAt, pMedEncProps, hr, dwFormatIndex) in setDeviceFormat()
2553 …on, hr, WRL_ENUM_GET(_MediaStreamType, MediaStreamType, VideoPreview), DEREF_WRL_OBJ(pMedEncProps)) in setDeviceFormat()
[all …]
Dcap_msmf.hpp2487 …icrosoft::WRL::ComPtr<ABI::Windows::Media::MediaProperties::IMediaEncodingProperties> pMedEncProps; in SetProperties() local
2521 hr = spInsp.As(&pMedEncProps); in SetProperties()
2525 …etMediaStreamProperties((ABI::Windows::Media::Capture::MediaStreamType)uiType, pMedEncProps.Get()); in SetProperties()