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

  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.cpp 18 #define LOG_TAG "C2SoftAvcDec"
27 #include "C2SoftAvcDec.h"
38 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
325 C2SoftAvcDec::C2SoftAvcDec(
340 C2SoftAvcDec::~C2SoftAvcDec() {
344 c2_status_t C2SoftAvcDec::onInit() {
349 c2_status_t C2SoftAvcDec::onStop() {
355 void C2SoftAvcDec::onReset()
    [all...]
C2SoftAvcDec.h 98 class C2SoftAvcDec : public SimpleC2Component {
101 C2SoftAvcDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
102 virtual ~C2SoftAvcDec();
188 C2_DO_NOT_COPY(C2SoftAvcDec);

Completed in 92 milliseconds