Searched refs:fBandwidth (Results 1 – 4 of 4) sorted by relevance
30 fBandwidth(0) in Transfer()320 fBandwidth = (bandwidthNS + 500) / 1000; in _CalculateBandwidth()
727 uint16 Bandwidth() const { return fBandwidth; } in Bandwidth()778 uint16 fBandwidth; variable
141 fBandwidth = kDefBandwidth; in VideoProducer()779 *((float *)value) = fBandwidth; in GetParameterValue()893 if (*(float *)value != fBandwidth){ in SetParameterValue()894 fBandwidth = *(float *)value; in SetParameterValue()897 fLastBandwidthChange, P_BANDWIDTH, &fBandwidth, sizeof(fBandwidth)); in SetParameterValue()
193 float fBandwidth; variable