Searched defs:C2OMXNode (Results 1 – 2 of 2) sorted by relevance
36 struct C2OMXNode : public BnOMXNode { struct120 // note that C2OMXNode can be recycled between encoding sessions. argument121 int32_t mAdjustTimestampGapUs;122 bool mFirstInputFrame; // true for first input123 c2_cntr64_t mPrevInputTimestamp; // input timestamp for previous frame124 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame126 Mutexed<std::map<uint64_t, buffer_id>> mBufferIdsInUse;128 class QueueThread;129 sp<QueueThread> mQueueThread;
197 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() function in android::C2OMXNode