Home
last modified time | relevance | path

Searched refs:ObuParser (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/
Dobu_parser.cc139 bool ObuParser::ParseColorConfig(ObuSequenceHeader* sequence_header) { in ParseColorConfig()
246 bool ObuParser::ParseTimingInfo(ObuSequenceHeader* sequence_header) { in ParseTimingInfo()
273 bool ObuParser::ParseDecoderModelInfo(ObuSequenceHeader* sequence_header) { in ParseDecoderModelInfo()
291 bool ObuParser::ParseOperatingParameters(ObuSequenceHeader* sequence_header, in ParseOperatingParameters()
312 bool ObuParser::ParseSequenceHeader(bool seen_frame_header) { in ParseSequenceHeader()
500 void ObuParser::MarkInvalidReferenceFrames() { in MarkInvalidReferenceFrames()
527 bool ObuParser::ParseFrameSizeAndRenderSize() { in ParseFrameSizeAndRenderSize()
563 bool ObuParser::ParseSuperResParametersAndComputeImageSize() { in ParseSuperResParametersAndComputeImageSize()
597 bool ObuParser::ValidateInterFrameSize() const { in ValidateInterFrameSize()
617 bool ObuParser::ParseReferenceOrderHint() { in ParseReferenceOrderHint()
[all …]
Dobu_parser.h243 class ObuParser : public Allocable {
245 ObuParser(const uint8_t* const data, size_t size, int operating_point, in ObuParser() function
254 ObuParser(const ObuParser& rhs) = delete;
255 ObuParser& operator=(const ObuParser& rhs) = delete;
Ddecoder_impl.h53 EncodedFrame(ObuParser* const obu, const DecoderState& state, in EncodedFrame()
207 bool IsNewSequenceHeader(const ObuParser& obu);
Ddecoder_impl.cc645 std::unique_ptr<ObuParser> obu(new (std::nothrow) ObuParser( in InitializeFrameThreadPoolAndTemporalUnitQueue()
832 std::unique_ptr<ObuParser> obu(new (std::nothrow) ObuParser( in ParseAndSchedule()
1019 std::unique_ptr<ObuParser> obu(new (std::nothrow) ObuParser( in DecodeTemporalUnit()
1626 bool DecoderImpl::IsNewSequenceHeader(const ObuParser& obu) { in IsNewSequenceHeader()
/external/libgav1/libgav1/tests/fuzzer/
Dobu_parser_fuzzer.cc50 libgav1::ObuParser parser(data, size, 0, &buffer_pool, &decoder_state); in ParseObu()