HomeSort by relevance Sort by last modified time
    Searched refs:C2SoftVpxEnc (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/codec2/components/vpx/
C2SoftVp8Enc.h 20 #include "C2SoftVpxEnc.h"
29 struct C2SoftVp8Enc : public C2SoftVpxEnc {
C2SoftVp9Enc.h 20 #include "C2SoftVpxEnc.h"
31 struct C2SoftVp9Enc : public C2SoftVpxEnc {
C2SoftVp8Enc.cpp 28 : C2SoftVpxEnc(name, id, intfImpl), mDCTPartitions(0), mProfile(1) {}
79 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)),
89 new SimpleInterface<C2SoftVpxEnc::IntfImpl>(
91 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)),
C2SoftVp9Enc.cpp 28 : C2SoftVpxEnc(name, id, intfImpl),
109 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)),
119 new SimpleInterface<C2SoftVpxEnc::IntfImpl>(
121 std::make_shared<C2SoftVpxEnc::IntfImpl>(mHelper)),
C2SoftVpxEnc.cpp 18 #define LOG_TAG "C2SoftVpxEnc"
26 #include "C2SoftVpxEnc.h"
49 C2SoftVpxEnc::C2SoftVpxEnc(const char* name, c2_node_id_t id,
74 C2SoftVpxEnc::~C2SoftVpxEnc() {
78 c2_status_t C2SoftVpxEnc::onInit() {
83 void C2SoftVpxEnc::onRelease() {
99 c2_status_t C2SoftVpxEnc::onStop() {
107 void C2SoftVpxEnc::onReset()
    [all...]
C2SoftVpxEnc.h 72 struct C2SoftVpxEnc : public SimpleC2Component {
75 C2SoftVpxEnc(const char* name, c2_node_id_t id,
94 virtual ~C2SoftVpxEnc();
222 C2_DO_NOT_COPY(C2SoftVpxEnc);
237 class C2SoftVpxEnc::IntfImpl : public SimpleInterface<void>::BaseParams {

Completed in 1313 milliseconds