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 713 double rateHz =
718 if (rateHz < 0.0
721 rateHz = repeaterSource->getFrameRate();
724 rateHz *= 0.9;
726 rateHz *= 1.1;
730 if (rateHz > 0) {
731 if (rateHz < 5.0) {
732 rateHz = 5.0;
733 } else if (rateHz > 30.0) {
734 rateHz = 30.0
    [all...]

Completed in 56 milliseconds