Home
last modified time | relevance | path

Searched refs:targetMediaIndex (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DMyWebSocketHandler.cpp468 ssize_t targetMediaIndex, in getSDPValue() argument
472 CHECK_GE(targetMediaIndex, -1); in getSDPValue()
474 if (targetMediaIndex + 1 >= mOfferedSDP.countSections()) { in getSDPValue()
477 << targetMediaIndex in getSDPValue()
487 auto sectionIndex = 1 + targetMediaIndex; in getSDPValue()
499 CHECK_NE(targetMediaIndex, -1); in getSDPValue()
512 << targetMediaIndex; in getSDPValue()