Searched refs:MappableNativeBuffer (Results 1 – 4 of 4) sorted by relevance
50 .set_video_frame_buffer(rtc::make_ref_counted<MappableNativeBuffer>( in CreateMappableNativeFrame()60 rtc::scoped_refptr<MappableNativeBuffer> GetMappableNativeBufferFromVideoFrame( in GetMappableNativeBufferFromVideoFrame()62 return rtc::scoped_refptr<MappableNativeBuffer>( in GetMappableNativeBufferFromVideoFrame()63 static_cast<MappableNativeBuffer*>(frame.video_frame_buffer().get())); in GetMappableNativeBufferFromVideoFrame()66 MappableNativeBuffer::ScaledBuffer::ScaledBuffer( in ScaledBuffer()67 rtc::scoped_refptr<MappableNativeBuffer> parent, in ScaledBuffer()72 MappableNativeBuffer::ScaledBuffer::~ScaledBuffer() {} in ~ScaledBuffer()75 MappableNativeBuffer::ScaledBuffer::CropAndScale(int offset_x, in CropAndScale()86 MappableNativeBuffer::ScaledBuffer::ToI420() { in ToI420()91 MappableNativeBuffer::ScaledBuffer::GetMappedFrameBuffer( in GetMappedFrameBuffer()[all …]
26 class MappableNativeBuffer; variable33 rtc::scoped_refptr<MappableNativeBuffer> GetMappableNativeBufferFromVideoFrame(41 class MappableNativeBuffer : public VideoFrameBuffer {45 MappableNativeBuffer(VideoFrameBuffer::Type mappable_type,48 ~MappableNativeBuffer() override;74 friend class rtc::RefCountedObject<MappableNativeBuffer>;78 ScaledBuffer(rtc::scoped_refptr<MappableNativeBuffer> parent,102 const rtc::scoped_refptr<MappableNativeBuffer> parent_;
889 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P()
176 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P()