Lines Matching refs:Vp9Parser

164 Vp9Parser::FrameInfo::FrameInfo(const uint8_t* ptr, off_t size)  in FrameInfo()
235 Vp9Parser::Context::Vp9FrameContextManager::Vp9FrameContextManager() in Vp9FrameContextManager()
238 Vp9Parser::Context::Vp9FrameContextManager::~Vp9FrameContextManager() = default;
241 Vp9Parser::Context::Vp9FrameContextManager::frame_context() const { in frame_context()
247 void Vp9Parser::Context::Vp9FrameContextManager::Reset() { in Reset()
253 void Vp9Parser::Context::Vp9FrameContextManager::SetNeedsClientUpdate() { in SetNeedsClientUpdate()
259 Vp9Parser::ContextRefreshCallback
260 Vp9Parser::Context::Vp9FrameContextManager::GetUpdateCb() { in GetUpdateCb()
265 return Vp9Parser::ContextRefreshCallback(); in GetUpdateCb()
268 void Vp9Parser::Context::Vp9FrameContextManager::Update( in Update()
285 void Vp9Parser::Context::Vp9FrameContextManager::UpdateFromClient( in UpdateFromClient()
298 void Vp9Parser::Context::Reset() { in Reset()
306 void Vp9Parser::Context::MarkFrameContextForUpdate(size_t frame_context_idx) { in MarkFrameContextForUpdate()
311 void Vp9Parser::Context::UpdateFrameContext( in UpdateFrameContext()
318 const Vp9Parser::ReferenceSlot& Vp9Parser::Context::GetRefSlot( in GetRefSlot()
324 void Vp9Parser::Context::UpdateRefSlot( in UpdateRefSlot()
326 const Vp9Parser::ReferenceSlot& ref_slot) { in UpdateRefSlot()
331 Vp9Parser::Vp9Parser(bool parsing_compressed_header) in Vp9Parser() function in media::Vp9Parser
336 Vp9Parser::~Vp9Parser() = default;
338 void Vp9Parser::SetStream(const uint8_t* stream, off_t stream_size) { in SetStream()
345 void Vp9Parser::Reset() { in Reset()
354 bool Vp9Parser::ParseUncompressedHeader(const FrameInfo& frame_info, in ParseUncompressedHeader()
395 bool Vp9Parser::ParseCompressedHeader(const FrameInfo& frame_info, in ParseCompressedHeader()
440 Vp9Parser::Result Vp9Parser::ParseNextFrame(Vp9FrameHeader* fhdr) { in ParseNextFrame()
490 Vp9Parser::ContextRefreshCallback Vp9Parser::GetContextRefreshCb( in GetContextRefreshCb()
500 std::deque<Vp9Parser::FrameInfo> Vp9Parser::ParseSuperframe() { in ParseSuperframe()
563 size_t Vp9Parser::GetQIndex(const Vp9QuantizationParams& quant, in GetQIndex()
581 bool Vp9Parser::SetupSegmentationDequant() { in SetupSegmentationDequant()
618 void Vp9Parser::SetupLoopFilter() { in SetupLoopFilter()
656 void Vp9Parser::UpdateSlots() { in UpdateSlots()