Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwjpeg/
Dlibhwjpeg-exynos.cpp67 bool Parse(unsigned char *streambase, size_t length);
90 bool CJpegStreamParser::Parse(unsigned char *streambase, size_t length) in Parse() function in CJpegStreamParser
394 if (!m_jpegStreamParser.Parse(m_pStreamBuffer, m_nStreamLength)) in PrepareDecompression()
/hardware/interfaces/automotive/can/1.0/tools/configurator/
Dcanprototools.cpp70 if (!google::protobuf::TextFormat::Parse(&pb_stream, &config)) { in parseConfigFile()