Searched defs:C2SoftVpxEnc (Results 1 - 2 of 2) sorted by relevance

/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxEnc.cpp18 #define LOG_TAG "C2SoftVpxEnc"
26 #include "C2SoftVpxEnc.h"
47 C2SoftVpxEnc::C2SoftVpxEnc(const char* name, c2_node_id_t id, function in class:android::C2SoftVpxEnc
75 C2SoftVpxEnc::~C2SoftVpxEnc() {
79 c2_status_t C2SoftVpxEnc::onInit() {
84 void C2SoftVpxEnc::onRelease() {
100 c2_status_t C2SoftVpxEnc::onStop() {
108 void C2SoftVpxEnc
[all...]
H A DC2SoftVpxEnc.h72 struct C2SoftVpxEnc : public SimpleC2Component { struct in namespace:android
75 C2SoftVpxEnc(const char* name, c2_node_id_t id,
94 virtual ~C2SoftVpxEnc();
228 C2_DO_NOT_COPY(C2SoftVpxEnc);
231 class C2SoftVpxEnc::IntfImpl : public C2InterfaceHelper {

Completed in 290 milliseconds