Searched defs:C2NodeImpl (Results 1 – 2 of 2) sorted by relevance
36 struct C2NodeImpl { struct106 sp<IOMXBufferSource> mBufferSource;107 std::shared_ptr<::aidl::android::media::IAidlBufferSource> mAidlBufferSource;109 std::shared_ptr<C2Allocator> mAllocator;110 std::atomic_uint64_t mFrameIndex;111 uint32_t mWidth;112 uint32_t mHeight;113 uint64_t mUsage;114 Mutexed<android_dataspace> mDataspace;115 Mutexed<uint32_t> mPixelFormat;[all …]
194 C2NodeImpl::C2NodeImpl(const std::shared_ptr<Codec2Client::Component> &comp, bool aidl) in C2NodeImpl() function in android::C2NodeImpl