Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp189 struct DummyReadView : public C2ReadView { struct
190 DummyReadView() : C2ReadView(C2_NO_INIT) {} in DummyReadView() function
197 : mDummyReadView(DummyReadView()), in SimpleC2Component()