Home
last modified time | relevance | path

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

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