Home
last modified time | relevance | path

Searched defs:InputSurface (Results 1 – 5 of 5) sorted by relevance

/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
/aosp12/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
H A Dclient.h456 struct Codec2Client::InputSurface : public Codec2Client::Configurable { struct
458 typedef ::android::hardware::media::c2::V1_0::IInputSurface Base; argument
463 typedef Codec2Client::InputSurfaceConnection Connection; argument
473 InputSurface(const sp<Base>& base); argument
496 friend struct Codec2Client::InputSurface; argument
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DInputSurface.cpp155 InputSurface::InputSurface( in InputSurface() function in android::hardware::media::c2::V1_0::utils::InputSurface
/aosp12/frameworks/native/libs/gui/tests/
H A DEndToEndNativeInputTest.cpp75 class InputSurface { class
77 InputSurface(const sp<SurfaceControl> &sc, int width, int height) { in InputSurface() function in android::test::InputSurface
/aosp12/frameworks/av/media/codec2/hidl/client/
H A Dclient.cpp1690 Codec2Client::InputSurface::InputSurface(const sp<IInputSurface>& base) in InputSurface() function in android::Codec2Client::InputSurface