Home
last modified time | relevance | path

Searched refs:BinaryParser (Results 1 – 8 of 8) sorted by relevance

/external/libwebm/webm_parser/tests/
Dbyte_parser_test.cc15 using webm::BinaryParser;
69 class BinaryParserTest : public ElementParserTest<BinaryParser> {};
Dmaster_parser_test.cc31 using webm::BinaryParser;
316 BinaryParser* binary_parser = new BinaryParser; in TEST_F()
/external/libwebm/webm_parser/src/
Dblock_more_parser.h27 MakeChild<BinaryParser>(Id::kBlockAdditional, &BlockMore::data)) {} in BlockMoreParser()
Dcontent_encryption_parser.h28 MakeChild<BinaryParser>(Id::kContentEncKeyId, in ContentEncryptionParser()
Dprojection_parser.h28 MakeChild<BinaryParser>(Id::kProjectionPrivate, in ProjectionParser()
Dsimple_tag_parser.h30 MakeChild<BinaryParser>(Id::kTagBinary, &SimpleTag::binary),
Dtrack_entry_parser.h45 MakeChild<BinaryParser>(Id::kCodecPrivate, in TrackEntryParser()
Dbyte_parser.h140 using BinaryParser = ByteParser<std::vector<std::uint8_t>>; variable