Searched refs:SetUINT32 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_msmf.cpp | 1448 CHECK_HR(hr = pSinkActivate->SetUINT32(MF_SAMPLEGRABBERSINK_IGNORE_CLOCK, TRUE)); in initImageGrabber() 1618 CHECK_HR(hr = pNode->SetUINT32(MF_TOPONODE_STREAMID, dwId)); in AddOutputNode() 1619 CHECK_HR(hr = pNode->SetUINT32(MF_TOPONODE_NOSHUTDOWN_ON_REMOVE, FALSE)); in AddOutputNode() 4249 spAttr->SetUINT32(MF_READWRITE_ENABLE_HARDWARE_TRANSFORMS, true); in InitializeSinkWriter() 4273 hr = mediaTypeOut->SetUINT32(MF_MT_AVG_BITRATE, bitRate); in InitializeSinkWriter() 4277 hr = mediaTypeOut->SetUINT32(MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); in InitializeSinkWriter() 4312 hr = mediaTypeIn->SetUINT32(MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); in InitializeSinkWriter()
|
D | cap_msmf.hpp | 891 STDMETHODIMP SetUINT32(REFGUID guidKey, UINT32 unValue) in SetUINT32() function in CBaseAttributes 894 return _spAttributes->SetUINT32(guidKey, unValue); in SetUINT32() 2608 … pAttr->SetUINT32(guidKey, value); in AddAttribute() 2844 hr = pAttr->SetUINT32(MF_STREAMSINK_ID, dwStreamSinkIdentifier); in AddStreamSink()
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/ |
D | OcvTransform.cpp | 1491 (void)pType->SetUINT32(MF_MT_DEFAULT_STRIDE, UINT32(lStride)); in GetDefaultStride()
|