Home | History | Annotate | Download | only in HAL3

Lines Matching refs:streams

476     /* We need to stop all streams before deleting any stream */
936 * @stream_list : streams to be configured
949 * Loop through all streams to find input stream if it exists*
952 if (streamList->streams[i]->stream_type == CAMERA3_STREAM_INPUT) {
954 LOGE("Error, Multiple input streams requested");
957 inputStream = streamList->streams[i];
961 * Loop through all streams requested in configuration
966 camera3_stream_t *newStream = streamList->streams[j];
1059 * @stream_list : streams to be configured
1070 const camera3_stream_t *newStream = streamList->streams[j];
1091 // Check whether underlying formats of shared streams match.
1114 * @stream_list : streams to be configured
1125 const camera3_stream_t *newStream = streamList->streams[j];
1148 * @stream_list : streams to be configured
1149 * @stream_config_info : the config info for streams to be configured
1160 /* Check for conditions where PProc pipeline does not have any streams*/
1172 /* Dummy stream needed if only raw or jpeg streams present */
1174 switch(streamList->streams[i]->format) {
1410 * and output streams.
1413 * @stream_list : streams to be configured
1424 // Acquire perfLock before configure streams
1438 * @stream_list : streams to be configured
1455 if (streamList->streams == NULL) {
1461 LOGE("Bad number of streams requested: %d",
1467 LOGE("Maximum number of streams %d exceeded: %d",
1540 // Number of streams on ISP encoder path
1605 camera3_stream_t *newStream = streamList->streams[i];
1747 LOGE("Number of streams on ISP encoder path exceeds limits of 2");
1752 LOGH("Multiple streams above max viewfinder size, common mask needed");
1762 // When JPEG and preview streams share VFE output, CPP will not apply CAC2
1771 ALOGE("%s: Blob size greater than 4k and multiple streams are on encoder output",
1808 camera3_stream_t *newStream = streamList->streams[i];
1847 LOGE("Multiple input/reprocess streams requested!");
1861 /* This scenario indicates multiple YUV streams with same size
1863 * is solely use for the purpose of overriding the size of streams
1864 * which share h/w streams we will just make a guess here as to
1866 * once we make generic logic for streams sharing encoder output
1868 LOGH("Warning, Multiple ip/reprocess streams requested!");
1978 /* Allocate channel objects for the requested streams */
1980 camera3_stream_t *newStream = streamList->streams[i];
1999 //for non zsl streams find out the format
2471 //Get min frame duration for this streams configuration
2518 LOGE("Number of buffers %d equals or is greater than maximum number of streams!",
2582 * on currently configured streams.
3218 //TODO: for now, we don't support two streams requiring metadata at the same time.
3677 // stream on all streams
3867 //First initialize all streams
4321 // Call request on other streams
4450 //If 2 streams have need_metadata set to true, fail the request, unless
4453 LOGE("not supporting request in which two streams requires"
4710 // Start the Streams/Channels
4896 * (streams, as well as metadata)
6023 // mm-qcamera-daemon only posts crop_data for streams
6522 * DESCRIPTION: helper method to clean up invalid streams in stream_info,
6533 /*clean up invalid streams*/
6546 // Move preview/video/callback/snapshot streams into newList
6557 // Move raw streams into newList
7405 /*For below 2 formats we also support i/p streams for reprocessing advertise those*/
8996 * @streamsArray : Stream ID of all the requested streams
10170 * DESCRIPTION: Callback handler for all channels (streams, as well as metadata)
10789 * @stream_list : streams to be configured
10801 * Loop through all streams requested in configuration
10805 camera3_stream_t *newStream = streamList->streams[j];
10986 // Stop the Streams/Channels
11030 // Start the Streams/Channels
11233 * DESCRIPTION: Set bundle info for all streams that are bundle.