Home
last modified time | relevance | path

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

/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dskip_callback.h29 Status OnSegmentBegin(const ElementMetadata& /* metadata */, in OnSegmentBegin() function
H A Dcallback.cc41 Status Callback::OnSegmentBegin(const ElementMetadata& /* metadata */, in OnSegmentBegin() function in webm::Callback
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Dcallback_test.cc98 TEST_F(CallbackTest, OnSegmentBegin) { in TEST_F() argument
/aosp_15_r20/external/libwebm/webm_parser/demo/
H A Ddemo.cc932 Status OnSegmentBegin(const ElementMetadata& metadata, in OnSegmentBegin() function in DemoCallback