Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/common/src/
Dread_config.cpp98 const char kCh = (char)fgetc (m_pCfgFile); in ReadLine() local
100 if (kCh == '\n' || feof (m_pCfgFile)) { in ReadLine()
104 if (kCh == '#') in ReadLine()
107 if (kCh == '\t' || kCh == ' ') { in ReadLine()
115 *strTags += kCh; in ReadLine()