Home
last modified time | relevance | path

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

/external/libwebm/webm_parser/tests/
Dcluster_parser_test.cc100 cluster.simple_blocks.emplace_back(simple_block, true); in TEST_F()
165 cluster.simple_blocks.emplace_back(simple_block, true); in TEST_F()
167 cluster.simple_blocks.emplace_back(simple_block, true); in TEST_F()
/external/libwebm/webm_parser/src/
Dcluster_parser.h31 &Cluster::simple_blocks) in ClusterParser()
/external/libwebm/webm_parser/include/webm/
Ddom_types.h311 std::vector<Element<SimpleBlock>> simple_blocks; member
323 simple_blocks == other.simple_blocks &&