HomeSort by relevance Sort by last modified time
    Searched refs:C2SoftAomDec (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.h 31 struct C2SoftAomDec : public SimpleC2Component {
34 C2SoftAomDec(const char* name, c2_node_id_t id,
36 virtual ~C2SoftAomDec();
77 C2_DO_NOT_COPY(C2SoftAomDec);
C2SoftAomDec.cpp 18 #define LOG_TAG "C2SoftAomDec"
28 #include "C2SoftAomDec.h"
34 class C2SoftAomDec::IntfImpl : public SimpleInterface<void>::BaseParams {
250 C2SoftAomDec::C2SoftAomDec(const char* name, c2_node_id_t id,
265 C2SoftAomDec::~C2SoftAomDec() {
269 c2_status_t C2SoftAomDec::onInit() {
274 c2_status_t C2SoftAomDec::onStop() {
280 void C2SoftAomDec::onReset()
    [all...]

Completed in 45 milliseconds