Lines Matching refs:stream

39 Camera3Stream* Camera3Stream::cast(camera3_stream *stream) {
40 return static_cast<Camera3Stream*>(stream);
43 const Camera3Stream* Camera3Stream::cast(const camera3_stream *stream) {
44 return static_cast<const Camera3Stream*>(stream);
114 ALOGE("%s: Cannot configure stream; has outstanding buffers",
185 // Check if the stream configuration is unchanged, and skip reallocation if
202 ALOGE("%s: Unable to configure stream %d queue: %s (%d)",
210 ALOGE("%s: Unable to register stream buffers with HAL: %s (%d)",
263 ALOGE("%s: Stream %d: Can't prepare stream if max buffer count (%d) is < 0",
268 // This function should be only called when the stream is configured already.
270 ALOGE("%s: Stream %d: Can't prepare stream if stream is not in CONFIGURED "
275 // This function can't be called if the stream has already received filled
278 ALOGE("%s: Stream %d: Can't prepare stream that's already in use",
284 ALOGE("%s: Stream %d: Can't prepare stream that has outstanding buffers",
322 // This function should be only called when the stream is preparing
324 ALOGE("%s: Stream %d: Can't prepare buffer if stream is not in PREPARING "
344 // Done with prepare - mark stream as such, and return all buffers
362 // This function should be only called when the stream is mid-preparing.
364 ALOGE("%s: Stream %d: Can't cancel prepare stream if stream is not in "
369 // Return all valid buffers to stream, in ERROR state to indicate
390 // This function should be only called when the stream is configured.
392 ALOGE("%s: Stream %d: Can't tear down stream if stream is not in "
397 // If any buffers have been handed to the HAL, the stream cannot be torn down.
399 ALOGE("%s: Stream %d: Can't tear down a stream that has outstanding buffers",
424 ALOGE("%s: Unable to configure stream %d queue: %s (%d)",
444 // This function should be only called when the stream is configured already.
446 ALOGE("%s: Stream %d: Can't get buffers if stream is not in CONFIGURED state %d",
504 // This function should be only called when the stream is configured already.
506 ALOGE("%s: Stream %d: Can't get input buffers if stream is not in CONFIGURED state %d",
641 bufferSet.stream = this;
649 // from the stream, providing them to the HAL with the
651 // stream in the error state, since they won't have valid data.
680 // Return all valid buffers to stream, in ERROR state to indicate
694 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
699 ALOGE("%s: This type of stream does not support output", __FUNCTION__);
703 ALOGE("%s: This type of stream does not support input", __FUNCTION__);
708 ALOGE("%s: This type of stream does not support input", __FUNCTION__);
712 ALOGE("%s: This type of stream does not support input", __FUNCTION__);