Searched refs:out_total_count (Results 1 – 1 of 1) sorted by relevance
1728 int32 * out_total_count, media_type filter_type) in GetFreeInputsFor() argument1741 if (out_free_inputs == NULL || out_total_count == NULL) in GetFreeInputsFor()1748 *out_total_count = 0; in GetFreeInputsFor()1771 *out_total_count += 1; in GetFreeInputsFor()1789 int32* out_total_count) in GetConnectedInputsFor() argument1794 if (out_active_inputs == NULL || out_total_count == NULL) in GetConnectedInputsFor()1801 *out_total_count = 0; in GetConnectedInputsFor()1815 *out_total_count += 1; in GetConnectedInputsFor()1832 int32 buf_num_inputs, int32* out_total_count) in GetAllInputsFor() argument1837 if (out_inputs == NULL || out_total_count == NULL) in GetAllInputsFor()[all …]