Searched refs:CR_SUCCESS (Results 1 – 6 of 6) sorted by relevance
163 CR_SUCCESS, // The capturer starts successfully. enumerator
100 virtual CaptureResult SetVideoCapture(bool capture) { return CR_SUCCESS; } in SetVideoCapture()
324 CaptureResult SetCapture(bool capture) { return CR_SUCCESS; } in SetCapture()
632 capturing_ = result == CR_SUCCESS; in OnVideoCaptureResult()
298 #define CR_SUCCESS 0x00000000 macro
528 if (CM_Get_Parent(&parent_devinst, devinst, 0) != CR_SUCCESS) { in get_ancestor_session_id()533 if (CM_Get_Device_IDA(devinst, path, MAX_PATH_LENGTH, 0) != CR_SUCCESS) { in get_ancestor_session_id()1283 if (CM_Get_Device_IDA(dev_info_data.DevInst, path, sizeof(path), 0) != CR_SUCCESS) { in windows_get_device_list()