Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp100 class C2GoldfishAvcDec::IntfImpl : public SimpleInterface<void>::BaseParams {
428 C2GoldfishAvcDec::C2GoldfishAvcDec(const char *name, c2_node_id_t id, in C2GoldfishAvcDec() function in android::C2GoldfishAvcDec
439 C2GoldfishAvcDec::~C2GoldfishAvcDec() { onRelease(); } in ~C2GoldfishAvcDec()
441 c2_status_t C2GoldfishAvcDec::onInit() { in onInit()
449 c2_status_t C2GoldfishAvcDec::onStop() { in onStop()
456 void C2GoldfishAvcDec::onReset() { (void)onStop(); } in onReset()
458 void C2GoldfishAvcDec::onRelease() { in onRelease()
470 void C2GoldfishAvcDec::decodeHeaderAfterFlush() { in decodeHeaderAfterFlush()
478 c2_status_t C2GoldfishAvcDec::onFlush_sm() { in onFlush_sm()
515 void C2GoldfishAvcDec::sendMetadata() { in sendMetadata()
[all …]
DC2GoldfishAvcDec.h43 class C2GoldfishAvcDec : public SimpleC2Component {
46 C2GoldfishAvcDec(const char *name, c2_node_id_t id,
48 virtual ~C2GoldfishAvcDec();
163 C2_DO_NOT_COPY(C2GoldfishAvcDec);
DAndroid.bp17 srcs: ["C2GoldfishAvcDec.cpp",