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