Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dvp8_parser.h181 bool ParsePartitions(Vp8FrameHeader* fhdr);
Dvp8_parser.cc76 if (!ParsePartitions(fhdr)) in ParseFrame()
829 bool Vp8Parser::ParsePartitions(Vp8FrameHeader* fhdr) { in ParsePartitions() function in media::Vp8Parser
/external/webp/src/dec/
Dvp8_dec.c198 static VP8StatusCode ParsePartitions(VP8Decoder* const dec, in ParsePartitions() function
367 status = ParsePartitions(dec, buf, buf_size); in VP8GetHeaders()