Home
last modified time | relevance | path

Searched refs:pbFormat (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc270 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat); in SetCameraOutput()
281 (pmt->pbFormat); in SetCameraOutput()
Ddevice_info_ds.cc483 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat); in CreateCapabilityMap()
535 reinterpret_cast<VIDEOINFOHEADER*> (pmt->pbFormat); in CreateCapabilityMap()
545 reinterpret_cast<VIDEOINFOHEADER2*> (pmt->pbFormat); in CreateCapabilityMap()
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp622 CoTaskMemFree((PVOID)mt.pbFormat);
624 mt.pbFormat = NULL;
2425 VIDEOINFOHEADER *pVih = reinterpret_cast<VIDEOINFOHEADER*>(VD->pAmMediaType->pbFormat);
2578 VIDEOINFOHEADER *pVih = reinterpret_cast<VIDEOINFOHEADER*>(VD->pAmMediaType->pbFormat);
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2431 WAVEFORMATEX* ptrWav = reinterpret_cast<WAVEFORMATEX*>(mt.pbFormat); in InitRecordingDMO()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h772 BYTE *pbFormat; member