Home
last modified time | relevance | path

Searched refs:streamConfig (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc247 IAMStreamConfig* streamConfig = NULL; in SetCameraOutput() local
252 (void**) &streamConfig); in SetCameraOutput()
262 hr = streamConfig->GetStreamCaps( in SetCameraOutput()
294 hr += streamConfig->SetFormat(pmt); in SetCameraOutput()
302 RELEASE_AND_CLEAR(streamConfig); in SetCameraOutput()
Ddevice_info_ds.cc427 IAMStreamConfig* streamConfig = NULL; in CreateCapabilityMap() local
429 (void**) &streamConfig); in CreateCapabilityMap()
451 hr = streamConfig->GetNumberOfCapabilities(&count, &size); in CreateCapabilityMap()
457 RELEASE_AND_CLEAR(streamConfig); in CreateCapabilityMap()
472 hr = streamConfig->GetStreamCaps(tmp, &pmt, in CreateCapabilityMap()
512 hr = streamConfig->GetStreamCaps(tmp, &pmt, in CreateCapabilityMap()
519 RELEASE_AND_CLEAR(streamConfig); in CreateCapabilityMap()
675 RELEASE_AND_CLEAR(streamConfig); in CreateCapabilityMap()