Home
last modified time | relevance | path

Searched defs:OnBlockBegin (Results 1 – 4 of 4) sorted by relevance

/external/libwebm/webm_parser/src/
Dskip_callback.h54 Status OnBlockBegin(const ElementMetadata& /* metadata */, in OnBlockBegin() function
Dcallback.cc85 Status Callback::OnBlockBegin(const ElementMetadata& /* metadata */, in OnBlockBegin() function in webm::Callback
/external/libwebm/webm_parser/tests/
Dcallback_test.cc122 TEST_F(CallbackTest, OnBlockBegin) { in TEST_F() argument
/external/libwebm/webm_parser/demo/
Ddemo.cc1015 Status OnBlockBegin(const ElementMetadata& metadata, const Block& block, in OnBlockBegin() function in DemoCallback