Lines Matching refs:Surface
24 #include <gui/Surface.h>
118 ALOGE("%s: Camera %d: Requests must have at least one surface target. "
130 * the capture request's list of surface targets
135 sp<Surface> surface = request->mSurfaceList[i];
137 if (surface == 0) continue;
139 sp<IGraphicBufferProducer> gbp = surface->getIGraphicBufferProducer();
142 // Trying to submit request with surface that wasn't created
144 ALOGE("%s: Camera %d: Tried to submit a request with a surface that"
281 // Don't create multiple streams for the same target surface
313 anw = new Surface(bufferProducer, useAsync);
319 ALOGE("%s: Camera %d: Failed to query Surface width", __FUNCTION__,
324 ALOGE("%s: Camera %d: Failed to query Surface height", __FUNCTION__,
329 ALOGE("%s: Camera %d: Failed to query Surface format", __FUNCTION__,