Home
last modified time | relevance | path

Searched refs:CreateCompatibleInputSurface (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/include/media/stagefright/
H A DCCodec.h120 static sp<PersistentSurface> CreateCompatibleInputSurface();
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodec.cpp1493 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface() function in android::CCodec
1516 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()