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

  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 25 class PayloadCodecTuple {
27 PayloadCodecTuple(uint8_t payload_type,
44 typedef std::vector<PayloadCodecTuple> PayloadTypes;
45 typedef std::vector<PayloadCodecTuple>::const_iterator PayloadTypesIterator;
video_rtp_play.cc 39 payload_types.push_back(webrtc::rtpplayer::PayloadCodecTuple(
41 payload_types.push_back(webrtc::rtpplayer::PayloadCodecTuple(
43 payload_types.push_back(webrtc::rtpplayer::PayloadCodecTuple(

Completed in 75 milliseconds