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

  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 447 AM_MEDIA_TYPE *pmt = NULL; local
472 hr = streamConfig->GetStreamCaps(tmp, &pmt,
476 if (pmt->majortype == MEDIATYPE_Video
477 && pmt->formattype == FORMAT_VideoInfo2)
483 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat);
489 if (pmt->majortype == MEDIATYPE_Video
490 && pmt->formattype == FORMAT_VideoInfo)
512 hr = streamConfig->GetStreamCaps(tmp, &pmt,
525 if (pmt->majortype == MEDIATYPE_Video
526 && pmt->formattype == preferedVideoFormat
    [all...]
video_capture_ds.cc 247 AM_MEDIA_TYPE *pmt = NULL; local
263 &pmt, reinterpret_cast<BYTE*> (&caps));
266 if (pmt->formattype == FORMAT_VideoInfo2)
269 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat);
280 (pmt->pbFormat);
293 hr += streamConfig->SetFormat(pmt);
296 if (pmt->subtype == MEDIASUBTYPE_dvsl
297 || pmt->subtype == MEDIASUBTYPE_dvsd
298 || pmt->subtype == MEDIASUBTYPE_dvhd)
sink_filter_ds.cc 56 CaptureInputPin::GetMediaType (IN int iPosition, OUT CMediaType * pmt)
64 VIDEOINFOHEADER* pvi = (VIDEOINFOHEADER*) pmt->AllocFormatBuffer(
85 pmt->SetType(&MEDIATYPE_Video);
86 pmt->SetFormatType(&FORMAT_VideoInfo);
87 pmt->SetTemporalCompression(FALSE);
105 pmt->SetSubtype(&MEDIASUBTYPE_I420);
116 pmt->SetSubtype(&MEDIASUBTYPE_YUY2);
127 pmt->SetSubtype(&MEDIASUBTYPE_RGB24);
138 pmt->SetSubtype(&MEDIASUBTYPE_UYVY);
149 pmt->SetSubtype(&MEDIASUBTYPE_MJPG)
    [all...]
sink_filter_ds.h 46 HRESULT GetMediaType (IN int iPos, OUT CMediaType * pmt);
47 HRESULT CheckMediaType (IN const CMediaType * pmt);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3ds.h 57 virtual HRESULT WINAPI put_MediaFormat(const AM_MEDIA_TYPE *pmt) = 0;
66 HRESULT (WINAPI *put_MediaFormat)(ITAMMediaFormat *This,const AM_MEDIA_TYPE *pmt);
77 #define ITAMMediaFormat_put_MediaFormat(This,pmt) (This)->lpVtbl->put_MediaFormat(This,pmt)
82 HRESULT WINAPI ITAMMediaFormat_put_MediaFormat_Proxy(ITAMMediaFormat *This,const AM_MEDIA_TYPE *pmt);
strmif.h 478 const AM_MEDIA_TYPE *pmt) = 0;
482 const AM_MEDIA_TYPE *pmt) = 0;
491 AM_MEDIA_TYPE *pmt) = 0;
503 const AM_MEDIA_TYPE *pmt) = 0;
550 const AM_MEDIA_TYPE *pmt);
555 const AM_MEDIA_TYPE *pmt);
566 AM_MEDIA_TYPE *pmt);
582 const AM_MEDIA_TYPE *pmt);
621 #define IPin_Connect(This,pReceivePin,pmt) (This)->lpVtbl->Connect(This,pReceivePin,pmt)
    [all...]
tapi3.h     [all...]
tapi3if.h     [all...]

Completed in 217 milliseconds