Searched defs:C2SoftAvcEnc (Results 1 – 2 of 2) sorted by relevance
123 struct C2SoftAvcEnc : public SimpleC2Component { struct126 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument146 typedef struct {149 } InputBufferInfo;151 std::shared_ptr<IntfImpl> mIntf;153 int32_t mStride;155 struct timeval mTimeStart; // Time at the start of decode()156 struct timeval mTimeEnd; // Time at the end of decode()159 char mInFile[200];160 char mOutFile[200];[all …]
431 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc