Lines Matching full:stream
17 #define LOG_TAG "Camera3-Stream"
37 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) {
38 return static_cast<Camera3Stream*>(stream);
41 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) {
42 return static_cast<const Camera3Stream*>(stream);
104 ALOGE("%s: Cannot configure an input stream twice",
108 ALOGE("%s: Cannot configure stream; has outstanding buffers",
178 // Check if the stream configuration is unchanged, and skip reallocation if
190 ALOGE("%s: Unable to configure stream %d queue: %s (%d)",
198 ALOGE("%s: Unable to register stream buffers with HAL: %s (%d)",
304 ALOGV("%s: Stream %d: Disconnecting...", __FUNCTION__, mId);
325 bufferSet.stream = this;
333 // from the stream, providing them to the HAL with the
335 // stream in the error state, since they won't have valid data.
364 // Return all valid buffers to stream, in ERROR state to indicate
376 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
381 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
385 ALOGE("%s: This type of stream does not support input", __FUNCTION__);
390 ALOGE("%s: This type of stream does not support input", __FUNCTION__);