Home
last modified time | relevance | path

Searched refs:DidConvertToI420 (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/test/
Dmappable_native_buffer.h71 bool DidConvertToI420() const;
Dmappable_native_buffer.cc134 bool MappableNativeBuffer::DidConvertToI420() const { in DidConvertToI420() function in webrtc::test::MappableNativeBuffer
/external/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc903 EXPECT_FALSE(mappable_buffer->DidConvertToI420()); in TEST_P()
/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc184 EXPECT_FALSE(mappable_buffer->DidConvertToI420()); in TEST_P()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc8763 EXPECT_FALSE(mappable_native_buffer->DidConvertToI420()); in TEST_P()