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 {
105 C2SoftRawDec::C2SoftRawDec( in C2SoftRawDec() function in android::C2SoftRawDec
113 C2SoftRawDec::~C2SoftRawDec() { in ~C2SoftRawDec()
117 c2_status_t C2SoftRawDec::onInit() { in onInit()
122 c2_status_t C2SoftRawDec::onStop() { in onStop()
127 void C2SoftRawDec::onReset() { in onReset()
131 void C2SoftRawDec::onRelease() { in onRelease()
134 c2_status_t C2SoftRawDec::onFlush_sm() { in onFlush_sm()
138 void C2SoftRawDec::process( in process()
165 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.bp8 srcs: ["C2SoftRawDec.cpp"],