Lines Matching refs:decoded
29 … been fully utilized. In this way, the system can write the subsequently decoded data to the corre…
36 - Buffer output indicates that decoded data is output in shared memory mode.
40 …r is ready and call **OH_VideoDecoder_RenderOutputBuffer** to render the decoded data after the de…
195 …ing process in surface mode. In this example, an H.264 stream file is input, decoded, and rendered.
385 …- If the image is directly displayed after being decoded, obtain the native window from the **XCom…
554 // Obtain the decoded information.
715 …coding process in buffer mode. In this example, an H.264 file is input and decoded into a YUV file.
1021 10. Call **OH_VideoDecoder_FreeOutputBuffer()** to release decoded frames.
1034 // Obtain the decoded information.
1040 // Write the decoded data (specified by data) to the output file.
1122 …th, height, stride, and pixel format to ensure correct processing of the decoded data. For details…