Searched defs:surfaceType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/camera/camera2/
H A DOutputConfiguration.cpp88 int surfaceType = SURFACE_TYPE_UNKNOWN; local
89 if ((err = parcel->readInt32(&surfaceType)) != OK) {
109 if (surfaceType == SURFACE_TYPE_SURFACE_VIEW ||
110 surfaceType == SURFACE_TYPE_SURFACE_TEXTURE) {
123 mSurfaceType = surfaceType;
128 "surfaceType = %d", __FUNCTION__, mGbp.get(), String8(surfaceShim.name).string(),
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.cpp434 int surfaceType = outputConfiguration.getSurfaceType(); local
435 bool validSurfaceType = ((surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_VIEW) ||
436 (surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_TEXTURE));
438 ALOGE("%s: Target surface is invalid: bufferProducer = %p, surfaceType = %d.",
439 __FUNCTION__, bufferProducer.get(), surfaceType);
570 int width, height, format, surfaceType; local
583 surfaceType = outputConfiguration.getSurfaceType();
588 if (surfaceType == OutputConfiguration::SURFACE_TYPE_SURFACE_VIEW) {

Completed in 111 milliseconds