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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvdmedia.h 42 } VIDEOINFOHEADER2;
45 VIDEOINFOHEADER2 hdr;
mfapi.h 355 typedef struct tagVIDEOINFOHEADER2 VIDEOINFOHEADER2;
498 HRESULT WINAPI MFInitMediaTypeFromVideoInfoHeader2(IMFMediaType *pMFType,const VIDEOINFOHEADER2 *pVIH2,UINT32 cbBufSize,const GUID *pSubtype);
505 extern "C" HRESULT WINAPI MFInitMediaTypeFromVideoInfoHeader2(IMFMediaType *pMFType,const VIDEOINFOHEADER2 *pVIH2,UINT32 cbBufSize,const GUID *pSubtype = NULL);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 482 VIDEOINFOHEADER2* h =
483 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat);
544 VIDEOINFOHEADER2* h =
545 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat);
    [all...]
video_capture_ds.cc 19 #include <Dvdmedia.h> // VIDEOINFOHEADER2
268 VIDEOINFOHEADER2* h =
269 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat);
sink_filter_ds.cc 16 #include <Dvdmedia.h> // VIDEOINFOHEADER2
250 // VIDEOINFOHEADER2 that has dwInterlaceFlags
251 VIDEOINFOHEADER2 *pvi = (VIDEOINFOHEADER2 *) pMediaType->Format();

Completed in 60 milliseconds