Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp39 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
321 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
337 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
341 c2_status_t C2SoftAvcDec::onInit() { in onInit()
346 c2_status_t C2SoftAvcDec::onStop() { in onStop()
352 void C2SoftAvcDec::onReset() { in onReset()
356 void C2SoftAvcDec::onRelease() { in onRelease()
367 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
397 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
424 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
[all …]
DC2SoftAvcDec.h98 class C2SoftAvcDec : public SimpleC2Component {
101 C2SoftAvcDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
102 virtual ~C2SoftAvcDec();
191 C2_DO_NOT_COPY(C2SoftAvcDec);
DAndroid.bp10 srcs: ["C2SoftAvcDec.cpp"],