Home | History | Annotate | Download | only in win

Lines Matching refs:FAILED

34   if (FAILED(hr))
41 // when no camera exist. Therefore the FAILED macro can't be used.
51 if (FAILED(hr)) {
71 DVPLOG_IF(2, FAILED(hr)) << "Failed to bind camera filter.";
226 DVLOG(2) << "Failed to create capture filter.";
233 DVLOG(2) << "Failed to get capture output pin";
240 DVLOG(2) << "Failed to create send filter";
248 if (FAILED(hr)) {
249 DVLOG(2) << "Failed to create graph builder.";
254 if (FAILED(hr)) {
255 DVLOG(2) << "Failed to create media control builder.";
260 if (FAILED(hr)) {
261 DVLOG(2) << "Failed to add the capture device to the graph.";
266 if (FAILED(hr)) {
267 DVLOG(2)<< "Failed to add the send filter to the graph.";
298 if (FAILED(hr)) {
305 if (FAILED(hr)) {
306 DVLOG(2) << "Failed to GetNumberOfCapabilities";
329 if (FAILED(hr))
330 SetErrorState("Failed to set capture device output format");
342 if (FAILED(hr)) {
363 if (FAILED(hr)) {
364 SetErrorState("Failed to connect the Capture graph.");
369 if (FAILED(hr)) {
370 SetErrorState("Failed to Pause the Capture device. "
381 if (FAILED(hr)) {
382 SetErrorState("Failed to start the Capture device.");
395 if (FAILED(hr)) {
396 SetErrorState("Failed to stop the capture graph.");
409 if (FAILED(hr)) {
410 SetErrorState("Failed to Stop the Capture device");
428 if (FAILED(hr)) {
429 DVLOG(2) << "Failed to get IAMStreamConfig interface from "
437 DVLOG_IF(2, FAILED(hr)) << "IAMVideoControl Interface NOT SUPPORTED";
441 if (FAILED(hr)) {
442 DVLOG(2) << "Failed to GetNumberOfCapabilities";
450 // GetStreamCaps() may return S_FALSE, so don't use FAILED() or SUCCEED()
453 DVLOG(2) << "Failed to GetStreamCaps";
535 DVLOG_IF(ERROR, FAILED(hr)) << "Anti-flicker setting failed.";