Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.h36 struct C2OMXNode : public BnOMXNode { struct
120 // note that C2OMXNode can be recycled between encoding sessions. argument
121 int32_t mAdjustTimestampGapUs;
122 bool mFirstInputFrame; // true for first input
123 c2_cntr64_t mPrevInputTimestamp; // input timestamp for previous frame
124 c2_cntr64_t mPrevCodecTimestamp; // adjusted (codec) timestamp for previous frame
126 Mutexed<std::map<uint64_t, buffer_id>> mBufferIdsInUse;
128 class QueueThread;
129 sp<QueueThread> mQueueThread;
H A DC2OMXNode.cpp197 C2OMXNode::C2OMXNode(const std::shared_ptr<Codec2Client::Component> &comp) in C2OMXNode() function in android::C2OMXNode