Home | History | Annotate | Download | only in api2

Lines Matching defs:surfaceType

518         bool deferredConsumer, int surfaceType) const {
528 bool validSurfaceType = ((surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_VIEW) ||
529 (surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_TEXTURE));
532 ALOGE("%s: Target surface has invalid surfaceType = %d.", __FUNCTION__, surfaceType);
693 auto surfaceType = it.getSurfaceType();
695 if (surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_VIEW) {
1019 int width, height, format, surfaceType;
1032 surfaceType = outputConfiguration.getSurfaceType();
1037 if (surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_VIEW) {