Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.h27 struct C2SoftMpeg4Dec : public SimpleC2Component { struct
30 C2SoftMpeg4Dec(const char* name, c2_node_id_t id, argument
32 virtual ~C2SoftMpeg4Dec();
72 C2_DO_NOT_COPY(C2SoftMpeg4Dec); argument
DC2SoftMpeg4Dec.cpp43 class C2SoftMpeg4Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
241 C2SoftMpeg4Dec::C2SoftMpeg4Dec( in C2SoftMpeg4Dec() function in android::C2SoftMpeg4Dec
252 C2SoftMpeg4Dec::~C2SoftMpeg4Dec() { in ~C2SoftMpeg4Dec()
256 c2_status_t C2SoftMpeg4Dec::onInit() { in onInit()
261 c2_status_t C2SoftMpeg4Dec::onStop() { in onStop()
282 void C2SoftMpeg4Dec::onReset() { in onReset()
287 void C2SoftMpeg4Dec::onRelease() { in onRelease()
307 c2_status_t C2SoftMpeg4Dec::onFlush_sm() { in onFlush_sm()
318 status_t C2SoftMpeg4Dec::initDecoder() { in initDecoder()
362 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
[all …]
DAndroid.bp8 srcs: ["C2SoftMpeg4Dec.cpp"],
25 srcs: ["C2SoftMpeg4Dec.cpp"],