Searched refs:streams (Results 1 - 3 of 3) sorted by relevance

/hardware/libhardware/modules/camera/
H A DCamera.cpp162 // Mark all current streams unused for now
165 // Fill new stream array with reused streams and new streams
167 astream = stream_config->streams[i];
183 // Verify the set of streams in aggregate
189 // Set up all streams (calculate usage/max_buffers for each)
192 // Destroy all old streams and replace stream array with new one
202 // Clean up temporary streams, preserve existing mStreams/mNumStreams
207 void Camera::destroyStreams(Stream **streams, int count) argument
209 if (streams
232 isValidStreamSet(Stream **streams, int count) argument
267 setupStreams(Stream **streams, int count) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h92 * management. Bidirectional streams replace STREAM_FROM_STREAM construct.
140 * of input/output streams to the HAL device.
146 * output streams listed in configure_streams. The same stream is registered
178 * not-yet-registered streams.
226 * hardware and pipeline for a new set of input/output streams. Some streams
227 * may be reused from the previous configuration; if these streams' buffers
268 * images, raw sensor readout, or support for YUV output streams above maximum
886 * conversion. Raw streams (RAW16 and RAW_OPAQUE) don't have this conversion stage,
888 * for raw streams
1356 camera3_stream_t **streams; member in struct:camera3_stream_configuration
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1013 for (stream = streams; stream; stream = stream->next) { \
1034 /* All streams require output files */
1039 /* Check for two streams outputting to the same file */
1048 /* Check for two streams sharing a stats file. */
1521 struct stream_state *streams = NULL; local
1556 if (!streams)
1557 streams = stream;
1680 frames_in, streams->frames_out, (int64_t)streams->nbytes);
1709 if (!got_data && input.length && !streams
[all...]

Completed in 95 milliseconds