Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp35 class C2SoftMpeg2Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
307 C2SoftMpeg2Dec::C2SoftMpeg2Dec( in C2SoftMpeg2Dec() function in android::C2SoftMpeg2Dec
324 C2SoftMpeg2Dec::~C2SoftMpeg2Dec() { in ~C2SoftMpeg2Dec()
328 c2_status_t C2SoftMpeg2Dec::onInit() { in onInit()
333 c2_status_t C2SoftMpeg2Dec::onStop() { in onStop()
339 void C2SoftMpeg2Dec::onReset() { in onReset()
343 void C2SoftMpeg2Dec::onRelease() { in onRelease()
358 c2_status_t C2SoftMpeg2Dec::onFlush_sm() { in onFlush_sm()
390 status_t C2SoftMpeg2Dec::getNumMemRecords() { in getNumMemRecords()
410 status_t C2SoftMpeg2Dec::fillMemRecords() { in fillMemRecords()
[all …]
DC2SoftMpeg2Dec.h93 struct C2SoftMpeg2Dec : public SimpleC2Component { struct
96 C2SoftMpeg2Dec(const char* name, c2_node_id_t id, argument
98 virtual ~C2SoftMpeg2Dec();
190 C2_DO_NOT_COPY(C2SoftMpeg2Dec); argument
DAndroid.bp8 srcs: ["C2SoftMpeg2Dec.cpp"],