Home
last modified time | relevance | path

Searched refs:mUsingSurface (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/media/sfplugin/
DCCodecConfig.h120 bool mUsingSurface; ///< using input or output surface member
DCCodec.cpp714 config->mUsingSurface = surface != nullptr; in configure()
993 config->mUsingSurface = true; in setupInputSurface()
1011 config->mUsingSurface = false; in setupInputSurface()
DCCodecConfig.cpp315 mUsingSurface(false) { } in CCodecConfig()
1170 if (mUsingSurface) { in getSdkFormatForDomain()