Searched refs:AndroidTextureBuffer (Results 1 – 5 of 5) sorted by relevance
98 AndroidTextureBuffer::AndroidTextureBuffer( in AndroidTextureBuffer() function in webrtc_jni::AndroidTextureBuffer109 AndroidTextureBuffer::~AndroidTextureBuffer() { in ~AndroidTextureBuffer()114 AndroidTextureBuffer::NativeToI420Buffer() { in NativeToI420Buffer()164 rtc::scoped_refptr<AndroidTextureBuffer>165 AndroidTextureBuffer::ScaleAndRotate(int dst_widht, in ScaleAndRotate()177 rtc::scoped_refptr<AndroidTextureBuffer> buffer( in ScaleAndRotate()178 new rtc::RefCountedObject<AndroidTextureBuffer>( in ScaleAndRotate()
49 class AndroidTextureBuffer : public webrtc::NativeHandleBuffer {51 AndroidTextureBuffer(int width,56 ~AndroidTextureBuffer();59 rtc::scoped_refptr<AndroidTextureBuffer> ScaleAndRotate(
63 return new rtc::RefCountedObject<AndroidTextureBuffer>( in CreateTextureFrame()
591 static_cast<AndroidTextureBuffer*>( in EncodeOnCodecThread()
109 static_cast<webrtc_jni::AndroidTextureBuffer*>(buffer_.get()) in CreateAliasedFrame()