Lines Matching refs:pMedEncProps
1278 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()
2776 MAKE_WRL_OBJ(_MediaEncodingProperties) pMedEncProps; in enumerateCaptureFormats() local
2777 WRL_METHOD(pVector, GetAt, pMedEncProps, hr, i) in enumerateCaptureFormats()
2780 …IVE_WRL_OBJ(ABI::Windows::Media::MediaProperties::IMediaEncodingProperties, pMedEncProps), &pType); in enumerateCaptureFormats()