HomeSort by relevance Sort by last modified time
    Searched refs:rateHz (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.h 16 RepeaterSource(const sp<MediaSource> &source, double rateHz);
32 void setFrameRate(double rateHz);
RepeaterSource.cpp 15 RepeaterSource::RepeaterSource(const sp<MediaSource> &source, double rateHz)
18 mRateHz(rateHz),
34 void RepeaterSource::setFrameRate(double rateHz) {
37 if (rateHz == mRateHz) {
46 mRateHz = rateHz;
PlaybackSession.cpp 712 double rateHz =
717 if (rateHz < 0.0
720 rateHz = repeaterSource->getFrameRate();
723 rateHz *= 0.9;
725 rateHz *= 1.1;
729 if (rateHz > 0) {
730 if (rateHz < 5.0) {
731 rateHz = 5.0;
732 } else if (rateHz > 30.0) {
733 rateHz = 30.0
    [all...]

Completed in 100 milliseconds