Home | History | Annotate | Download | only in camera

Lines Matching defs:out

772                             CAMHAL_LOGEB("ERROR: Manual Exposure = %s is out of range - "
783 CAMHAL_LOGEB("ERROR: Manual Exposure right = %s is out of range - "
794 CAMHAL_LOGEB("ERROR: Manual Gain = %s is out of range - "
805 CAMHAL_LOGEB("ERROR: Manual Gain right = %s is out of range - "
2117 Buffers provided to CameraHal via this object for tap-out
2139 // 1. Check name of tap-out
2145 android::sp<DisplayAdapter> out;
2146 out = mOutAdapters.itemAt(i);
2147 ret = out->setPreviewWindow(tapout);
2149 CAMHAL_LOGD("Tap Out already set at index = %d", i);
2156 android::sp<DisplayAdapter> out = new BufferSourceAdapter();
2158 ret = out->initialize();
2160 out.clear();
2166 out->setExtendedOps(mExtendedPreviewStreamOps);
2169 out->setFrameProvider(mCameraAdapter);
2173 out->setErrorHandler(mAppCallbackNotifier.get());
2176 ret = out->setPreviewWindow(tapout);
2186 bufferCount = out->getBufferCount();
2202 bufs = out->allocateBufferList(stride,
2213 mOutAdapters.add(out);
2251 // 1. Check name of tap-out
2254 CAMHAL_LOGD("REMOVE tap out %p previously set as current", tapout);
2258 android::sp<DisplayAdapter> out;
2259 out = mOutAdapters.itemAt(i);
2260 if (out->match(id)) {
2261 CAMHAL_LOGD("REMOVE tap out %p \"%s\" at position %d", tapout, id, i);
2403 Buffers provided to CameraHal via this object for tap-in/tap-out
2469 CAMHAL_LOGE("Error %d to release tap out", ret);
3295 CAMHAL_LOGE("Invalid tap out surface passed to camerahal");
3298 CAMHAL_LOGD("Found matching out adapter at %d", index);