Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.h29 struct C2SoftMpeg4Enc : public SimpleC2Component { struct
32 C2SoftMpeg4Enc(const char* name, c2_node_id_t id, argument
50 virtual ~C2SoftMpeg4Enc();
78 C2_DO_NOT_COPY(C2SoftMpeg4Enc); argument
DC2SoftMpeg4Enc.cpp56 class C2SoftMpeg4Enc::IntfImpl : public SimpleInterface<void>::BaseParams {
305 C2SoftMpeg4Enc::C2SoftMpeg4Enc(const char* name, c2_node_id_t id, in C2SoftMpeg4Enc() function in android::C2SoftMpeg4Enc
316 C2SoftMpeg4Enc::~C2SoftMpeg4Enc() { in ~C2SoftMpeg4Enc()
320 c2_status_t C2SoftMpeg4Enc::onInit() { in onInit()
342 c2_status_t C2SoftMpeg4Enc::onStop() { in onStop()
355 void C2SoftMpeg4Enc::onReset() { in onReset()
360 void C2SoftMpeg4Enc::onRelease() { in onRelease()
372 c2_status_t C2SoftMpeg4Enc::onFlush_sm() { in onFlush_sm()
388 c2_status_t C2SoftMpeg4Enc::initEncParams() { in initEncParams()
444 c2_status_t C2SoftMpeg4Enc::initEncoder() { in initEncoder()
[all …]
DAndroid.bp61 srcs: ["C2SoftMpeg4Enc.cpp"],
78 srcs: ["C2SoftMpeg4Enc.cpp"],