Home
last modified time | relevance | path

Searched refs:C2SoftVpxEnc (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/components/vpx/
DC2SoftVp8Enc.cpp28 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc()
79 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent()
89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
91 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
DC2SoftVp9Enc.cpp28 : C2SoftVpxEnc(name, id, intfImpl), in C2SoftVp9Enc()
109 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent()
119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface()
121 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
DC2SoftVpxEnc.cpp49 C2SoftVpxEnc::C2SoftVpxEnc(const char* name, c2_node_id_t id, in C2SoftVpxEnc() function in android::C2SoftVpxEnc
74 C2SoftVpxEnc::~C2SoftVpxEnc() { in ~C2SoftVpxEnc()
78 c2_status_t C2SoftVpxEnc::onInit() { in onInit()
83 void C2SoftVpxEnc::onRelease() { in onRelease()
99 c2_status_t C2SoftVpxEnc::onStop() { in onStop()
107 void C2SoftVpxEnc::onReset() { in onReset()
111 c2_status_t C2SoftVpxEnc::onFlush_sm() { in onFlush_sm()
115 status_t C2SoftVpxEnc::initEncoder() { in initEncoder()
337 vpx_enc_frame_flags_t C2SoftVpxEnc::getEncodeFlags() { in getEncodeFlags()
412 void C2SoftVpxEnc::process( in process()
[all …]
DAndroid.bp38 "C2SoftVpxEnc.cpp",
55 "C2SoftVpxEnc.cpp",
DC2SoftVpxEnc.h72 struct C2SoftVpxEnc : public SimpleC2Component { struct
75 C2SoftVpxEnc(const char* name, c2_node_id_t id, argument
94 virtual ~C2SoftVpxEnc();
222 C2_DO_NOT_COPY(C2SoftVpxEnc); argument
237 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {
DC2SoftVp8Enc.h29 struct C2SoftVp8Enc : public C2SoftVpxEnc {
DC2SoftVp9Enc.h31 struct C2SoftVp9Enc : public C2SoftVpxEnc {