Searched refs:C2GraphicBuffer (Results 1 – 6 of 6) sorted by relevance
74 std::shared_ptr<C2GraphicBuffer> /* src */, in copyBuffer() argument75 std::shared_ptr<C2GraphicBuffer> /* dst */) override { in copyBuffer()
38 c2_status_t copyBuffer(std::shared_ptr<C2GraphicBuffer> src,39 std::shared_ptr<C2GraphicBuffer> dst) override;353 c2_status_t C2VDAComponentStore::copyBuffer(std::shared_ptr<C2GraphicBuffer> src, in copyBuffer()354 std::shared_ptr<C2GraphicBuffer> dst) { in copyBuffer()
844 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) = 0;
1975 class C2GraphicBuffer; // read-write buffer variable2051 inline std::shared_ptr<C2GraphicBuffer> asGraphicBuffer() const {2052 … return mType == GRAPHIC ? std::shared_ptr::reinterpret_cast<C2GraphicBuffer>(this) : nullptr;2272 class C2GraphicBuffer : public C2Buffer {
464 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) override;805 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) { in copyBuffer()
363 std::shared_ptr<C2GraphicBuffer>, in copyBuffer() argument364 std::shared_ptr<C2GraphicBuffer>) { in copyBuffer()