Searched defs:C2OMXNode (Results 1 – 2 of 2) sorted by relevance
36 struct C2OMXNode : public BnOMXNode { struct109 // note that C2OMXNode can be recycled between encoding sessions. argument110 int32_t mAdjustTimestampGapUs;111 bool mFirstInputFrame; // true for first input112 c2_cntr64_t mPrevInputTimestamp; // input timestamp for previous frame113 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame115 Mutexed<std::map<uint64_t, buffer_id>> mBufferIdsInUse;117 class QueueThread;118 sp<QueueThread> mQueueThread;
166 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() function in android::C2OMXNode