Searched defs:Decode (Results 1 – 2 of 2) sorted by relevance
146 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function307 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function439 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function560 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function637 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function
119 int MppDecoder::Decode(uint8_t* pkt_data, int pkt_size, int pkt_eos) in Decode() function in MppDecoder