Home
last modified time | relevance | path

Searched refs:decodable (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dsession_info.h54 bool decodable() const;
Dsession_info_unittest.cc223 EXPECT_TRUE(session_.decodable()); in TEST_F()
236 EXPECT_FALSE(session_.decodable()); in TEST_F()
244 EXPECT_TRUE(session_.decodable()); in TEST_F()
254 EXPECT_TRUE(session_.decodable()); in TEST_F()
262 EXPECT_TRUE(session_.decodable()); in TEST_F()
Dframe_buffer.cc162 } else if (_sessionInfo.decodable()) { in InsertPacket()
Dsession_info.cc288 bool VCMSessionInfo::decodable() const { in decodable() function in webrtc::VCMSessionInfo
/external/icu/icu4c/source/data/translit/
Dxh_xh_FONIPA.txt27 # avoid ambiguity and make the phoneme inventory uniquely decodable.
Dzu_zu_FONIPA.txt27 # avoid ambiguity and make the phoneme inventory uniquely decodable.
/external/lz4/doc/
Dlz4_Block_format.md147 Whatever the method used by the compressor, its result will be decodable
/external/python/cpython3/Lib/email/
Darchitecture.rst138 stores all text data as unicode strings. Un-decodable binary inside text
/external/python/cpython3/Misc/
DHISTORY9652 binary mode, but ensure that the shebang is decodable from UTF-8 and from the
14849 - Implement PEP 383, Non-decodable Bytes in System Character Interfaces.