Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp36 class C2SoftRawDec::IntfImpl : public SimpleInterface<void>::BaseParams {
107 C2SoftRawDec::C2SoftRawDec( in C2SoftRawDec() function in android::C2SoftRawDec
115 C2SoftRawDec::~C2SoftRawDec() { in ~C2SoftRawDec()
119 c2_status_t C2SoftRawDec::onInit() { in onInit()
124 c2_status_t C2SoftRawDec::onStop() { in onStop()
129 void C2SoftRawDec::onReset() { in onReset()
133 void C2SoftRawDec::onRelease() { in onRelease()
136 c2_status_t C2SoftRawDec::onFlush_sm() { in onFlush_sm()
140 void C2SoftRawDec::process( in process()
167 c2_status_t C2SoftRawDec::drain( in drain()
[all …]
DC2SoftRawDec.h25 struct C2SoftRawDec : public SimpleC2Component { struct
28 C2SoftRawDec(const char* name, c2_node_id_t id, argument
30 virtual ~C2SoftRawDec();
48 C2_DO_NOT_COPY(C2SoftRawDec); argument
DAndroid.bp27 srcs: ["C2SoftRawDec.cpp"],