HomeSort by relevance Sort by last modified time
    Searched defs:streamConfig (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
video_capture_ds.cc 246 IAMStreamConfig* streamConfig = NULL;
251 (void**) &streamConfig);
261 hr = streamConfig->GetStreamCaps(
293 hr += streamConfig->SetFormat(pmt);
301 RELEASE_AND_CLEAR(streamConfig);
device_info_ds.cc 427 IAMStreamConfig* streamConfig = NULL;
429 (void**) &streamConfig);
451 hr = streamConfig->GetNumberOfCapabilities(&count, &size);
457 RELEASE_AND_CLEAR(streamConfig);
472 hr = streamConfig->GetStreamCaps(tmp, &pmt,
512 hr = streamConfig->GetStreamCaps(tmp, &pmt,
519 RELEASE_AND_CLEAR(streamConfig);
675 RELEASE_AND_CLEAR(streamConfig);
    [all...]

Completed in 96 milliseconds