Searched defs:streams (Results 1 - 6 of 6) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dauthorization_set.cpp277 OutStreams streams = {indirect, elements}; local
279 serialize(streams, param);
401 InStreams streams = {indirect, elements}; local
406 deserialize(streams, &(*params)[i]);
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp217 // Mark all current streams unused for now
221 // Fill new stream array with reused streams and new streams
223 astream = stream_config->streams[i];
239 // Verify the set of streams in aggregate
245 // Set up all streams (calculate usage/max_buffers for each)
248 // Destroy all old streams and replace stream array with new one
257 // Clean up temporary streams, preserve existing mStreams
262 void Camera::destroyStreamsLocked(android::Vector<Stream *> &streams) { argument
263 for (size_t i = 0; i < streams
281 isValidStreamSetLocked(const android::Vector<Stream *> &streams) argument
311 setupStreamsLocked(android::Vector<Stream *> &streams) argument
[all...]
/hardware/libhardware/modules/camera/3_0/
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/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp449 std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams) {
451 for (int streamId : streams) {
469 for (int streamId : streams) {
491 outBufs.reserve(streams.size());
492 for (int streamId : streams) {
513 for (int streamId : streams) {
841 hidl_vec<camera3_stream_t*> streams; local
844 stream_list.num_streams = requestedConfiguration.streams.size();
845 streams.resize(stream_list.num_streams);
846 stream_list.streams
448 sendBatchBuffersLocked( std::shared_ptr<InflightBatch> batch, const std::vector<int>& streams) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dcamera3.h98 * management. Bidirectional streams replace STREAM_FROM_STREAM construct.
178 * of input/output streams to the HAL device.
184 * output streams listed in configure_streams. The same stream is registered
216 * not-yet-registered streams.
270 * hardware and pipeline for a new set of input/output streams. Some streams
271 * may be reused from the previous configuration; if these streams' buffers
312 * images, raw sensor readout, or support for YUV output streams above maximum
930 * conversion. Raw streams (RAW16 and RAW_OPAQUE) don't have this conversion stage,
932 * for raw streams
1720 camera3_stream_t **streams; member in struct:camera3_stream_configuration
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2048 ::android::hardware::hidl_vec<Stream> streams = {stream}; local
2049 StreamConfiguration config = {streams,
2054 ASSERT_EQ(1u, halConfig.streams.size());
2055 ASSERT_EQ(halConfig.streams[0].id, streamId);
2093 ::android::hardware::hidl_vec<Stream> streams = {stream}; local
2094 StreamConfiguration config = {streams,
2108 streams[0] = stream;
2109 config = {streams,
2123 streams[0] = stream;
2124 config = {streams,
2218 ::android::hardware::hidl_vec<Stream> streams = { local
2281 ::android::hardware::hidl_vec<Stream> streams = { local
2334 ::android::hardware::hidl_vec<Stream> streams = {stream}; local
2439 ::android::hardware::hidl_vec<Stream> streams = { local
3082 ::android::hardware::hidl_vec<Stream> streams = {*previewStream}; local
[all...]

Completed in 193 milliseconds