dev-codec.xml 607 B

12345678910111213141516171819
  1. <title>Codec Interface</title>
  2. <note>
  3. <title>Suspended</title>
  4. <para>This interface has been be suspended from the V4L2 API
  5. implemented in Linux 2.6 until we have more experience with codec
  6. device interfaces.</para>
  7. </note>
  8. <para>A V4L2 codec can compress, decompress, transform, or otherwise
  9. convert video data from one format into another format, in memory.
  10. Applications send data to be converted to the driver through a
  11. &func-write; call, and receive the converted data through a
  12. &func-read; call. For efficiency a driver may also support streaming
  13. I/O.</para>
  14. <para>[to do]</para>