Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp41 class C2SoftAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
330 C2SoftAvcDec::C2SoftAvcDec( in C2SoftAvcDec() function in android::C2SoftAvcDec
348 C2SoftAvcDec::~C2SoftAvcDec() { in ~C2SoftAvcDec()
352 c2_status_t C2SoftAvcDec::onInit() { in onInit()
357 c2_status_t C2SoftAvcDec::onStop() { in onStop()
363 void C2SoftAvcDec::onReset() { in onReset()
367 void C2SoftAvcDec::onRelease() { in onRelease()
378 c2_status_t C2SoftAvcDec::onFlush_sm() { in onFlush_sm()
408 status_t C2SoftAvcDec::createDecoder() { in createDecoder()
435 status_t C2SoftAvcDec::setNumCores() { in setNumCores()
[all …]
DC2SoftAvcDec.h99 class C2SoftAvcDec : public SimpleC2Component {
102 C2SoftAvcDec(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl);
103 virtual ~C2SoftAvcDec();
193 C2_DO_NOT_COPY(C2SoftAvcDec);
DAndroid.bp10 srcs: ["C2SoftAvcDec.cpp"],