Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp315 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()
540 status_t C2SoftMpeg2Dec::getVersion() { in getVersion()
642 bool C2SoftMpeg2Dec::getSeqInfo() { in getSeqInfo()
732 void C2SoftMpeg2Dec::resetPlugin() { in resetPlugin()
873 void C2SoftMpeg2Dec::process( in process()
[all …]
H A 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
H A DAndroid.bp17 srcs: ["C2SoftMpeg2Dec.cpp"],