Home
last modified time | relevance | path

Searched refs:InputSurface (Results 1 – 11 of 11) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurface.cpp39 class InputSurface::ConfigurableImpl : public C2InterfaceHelper {
71 const std::shared_ptr<InputSurface::ConfigurableImpl> &impl, in ConfigurableWrapper()
115 const std::shared_ptr<InputSurface::ConfigurableImpl> mImpl;
122 Return<void> InputSurface::connectToComponent( in connectToComponent()
147 Return<sp<IConfigurable>> InputSurface::getConfigurable() { in getConfigurable()
153 Return<void> InputSurface::requestBuffer( in requestBuffer()
159 Return<int32_t> InputSurface::setMaxDequeuedBufferCount( in setMaxDequeuedBufferCount()
164 Return<int32_t> InputSurface::setAsyncMode( in setAsyncMode()
169 Return<void> InputSurface::dequeueBuffer( in dequeueBuffer()
180 Return<int32_t> InputSurface::detachBuffer( in detachBuffer()
[all …]
DAndroid.bp13 "InputSurface.cpp",
DComponentStore.cpp232 return new InputSurface( in createInputSurface()
/hardware/google/av/codec2/include/media/stagefright/codec2/1.0/
DInputSurface.h45 class InputSurface : public InputSurfaceBase {
47 virtual ~InputSurface() = default;
54 static sp<InputSurface> Create();
57 InputSurface(
DInputSurfaceConnection.h43 friend class InputSurface;
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h169 struct InputSurface;
187 std::shared_ptr<InputSurface>* const inputSurface);
218 static std::shared_ptr<InputSurface> CreateInputSurface();
431 struct Codec2Client::InputSurface { struct
454 InputSurface(const sp<Base>& base); argument
479 friend struct Codec2Client::InputSurface; argument
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputSurface.h55 struct InputSurface : public IInputSurface { struct
181 InputSurface( argument
187 virtual ~InputSurface() override = default;
DInputSurfaceConnection.h63 friend struct InputSurface;
DComponentStore.h114 friend struct InputSurface;
/hardware/google/av/codec2/hidl/client/
Dclient.cpp525 std::shared_ptr<Codec2Client::InputSurface>* const inputSurface) { in createInputSurface()
536 *inputSurface = std::make_shared<InputSurface>(result); in createInputSurface()
743 std::shared_ptr<Codec2Client::InputSurface> Codec2Client::CreateInputSurface() { in CreateInputSurface()
749 std::shared_ptr<Codec2Client::InputSurface> inputSurface; in CreateInputSurface()
1314 Codec2Client::InputSurface::Base* Codec2Client::InputSurface::base() const { in base()
1318 Codec2Client::InputSurface::InputSurface(const sp<IInputSurface>& base) : in InputSurface() function in android::Codec2Client::InputSurface
1325 c2_status_t Codec2Client::InputSurface::connectToComponent( in connectToComponent()
1350 Codec2Client::InputSurface::getConfigurable() const { in getConfigurable()
1364 Codec2Client::InputSurface::getGraphicBufferProducer() const { in getGraphicBufferProducer()
1368 const sp<IInputSurface>& Codec2Client::InputSurface::getHalInterface() const { in getHalInterface()
/hardware/google/av/media/sfplugin/
DCCodec.cpp136 const std::shared_ptr<Codec2Client::InputSurface> &surface) : in C2InputSurfaceWrapper()
178 std::shared_ptr<Codec2Client::InputSurface> mSurface;
967 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in createInputSurface()
1050 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
1728 std::shared_ptr<android::Codec2Client::InputSurface> inputSurface = in CreateInputSurface()