Lines Matching refs:input
5 mode. The target of advanced mode is to provide flexible, multiple input/output
11 OSD buffer, motion detection buffer, frame buffer and stream buffer as input and
30 thread. Each task queue has two port: input port and output port. And from a
31 global view the task will always flow from input port to output port.
36 INPUT_PORT : Initial status for input port user to dequeue. Or when output port
39 INPUT_HOLD : When input port user successfully dequeue a task then the task is
42 OUTPUT_PORT: When input port user successfully enqueue a task then the task is
52 status to next status. The status transform flow is unidirectional from input
67 | status | | input | | output | | status |
83 On advanced mode mpp uses two task queue: input task queue and output task
85 Input task queue connects input side external user to internal worker thread.
93 | input side user | | output side user |
101 +---+ input port +-----------+ output port +---+
103 | | input task queue | | output task queue | |
105 | | output port | | input port | |