Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp47 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
337 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
355 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
359 c2_status_t C2SoftAvcDec::onInit() { in onInit()
364 c2_status_t C2SoftAvcDec::onStop() { in onStop()
370 void C2SoftAvcDec::onReset() { in onReset()
374 void C2SoftAvcDec::onRelease() { in onRelease()
385 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
417 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
445 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
[all …]
DC2SoftAvcDec.h95 class C2SoftAvcDec : public SimpleC2Component {
98 C2SoftAvcDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
99 virtual ~C2SoftAvcDec();
189 C2_DO_NOT_COPY(C2SoftAvcDec);
DAndroid.bp24 srcs: ["C2SoftAvcDec.cpp"],