Searched refs:repeaterSource (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp71 const sp<RepeaterSource> &repeaterSource() const;
178 WifiDisplaySource::PlaybackSession::Track::repeaterSource() const { function in class:android::WifiDisplaySource::PlaybackSession::Track
713 sp<RepeaterSource> repeaterSource = videoTrack->repeaterSource(); local
714 if (repeaterSource != NULL) {
723 rateHz = repeaterSource->getFrameRate();
739 if (rateHz != repeaterSource->getFrameRate()) {
742 repeaterSource->setFrameRate(rateHz);

Completed in 97 milliseconds