Searched defs:GraphicBlockInfo (Results 1 – 1 of 1) sorted by relevance
182 struct GraphicBlockInfo { struct183 enum class State {190 int32_t mBlockId = -1;193 uint32_t mPoolId = 0;194 State mState = State::OWNED_BY_COMPONENT;197 std::shared_ptr<C2GraphicBlock> mGraphicBlock;199 HalPixelFormat mPixelFormat;203 std::vector<VideoFramePlane> mPlanes;