Lines Matching refs:streams
40 … * The current module supports preview streams, video streams, photographing streams, and the like.
43 …* This function is used to check whether a stream or streams can be dynamically created based on t…
44 * operation mode, configuration information, and existing streams in the current module.
45 …* If the streams can be created without stopping the existing streams or making the upper-layer se…
46 * application unaware of the stopping of the existing streams,
49 …* If the streams can be created only after the upper-layer service or application stops capturing …
51 * If the streams are not supported, <b>type</b> is set to <b>NOT_SUPPORTED</b>.
54 … * @param mode Indicates the operation mode of the streams. For details, see {@link OperationMode}.
71 * @brief Creates streams.
74 * abstraction layer (HAL) supports the streams to create.
89 * @brief Releases streams.
91 * @param streamIds Indicates the IDs of the streams to release.
143 * image data caching and transferring of preview streams.
190 … * In the scenario where multiple streams are captured at the same time, this module ensures that
191 * the captured data of multiple streams is reported simultaneously.
225 …* Only photographing streams can be converted into offline streams,other streams are not supported.
231 * @param streamIds Indicates the IDs of the streams to be converted.
232 * @param callback Indicates the callback for conversion to offline streams.