Searched defs:EncodedImage (Results 1 – 6 of 6) sorted by relevance
21 public class EncodedImage implements RefCounted { class71 private EncodedImage(ByteBuffer buffer, @Nullable Runnable releaseCallback, int encodedWidth, in EncodedImage() method in EncodedImage
23 class EncodedImage; variable
75 - (instancetype)initWithNativeEncodedImage:(const webrtc::EncodedImage &)encodedImage {
46 const webrtc::EncodedImage& EncodedImage() const { in EncodedImage() function
28 class EncodedImage; variable
47 int32_t FakeWebRtcVideoDecoder::Decode(const webrtc::EncodedImage&, in Decode()