Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dskip_callback.h41 Status OnSimpleBlockBegin(const ElementMetadata& /* metadata */, in OnSimpleBlockBegin() function
H A Dcallback.cc65 Status Callback::OnSimpleBlockBegin(const ElementMetadata& /* metadata */, in OnSimpleBlockBegin() function in webm::Callback
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dcallback_test.cc110 TEST_F(CallbackTest, OnSimpleBlockBegin) { in TEST_F() argument
/aosp_15_r20/external/libwebm/webm_parser/demo/
H A Ddemo.cc982 Status OnSimpleBlockBegin(const ElementMetadata& metadata, in OnSimpleBlockBegin() function in DemoCallback