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

/external/webrtc/webrtc/modules/video_coding/
H A Dencoded_frame.cc18 VCMEncodedFrame::VCMEncodedFrame() function in class:webrtc::VCMEncodedFrame
30 VCMEncodedFrame::VCMEncodedFrame(const webrtc::EncodedImage& rhs) function in class:webrtc::VCMEncodedFrame
49 VCMEncodedFrame::VCMEncodedFrame(const VCMEncodedFrame& rhs) function in class:webrtc::VCMEncodedFrame
70 VCMEncodedFrame::~VCMEncodedFrame() {
74 void VCMEncodedFrame
[all...]
H A Dencoded_frame.h24 class VCMEncodedFrame : protected EncodedImage { class in namespace:webrtc
26 VCMEncodedFrame();
27 explicit VCMEncodedFrame(const webrtc::EncodedImage& rhs);
28 VCMEncodedFrame(const VCMEncodedFrame& rhs);
30 ~VCMEncodedFrame();
93 * The returned pointer is only valid as long as the VCMEncodedFrame
94 * is valid. Also, VCMEncodedFrame owns the pointer and will delete

Completed in 179 milliseconds