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

  /external/webrtc/webrtc/modules/video_coding/
encoded_frame.h 24 class VCMEncodedFrame : protected EncodedImage {
27 explicit VCMEncodedFrame(const webrtc::EncodedImage& rhs);
52 const webrtc::EncodedImage& EncodedImage() const {
53 return static_cast<const webrtc::EncodedImage&>(*this);
  /external/webrtc/webrtc/
video_frame.h 174 class EncodedImage {
176 EncodedImage() : EncodedImage(nullptr, 0, 0) {}
177 EncodedImage(uint8_t* buffer, size_t length, size_t size)

Completed in 56 milliseconds