Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/services/
Dvendor.cpp74 std::shared_ptr<C2GraphicBuffer> /* src */, in copyBuffer() argument
75 std::shared_ptr<C2GraphicBuffer> /* dst */) override { in copyBuffer()
/hardware/google/av/media/v4l2store/
DC2VDAComponentStore.cpp38 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()
/hardware/google/av/codec2/include/
DC2Component.h844 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) = 0;
DC2Buffer.h1975 class C2GraphicBuffer; // read-write buffer variable
2051 inline std::shared_ptr<C2GraphicBuffer> asGraphicBuffer() const {
2052 … return mType == GRAPHIC ? std::shared_ptr::reinterpret_cast<C2GraphicBuffer>(this) : nullptr;
2272 class C2GraphicBuffer : public C2Buffer {
/hardware/google/av/codec2/vndk/
DC2Store.cpp464 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) override;
805 std::shared_ptr<C2GraphicBuffer> src, std::shared_ptr<C2GraphicBuffer> dst) { in copyBuffer()
/hardware/google/av/media/sfplugin/
DCCodec.cpp363 std::shared_ptr<C2GraphicBuffer>, in copyBuffer() argument
364 std::shared_ptr<C2GraphicBuffer>) { in copyBuffer()