Home
last modified time | relevance | path

Searched refs:data_info (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dcodecs.py932 data_info = lookup(data_encoding)
934 sr = StreamRecoder(file, data_info.encode, data_info.decode,
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1770 const cricket::ContentInfo* data_info = in RemoveUnusedChannels() local
1772 if ((!data_info || data_info->rejected) && data_channel_) { in RemoveUnusedChannels()
Dpeerconnectioninterface_unittest.cc1595 cricket::ContentInfo* data_info = in TEST_F() local
1597 data_info->rejected = true; in TEST_F()