Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
DCCodec.h72 static PersistentSurface *CreateInputSurface();
/frameworks/av/media/libstagefright/
DMediaCodecList.cpp100 sp<PersistentSurface> surfaceTest = CCodec::CreateInputSurface(); in GetBuilders()
DMediaCodec.cpp591 sp<PersistentSurface> pluginSurface = CCodec::CreateInputSurface(); in CreatePersistentInputSurface()
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h221 static std::shared_ptr<InputSurface> CreateInputSurface(
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp54 extern "C" android::PersistentSurface *CreateInputSurface();
1134 sp<PersistentSurface> surface(CreateInputSurface()); in CreateCompatibleInputSurface()
1931 PersistentSurface *CCodec::CreateInputSurface() { in CreateInputSurface() function in android::CCodec
1936 Codec2Client::CreateInputSurface(); in CreateInputSurface()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1114 std::shared_ptr<Codec2Client::InputSurface> Codec2Client::CreateInputSurface( in CreateInputSurface() function in android::Codec2Client