Lines Matching full:decoding

97    raw frame available for reference in further decoding steps.
130 a point in the bytestream from which decoding may start/continue, without
133 of a new stream, or to resume decoding after a seek.
175 node [shape = doublecircle, label="Decoding"] Decoding;
192 Decoding -> ResChange [ label = "Stream\nresolution\nchange" ];
193 Decoding -> Drain [ label = "V4L2_DEC_CMD_STOP" ];
194 Decoding -> EoS [ label = "EoS mark\nin the stream" ];
195 Decoding -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ];
196 Decoding -> Stopped [ label = "VIDIOC_STREAMOFF(CAPTURE)" ];
197 Decoding -> Decoding;
207 Seek -> Decoding [ label = "VIDIOC_STREAMON(OUTPUT)" ];
210 Stopped -> Decoding [ label = "V4L2_DEC_CMD_START\nor\nVIDIOC_STREAMON(CAPTURE)" ];
567 6. If all the following conditions are met, the client may resume the decoding
579 the decoding by one of the following actions:
697 11. Call :c:func:`VIDIOC_STREAMON` on the ``CAPTURE`` queue to start decoding
700 Decoding chapter
738 ``OUTPUT`` buffers queued in the past whose decoding results are only
739 available at later time, due to specifics of the decoding process.
746 ``CAPTURE`` buffer(s), which resulted from decoding that ``OUTPUT`` buffer
758 * the decoding order differs from the display order (i.e. the ``CAPTURE``
779 During the decoding, the decoder may initiate one of the special sequences, as
796 Should a decoding error occur, it will be reported to the client with the level
806 In case of a fatal failure that does not allow the decoding to continue, any
854 no fatal decoding errors or crashes occur, and implement any necessary
862 results when decoding. Although the decoder must handle that case without
868 V4L2_BUF_FLAG_ERROR set. See the `Decoding` section for further
877 initiated, due to the seek target having decoding parameters different from
917 to a different resolution during the decoding.
933 * the minimum number of buffers needed for decoding,
968 decoding process.
976 The decoding process must be resumed with either a pair of calls to