Lines Matching refs:Vp8Parser
53 Vp8Parser::Vp8Parser() : stream_(nullptr), bytes_left_(0) { in Vp8Parser() function in media::Vp8Parser
56 Vp8Parser::~Vp8Parser() = default;
58 bool Vp8Parser::ParseFrame(const uint8_t* ptr, in ParseFrame()
91 bool Vp8Parser::ParseFrameTag(Vp8FrameHeader* fhdr) { in ParseFrameTag()
134 bool Vp8Parser::ParseFrameHeader(Vp8FrameHeader* fhdr) { in ParseFrameHeader()
223 bool Vp8Parser::ParseSegmentationHeader(bool keyframe) { in ParseSegmentationHeader()
274 bool Vp8Parser::ParseLoopFilterHeader(bool keyframe) { in ParseLoopFilterHeader()
309 bool Vp8Parser::ParseQuantizationHeader(Vp8QuantizationHeader* qhdr) { in ParseQuantizationHeader()
714 void Vp8Parser::ResetProbs() { in ResetProbs()
739 bool Vp8Parser::ParseTokenProbs(Vp8EntropyHeader* ehdr, in ParseTokenProbs()
763 bool Vp8Parser::ParseIntraProbs(Vp8EntropyHeader* ehdr, in ParseIntraProbs()
807 bool Vp8Parser::ParseMVProbs(Vp8EntropyHeader* ehdr, bool update_curr_probs) { in ParseMVProbs()
829 bool Vp8Parser::ParsePartitions(Vp8FrameHeader* fhdr) { in ParsePartitions()