Lines Matching refs:pDevCont
1273 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in initImageGrabber() local
1274 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in initImageGrabber()
1276 GET_WRL_OBJ_FROM_OBJ(_MediaDeviceController, pMedDevCont, pDevCont, hr) in initImageGrabber()
1349 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in startGrabbing() local
1350 WRL_PROP_GET(ig_pMedCapSource, VideoDeviceController, pDevCont, hr) in startGrabbing()
1352 GET_WRL_OBJ_FROM_OBJ(_MediaDeviceController, pMedDevCont, pDevCont, hr) in startGrabbing()
2542 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in setDeviceFormat() local
2543 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in setDeviceFormat()
2545 GET_WRL_OBJ_FROM_OBJ(_MediaDeviceController, pMedDevCont, pDevCont, hr) in setDeviceFormat()
2764 MAKE_WRL_OBJ(_VideoDeviceController) pDevCont; in enumerateCaptureFormats() local
2765 WRL_PROP_GET(pSource, VideoDeviceController, pDevCont, hr) in enumerateCaptureFormats()
2767 GET_WRL_OBJ_FROM_OBJ(_MediaDeviceController, pMedDevCont, pDevCont, hr) in enumerateCaptureFormats()