Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.h97 static sp<PersistentSurface> CreateCompatibleInputSurface();
DCCodec.cpp1103 sp<PersistentSurface> CCodec::CreateCompatibleInputSurface() { in CreateCompatibleInputSurface() function in android::CCodec
1127 sp<PersistentSurface> persistentSurface = CreateCompatibleInputSurface(); in createInputSurface()