Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp75 class InputSurface { class
98 static std::unique_ptr<InputSurface> makeBufferInputSurface( in makeBufferInputSurface()
106 static std::unique_ptr<InputSurface> makeContainerInputSurface( in makeContainerInputSurface()
115 static std::unique_ptr<InputSurface> makeCursorInputSurface( in makeCursorInputSurface()
200 virtual ~InputSurface() { in ~InputSurface()
282 class BlastInputSurface : public InputSurface {
286 : InputSurface(sc, width, height) { in BlastInputSurface()
394 std::unique_ptr<InputSurface> surface = makeSurface(100, 100); in TEST_F()
603 std::unique_ptr<InputSurface> containerSurface = in TEST_F()
628 std::unique_ptr<InputSurface> cursorSurface = in TEST_F()
[all …]
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurface.cpp39 class InputSurface::Interface : public C2InterfaceHelper {
67 class InputSurface::ConfigurableIntf : public ConfigurableC2Intf {
70 const std::shared_ptr<InputSurface::Interface> &intf, in ConfigurableIntf()
117 const std::shared_ptr<InputSurface::Interface> mIntf;
121 Return<sp<InputSurface::HGraphicBufferProducer>> InputSurface::getGraphicBufferProducer() { in getGraphicBufferProducer()
125 Return<sp<IConfigurable>> InputSurface::getConfigurable() { in getConfigurable()
129 Return<void> InputSurface::connect( in connect()
155 InputSurface::InputSurface( in InputSurface() function in android::hardware::media::c2::V1_0::utils::InputSurface
H A DAndroid.bp69 "InputSurface.cpp",
H A DComponentStore.cpp277 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface()
/aosp12/frameworks/av/media/codec2/core/include/media/stagefright/codec2/1.0/
H A DInputSurface.h44 class InputSurface : public InputSurfaceBase {
46 virtual ~InputSurface() = default;
53 static sp<InputSurface> Create();
56 InputSurface(
H A DInputSurfaceConnection.h42 friend class InputSurface;
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DInputSurface.h44 struct InputSurface : public IInputSurface { struct
60 InputSurface( argument
77 virtual ~InputSurface() override = default; argument
H A DInputSurfaceConnection.h74 friend struct InputSurface;
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h156 struct InputSurface;
179 std::shared_ptr<InputSurface>* const inputSurface);
229 static std::shared_ptr<InputSurface> CreateInputSurface(
416 const std::shared_ptr<InputSurface>& inputSurface,
456 struct Codec2Client::InputSurface : public Codec2Client::Configurable { struct
473 InputSurface(const sp<Base>& base); argument
496 friend struct Codec2Client::InputSurface; argument
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DInputSurface.h30 using ::android::hardware::media::c2::V1_0::utils::InputSurface;
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DInputSurface.h30 using ::android::hardware::media::c2::V1_0::utils::InputSurface;
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp777 std::shared_ptr<InputSurface>* const inputSurface) { in createInputSurface()
787 *inputSurface = std::make_shared<InputSurface>(i); in createInputSurface()
1156 std::shared_ptr<Codec2Client::InputSurface> Codec2Client::CreateInputSurface( in CreateInputSurface()
1172 std::shared_ptr<Codec2Client::InputSurface> inputSurface; in CreateInputSurface()
1590 const std::shared_ptr<InputSurface>& inputSurface, in connectToInputSurface()
1690 Codec2Client::InputSurface::InputSurface(const sp<IInputSurface>& base) in InputSurface() function in android::Codec2Client::InputSurface
1712 Codec2Client::InputSurface::getGraphicBufferProducer() const { in getGraphicBufferProducer()
1716 sp<IInputSurface> Codec2Client::InputSurface::getHalInterface() const { in getHalInterface()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DAndroid.bp79 "InputSurface.cpp",
H A DComponentStore.cpp276 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DAndroid.bp88 "InputSurface.cpp",
H A DComponentStore.cpp276 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp144 const std::shared_ptr<Codec2Client::InputSurface> &surface) : in C2InputSurfaceWrapper()
185 std::shared_ptr<Codec2Client::InputSurface> mSurface;
1522 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface()
1523 std::make_shared<Codec2Client::InputSurface>(hidlInputSurface); in createInputSurface()
1638 std::make_shared<Codec2Client::InputSurface>(inputSurface))); in setInputSurface()
2502 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface()