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

  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc 18 VCMEncodedFrame::VCMEncodedFrame()
30 VCMEncodedFrame::VCMEncodedFrame(const webrtc::EncodedImage& rhs)
49 VCMEncodedFrame::VCMEncodedFrame(const VCMEncodedFrame& rhs)
70 VCMEncodedFrame::~VCMEncodedFrame() {
74 void VCMEncodedFrame::Free()
    [all...]
encoded_frame.h 24 class VCMEncodedFrame : protected EncodedImage {
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 368 milliseconds