Home
last modified time | relevance | path

Searched defs:C2SoftAvcEnc (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h123 struct C2SoftAvcEnc : public SimpleC2Component { struct
126 C2SoftAvcEnc(const char *name, c2_node_id_t id, const std::shared_ptr<IntfImpl> &intfImpl); argument
146 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 …]
DC2SoftAvcEnc.cpp431 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc