This directory contains AMD P2P applications written in Vulkan.
These apps render frames on a GPU card, perform a peer-to-peer
DMA transfer to Quadra memory, then instruct Quadra to encode
the frames.

amd-rgba-push/
- the GPU card pushes rgba frames to Quadra. Quadra converts
  to yuv420 before encoding. Not used.

p2p_demo_push/
- the GPU card pushes rgba/yuv420 frames to Quadra. Quadra
  encodes the frames.

p2p_demo_pull/
- the GPU card pulls rgba/yuv420 frames from the GPU card.
  Quadra encodes the frames.

More information can be found in Confluence:

https://netint.atlassian.net/wiki/spaces/TRAN/pages/edit-v2/2569666563
