Searched refs:C2SoftVpxEnc (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVp8Enc.cpp | 28 : 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()
|
D | C2SoftVp9Enc.cpp | 28 : 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()
|
D | C2SoftVpxEnc.cpp | 49 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 …]
|
D | Android.bp | 38 "C2SoftVpxEnc.cpp", 55 "C2SoftVpxEnc.cpp",
|
D | C2SoftVpxEnc.h | 72 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 {
|
D | C2SoftVp8Enc.h | 29 struct C2SoftVp8Enc : public C2SoftVpxEnc {
|
D | C2SoftVp9Enc.h | 31 struct C2SoftVp9Enc : public C2SoftVpxEnc {
|