Lines Matching refs:stream
164 …space. If the length changes to 0 after the decode_put_packet call the packet stream is consumed. |
177 | eos | RK_U32 | Represents end of stream flag(End Of Stream) …
216 | eos | RK_U32 | Represents the end stream flag of image(End Of Stream) …
227 Meanwhile once the resolution of input stream is changed the info_change flag in MppFrame will be s…
261 …, indicating that the stream has been processed by MPP; non-zero is an error, and the stream has n…
283 The decoder interface provides the user with the function of input stream and output image. The int…
289 | Input parameter | ctx :MPP Decoder instance packet :Bit stream data to be input |
291 | Function | Input stream data **packet** to MPP decoder instance **ctx**. |
295 The input of MPP is raw stream without encapsulated information. There are two forms of raw stream …
298 … and only one complete frame. In this case, MPP can directly process the stream by package, which …
313 ##### **Consumption of input bit stream**
315 …put stream is consumed successfully, the function return value is zero (MPP_OK), and the length of…
319 … returned error codes and waits for a certain time, and then resends the stream data to avoid extr…
323 …stream packets in the processing queue. If input stream is sent too fast an error code will be rep…
389 …rdware and software. However, the side-effect is some influence on error stream flag so it is disa…
409 …he MPP decoder. Once enabled, MPP decoding ignores the error flag of the stream, outputs all decod…
423 …stream, and puts the EOS mark into the decoder, the decoder will enter the EOS state after process…
543 ##### **H.264 encoder output stream format**
545 …, the hardware fixed output stream with the start code of 00 00 00 01, so the encode_get_packet fu…
547 ##### **Zero copy of code stream data**
549 … a copy will be made when using encode_get_packet. In general the output stream of the encoder is …
595 …able frame rate, the frame rate is not fixed, and the corresponding code stream output time is cal…
610 |h264:stream_type|S32|RK_S32|Indicates the type of input H.264 stream format, and the default is 0.…
681 The command used to obtain the stream header data separately. MPP_ENC_GET_EXTRA_INFO is an old comm…
834 where -t 7 indicates H.264 code stream, -i indicates input file, and -n 30 indicates decoding 30 fr…
903 | -t | output stream coding type |
918 …te control schemes, allowing users to control the bit rate of the output stream through bit rate c…
928 In mpi_enc_test command parameters, quality control only takes effect when the output stream format…