HomeSort by relevance Sort by last modified time
    Searched full:c2component (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codec2/
C2.cpp 19 #include <C2Component.h>
  /frameworks/av/media/libstagefright/codec2/include/
C2Component.h 37 class C2Component;
41 virtual void onWorkDone(std::weak_ptr<C2Component> component,
44 virtual void onTripped(std::weak_ptr<C2Component> component,
47 virtual void onError(std::weak_ptr<C2Component> component,
60 * actual component. It can be created and used independently of an actual C2Component instance to
291 class C2Component {
477 virtual ~C2Component() = default;
562 virtual status_t createComponent(C2String name, std::shared_ptr<C2Component>* const component);
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp     [all...]

Completed in 150 milliseconds