Home
last modified time | relevance | path

Searched refs:MappableNativeBuffer (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/test/
Dmappable_native_buffer.cc50 .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 …]
Dmappable_native_buffer.h26 class MappableNativeBuffer; variable
33 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_;
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc889 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc176 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P()