Lines Matching refs:bitstream
95 …process need to deal with a large number of data interaction, including bitstream data, image data…
108 …n, which can be generated from MppMem and MapBuffer. It is mainly used to represent bitstream data.
114 Taking video decoding for example, bitstream at input side assigns the address and size to MppPacke…
157 MppPacket is mainly used to describe the related information of one-dimensional bitstream data, esp…
220 … the current MppFrame is a descriptive structure for marking changes in bitstream information, ind…
225 …ixel data, pts, error information and other related information) of the bitstream needs to be brou…
260 …same time, used alone. <br>ctx :MPP instance context. <br>packet :Input bitstream <br>frame :outpu…
261 …with decode_get_frame. <br>ctx :MPP instance context. <br>packet :Input bitstream <br>return value…
263 …br>ctx :MPP instance context. <br>frame :input image <br>packet :output bitstream <br>return value…
265 …ith encode_put_frame. <br>ctx :MPP instance context. <br>packet :output bitstream <br>return value…
307 If these two situations are mixed up there will be some bitstream decoding error generated.
319 The decode_put_packet function is to input the raw bitstream to MPP instance, but in some cases the…
337 … not zero it means that an error occurred on decoding the corresponding bitstream. The image conta…
345 When the information such as the width, height, format, and pixel bit depth of the bitstream is cha…
353 3. If the bitstream has been successfully sent, function will return;
354 4. Send the input bitstream;
355 5. Check the bitstream is sent successfully or not and loops back to step 1;
357 … returned to the caller. If there is no decoded image can be output the bitstream is sent, and the…
381 The command parameter is RK_U32*, which is used to process special bitstream timestamp case.
385 …l parser in the MPP to process internal frame segmentation. The default bitstream input mode is wh…
393 … RK_U32*. It is called by external applications to obtain the number of bitstream packets that hav…
462 …he decoder. The decoder can use the memory without restrictions. If the bitstream is input quickly…
509 3. If an info change occurs during the bitstream decoding process, the existing MppBufferGroup nee…
513 The encoder interface provides the user with the image input function and bitstream output function…
541 …encoder is divided into two parts: header information bitstream (sps/pps) and image data bitstream…
549 … encoder is not large comparing to the input image, and the copy of the bitstream data is acceptab…
804 …criptions of mpi_dec_test and the description of supported coding type of the input bitstream file.
810 | -i | input bitstream file |
812 | -w | width of input bitstream, in pixels |
813 | -h | height of input bitstream, in pixels |
814 | -t | input bitstream coding type |
816 | -n | max output frame number. If input bitstream is too long, only the first n fra…
888 (2) the coding type description of the output encoded bitstream file;
897 | -o | output encoded bitstream |
898 | -w | width of input bitstream, in pixels |
899 | -h | height of input bitstream, in pixels |
905 | -n | max encoding frame number. If input bitstream is too long, only the first n f…
914 | -slt | slt verify data file corresponding to output encoded bitstream |
962 …t the encoder is encoding normally. The size of the output single-frame bitstream is 0.2 M, and th…
992 | constraint_set | RK_U32 | Only effective for H.264 bitstream, corresponding to the constraint_…