Home
last modified time | relevance | path

Searched refs:mappable_buffer (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp8/test/
H A Dvp8_impl_unittest.cc752 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P() local
755 mappable_buffer->GetMappedFramedBuffers(); in TEST_P()
766 EXPECT_FALSE(mappable_buffer->DidConvertToI420()); in TEST_P()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/vp9/test/
H A Dvp9_impl_unittest.cc176 rtc::scoped_refptr<test::MappableNativeBuffer> mappable_buffer = in TEST_P() local
179 mappable_buffer->GetMappedFramedBuffers(); in TEST_P()
181 EXPECT_EQ(mapped_buffers[0]->type(), mappable_buffer->mappable_type()); in TEST_P()
184 EXPECT_FALSE(mappable_buffer->DidConvertToI420()); in TEST_P()