# Auto pipeline with other thread APIs

Source: [https://docs.qualcomm.com/doc/80-PK177-134/topic/auto_pipeline_with_other_threads.html](https://docs.qualcomm.com/doc/80-PK177-134/topic/auto_pipeline_with_other_threads.html)

Lists the behavior of a thread when different hints are applied on any thread.

| Low utilization | High utilization | Low latency | Pipeline by Thread ID | Pipeline by number of threads | Behavior |
| --- | --- | --- | --- | --- | --- |
|  |  |  |  |  | No hint |
|  |  |  |  | x | Pipeline for thread |
|  |  |  | x |  | Pipeline for thread |
|  |  |  | x | x | Pipeline for thread |
|  |  | x |  |  | Low latency hint for thread |
|  |  | x |  | x | Pipeline for thread |
|  |  | x | x |  | Pipeline for thread |
|  |  | x | x | x | Pipeline for thread |
|  | x |  |  |  | High util hint for thread |
|  | x |  |  | x | Pipeline for thread |
|  | x |  | x |  | Pipeline for thread |
|  | x |  | x | x | Pipeline for thread |
|  | x | x |  |  | High util hint and low latency |
|  | x | x |  | x | Pipeline for thread |
|  | x | x | x |  | Pipeline for thread |
|  | x | x | x | x | Pipeline for thread |
| x |  |  |  |  | Low util for thread |
| x |  |  |  | x | Low util for thread |
| x |  |  | x |  | Low util for thread |
| x |  |  | x | x | Low util for thread |
| x |  | x |  |  | Low util and low latency |
| x |  | x |  | x | Low util and low latency |
| x |  | x | x |  | Low util and low latency |
| x |  | x | x | x | Low util and low latency |
| x | x |  |  |  | Not applicable |
| x | x |  |  | x | Not applicable |
| x | x |  | x |  | Not applicable |
| x | x |  | x | x | Not applicable |
| x | x | x |  |  | Not applicable |
| x | x | x |  | x | Not applicable |
| x | x | x | x |  | Not applicable |
| x | x | x | x | x | Not applicable |

**Parent Topic:** [Performance API](https://docs.qualcomm.com/doc/80-PK177-134/topic/performance_api_qape.html)

Last Published: Nov 14, 2024

[Previous Topic
SupportFrameRateEnum](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/qape_supported_frame_rate_enum.md) [Next Topic
Example code](https://docs.qualcomm.com/bundle/publicresource/80-PK177-134/topics/qape_example_code.md)