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

  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 665 int64_t avgLatencyUs;
666 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs));
672 avgLatencyUs / 1000ll,
689 if (avgLatencyUs > 300000ll) {
691 } else if (avgLatencyUs < 100000ll) {
723 if (avgLatencyUs > 300000ll) {
725 } else if (avgLatencyUs < 200000ll) {
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 348 int64_t avgLatencyUs;
349 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs));
356 notify->setInt64("avgLatencyUs", avgLatencyUs);
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 769 int64_t avgLatencyUs = (int64_t)U64_AT(&data[12]);
774 notify->setInt64("avgLatencyUs", avgLatencyUs);

Completed in 44 milliseconds