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
149 typedef struct {
152 } InputBufferInfo;
154 std::shared_ptr<IntfImpl> mIntf;
156 int32_t mStride;
158 nsecs_t mTimeStart = 0; // Time at the start of decode()
159 nsecs_t mTimeEnd = 0; // Time at the end of decode()
162 char mInFile[200];
163 char mOutFile[200];
[all …]
DC2SoftAvcEnc.cpp600 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc
622 C2SoftAvcEnc::C2SoftAvcEnc( in C2SoftAvcEnc() function in android::C2SoftAvcEnc