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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
encoded_frame.h 25 class VCMEncodedFrame : protected EncodedImage
29 VCMEncodedFrame(const webrtc::EncodedImage& rhs);
50 const webrtc::EncodedImage& EncodedImage() const
51 { return static_cast<const webrtc::EncodedImage&>(*this); }
  /external/chromium_org/third_party/webrtc/
video_frame.h 179 class EncodedImage {
181 EncodedImage()
192 EncodedImage(uint8_t* buffer, uint32_t length, uint32_t size)

Completed in 197 milliseconds