added howto use for the utility classes (#511)
* added howto use for the utility classes * Update docs/conceptual/rocDecode-memory-types.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/conceptual/rocDecode-memory-types.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-bitstream.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-bitstream.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-bitstream.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-bitstream.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocdecode.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocdecode.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update using-rocDecode-ffmpeg.rst * key frame -> keyframe * `api` -> ``api`` * must -> need to * added a sample walkthrough; removed the bitstream reader info; streamlined info * Update docs/how-to/using-rocDecode-videodecode-sample.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocDecode-videodecode-sample.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/how-to/using-rocdecode.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update rocDecode-samples.rst * Update docs/how-to/using-rocdecode.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * updated tables and other minor things * updated with Leo's suggestion * Update using-rocDecode-ffmpeg.rst * added detail to information about the frame buffers * small changes based on feedback * updated --------- Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> Co-authored-by: Lakshmi Kumar <lakshmi.kumar@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
263b57fde9
Коммит
dcddb9d5ea
@@ -8,7 +8,7 @@ subtrees:
|
||||
|
||||
- caption: Install
|
||||
entries:
|
||||
- file: install/prerequisites.rst
|
||||
- file: install/rocDecode-prerequisites.rst
|
||||
title: rocDecode prerequisites
|
||||
- file: install/rocDecode-package-install.rst
|
||||
title: Installing rocDecode with the package installer
|
||||
@@ -17,22 +17,28 @@ subtrees:
|
||||
- url: https://github.com/ROCm/rocDecode/tree/develop/docker
|
||||
title: rocDecode Docker containers
|
||||
|
||||
- caption: Samples
|
||||
entries:
|
||||
- file: tutorials/rocDecode-samples.rst
|
||||
title: rocDecode samples
|
||||
- url: https://github.com/ROCm/rocDecode/tree/develop/samples
|
||||
title: rocDecode samples on GitHub
|
||||
|
||||
- caption: How to
|
||||
entries:
|
||||
- file: how-to/using-rocdecode.rst
|
||||
title: Using rocDecode
|
||||
|
||||
- caption: Conceptual
|
||||
entries:
|
||||
- file: conceptual/video-decoding-pipeline.rst
|
||||
title: Video decoding pipeline
|
||||
- file: conceptual/rocDecode-memory-types.rst
|
||||
title: rocDecode surface memory locations
|
||||
|
||||
- caption: Samples
|
||||
entries:
|
||||
- file: tutorials/rocDecode-samples.rst
|
||||
title: rocDecode samples
|
||||
|
||||
- caption: How to
|
||||
entries:
|
||||
- file: how-to/using-rocDecode-videodecode-sample.rst
|
||||
title: Understand the rocDecode videodecode sample
|
||||
- file: how-to/using-rocDecode-video-decoder.rst
|
||||
title: Use the rocDecode RocVideoDecoder
|
||||
- file: how-to/using-rocDecode-ffmpeg.rst
|
||||
title: Use the rocDecode FFmpeg demultiplexer
|
||||
- file: how-to/using-rocdecode.rst
|
||||
title: Use the rocDecode core APIs
|
||||
|
||||
- caption: Reference
|
||||
entries:
|
||||
|
||||
Ссылка в новой задаче
Block a user