Home
last modified time | relevance | path

Searched defs:inputSurface (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp252 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface() local
DComponent.cpp303 const sp<IInputSurface>& inputSurface, in connectToInputSurface()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp741 std::shared_ptr<InputSurface>* const inputSurface) { in createInputSurface()
1130 std::shared_ptr<Codec2Client::InputSurface> inputSurface; in CreateInputSurface() local
1472 const std::shared_ptr<InputSurface>& inputSurface, in connectToInputSurface()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp252 sp<InputSurface> inputSurface = new InputSurface( in createInputSurface() local
DComponent.cpp303 const sp<IInputSurface>& inputSurface, in connectToInputSurface()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp1164 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in createInputSurface() local
1249 sp<IInputSurface> inputSurface = IInputSurface::castFrom(hidlTarget); in setInputSurface() local
1932 std::shared_ptr<Codec2Client::InputSurface> inputSurface = in CreateInputSurface() local
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.cpp1221 binder::Status CameraDeviceClient::getInputSurface(/*out*/ view::Surface *inputSurface) { in getInputSurface()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java200 Surface inputSurface, int maxImages, in makeImageWriter()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp526 const sp<BufferProducerWrapper> &inputSurface) { in onInputSurfaceCreated()