Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/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.cpp45 class C2SoftMpeg4Dec::IntfImpl : public SimpleInterface<void>::BaseParams {
225 C2SoftMpeg4Dec::C2SoftMpeg4Dec( in C2SoftMpeg4Dec() function in android::C2SoftMpeg4Dec
235 C2SoftMpeg4Dec::~C2SoftMpeg4Dec() { in ~C2SoftMpeg4Dec()
239 c2_status_t C2SoftMpeg4Dec::onInit() { in onInit()
244 c2_status_t C2SoftMpeg4Dec::onStop() { in onStop()
265 void C2SoftMpeg4Dec::onReset() { in onReset()
270 void C2SoftMpeg4Dec::onRelease() { in onRelease()
277 c2_status_t C2SoftMpeg4Dec::onFlush_sm() { in onFlush_sm()
288 status_t C2SoftMpeg4Dec::initDecoder() { in initDecoder()
326 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
[all …]
DAndroid.bp27 srcs: ["C2SoftMpeg4Dec.cpp"],
44 srcs: ["C2SoftMpeg4Dec.cpp"],