Searched defs:VCMPacket (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dpacket.cc18 VCMPacket::VCMPacket() function in class:webrtc::VCMPacket
37 VCMPacket::VCMPacket(const uint8_t* ptr, function in class:webrtc::VCMPacket
60 VCMPacket::VCMPacket(const uint8_t* ptr, uint32_t size, uint16_t seq, uint32_t ts, bool mBit) : function in class:webrtc::VCMPacket
79 void VCMPacket::Reset() {
97 void VCMPacket::CopyCodecSpecifics(const RTPVideoHeader& videoHeader) {
H A Dpacket.h20 class VCMPacket { class in namespace:webrtc
22 VCMPacket();
23 VCMPacket(const uint8_t* ptr,
26 VCMPacket(const uint8_t* ptr,

Completed in 284 milliseconds