Doc - Updates (#231)

This commit is contained in:
Kiriti Gowda
2024-02-09 10:31:44 -08:00
gecommit door GitHub
bovenliggende 9e6f2111c4
commit 5e5c92abb5
12 gewijzigde bestanden met toevoegingen van 55 en 49 verwijderingen
+2 -2
Bestand weergeven
@@ -12,7 +12,7 @@ Steps in decoding video content for applications (available in rocDecode Toolkit
3. Decode compressed video frames into YUV frames using rocDecode API.
4. Wait for the decoding to finish.
5. Map the decoded YUV frame from amd-gpu context to HIP (using VAAPI-HIP under ROCm)
6. Execute HIP kernels in the mapped YUV frame (e.g., format conversion, scaling, object detection, classification etc.)
6. Execute HIP kernels in the mapped YUV frame (e.g., format conversion, scaling, object detection, classification, etc.)
7. Un-map decoded HIP YUV frame.
The above steps are demonstrated in the [sample applications](../samples/README.md) included in the repository.
The above steps are demonstrated in the sample applications included in the repository.