Searched refs:C2SoftVpxEnc (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVp8Enc.cpp | 30 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {} in C2SoftVp8Enc() 81 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent() 91 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface() 93 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createInterface()
|
D | C2SoftVp9Enc.cpp | 30 : C2SoftVpxEnc(name, id, intfImpl), in C2SoftVp9Enc() 111 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)), in createComponent() 121 new SimpleInterface<C2SoftVpxEnc::IntfImpl>( in createInterface() 123 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 | C2SoftVp8Enc.h | 29 struct C2SoftVp8Enc : public C2SoftVpxEnc {
|
D | C2SoftVp9Enc.h | 31 struct C2SoftVp9Enc : public C2SoftVpxEnc {
|
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 225 class C2SoftVpxEnc::IntfImpl : public C2InterfaceHelper {
|