Searched refs:ParseFrame (Results 1 – 4 of 4) sorted by relevance
166 bool ParseFrame(const uint8_t* ptr, size_t size, Vp8FrameHeader* fhdr);
58 if (!parser_.ParseFrame(curr_frame_start_, frame_size_, in Decode()
57 bool Vp8Parser::ParseFrame(const uint8_t* ptr, in ParseFrame() function in media::Vp8Parser
639 static int ParseFrame(VP8Decoder* const dec, VP8Io* io) { in ParseFrame() function693 if (ok) ok = ParseFrame(dec, io); in VP8Decode()