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
711 sp<RepeaterSource> repeaterSource = videoTrack->repeaterSource(); local
712 if (repeaterSource != NULL) {
721 rateHz = repeaterSource->getFrameRate();
737 if (rateHz != repeaterSource->getFrameRate()) {
740 repeaterSource->setFrameRate(rateHz);

Completed in 284 milliseconds