Home
last modified time | relevance | path

Searched refs:C2GraphicBuffer (Results 1 – 5 of 5) sorted by relevance

/hardware/google/av/codec2/hidl/services/
Dvendor.cpp66 std::shared_ptr<C2GraphicBuffer> /* src */, in copyBuffer() argument
67 std::shared_ptr<C2GraphicBuffer> /* dst */) override { in copyBuffer()
/hardware/google/av/codec2/include/
DC2Component.h845 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) = 0;
DC2Buffer.h1974 class C2GraphicBuffer; // read-write buffer variable
2050 inline std::shared_ptr<C2GraphicBuffer> asGraphicBuffer() const {
2051 … return mType == GRAPHIC ? std::shared_ptr::reinterpret_cast<C2GraphicBuffer>(this) : nullptr;
2271 class C2GraphicBuffer : public C2Buffer {
/hardware/google/av/codec2/vndk/
DC2Store.cpp470 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) override;
863 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) { in copyBuffer()
/hardware/google/av/media/sfplugin/
DCCodec.cpp395 std::shared_ptr<C2GraphicBuffer>, in copyBuffer() argument
396 std::shared_ptr<C2GraphicBuffer>) { in copyBuffer()