Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp36 class C2SoftMpeg2Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
315 C2SoftMpeg2Dec::C2SoftMpeg2Dec( in C2SoftMpeg2Dec() function in android::C2SoftMpeg2Dec
333 C2SoftMpeg2Dec::~C2SoftMpeg2Dec() { in ~C2SoftMpeg2Dec()
337 c2_status_t C2SoftMpeg2Dec::onInit() { in onInit()
342 c2_status_t C2SoftMpeg2Dec::onStop() { in onStop()
348 void C2SoftMpeg2Dec::onReset() { in onReset()
352 void C2SoftMpeg2Dec::onRelease() { in onRelease()
367 c2_status_t C2SoftMpeg2Dec::onFlush_sm() { in onFlush_sm()
399 status_t C2SoftMpeg2Dec::getNumMemRecords() { in getNumMemRecords()
419 status_t C2SoftMpeg2Dec::fillMemRecords() { in fillMemRecords()
[all …]
DC2SoftMpeg2Dec.h94 struct C2SoftMpeg2Dec : public SimpleC2Component { struct
97 C2SoftMpeg2Dec(const char* name, c2_node_id_t id, argument
99 virtual ~C2SoftMpeg2Dec();
192 C2_DO_NOT_COPY(C2SoftMpeg2Dec); argument
DAndroid.bp17 srcs: ["C2SoftMpeg2Dec.cpp"],