HomeSort by relevance Sort by last modified time
    Searched refs:MF_MT_SUBTYPE (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/videoio/src/cap_winrt/
MediaStreamSink.cpp 363 SUCCEEDED(mt->GetGUID(MF_MT_SUBTYPE, &subType)) &&
376 CHK(mt->GetGUID(MF_MT_SUBTYPE, &_subType));
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
OcvTransform.cpp 1074 hr = pmt->SetGUID(MF_MT_SUBTYPE, g_MediaSubtypes[dwTypeIndex]);
1172 hr = pmt->GetGUID(MF_MT_SUBTYPE, &subtype);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.cpp 334 GUID MF_MT_SUBTYPE;
870 if(guid == MF_MT_SUBTYPE)
875 out.MF_MT_SUBTYPE = *var.puuid;
1020 IF_EQUAL_RETURN(guid, MF_MT_SUBTYPE)
    [all...]
cap_msmf.hpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfapi.h 235 DEFINE_GUID(MF_MT_SUBTYPE, 0xf7e34c9a,0x42e8,0x4714,0xb7,0x4b,0xcb,0x29,0xd7,0x2c,0x35,0xe5);
    [all...]

Completed in 66 milliseconds