File: usage_cx.dox

package info (click to toggle)
libvpx 1.9.0-1%2Bdeb11u3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 25,116 kB
  • sloc: ansic: 217,073; cpp: 106,939; asm: 23,024; sh: 4,816; python: 3,617; perl: 1,907; makefile: 435
file content (15 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*! \page usage_encode Encoding

    The vpx_codec_encode() function is at the core of the encode loop. It
    processes raw images passed by the application, producing packets of
    compressed data. The <code>deadline</code> parameter controls the amount
    of time in microseconds the encoder should spend working on the frame. For
    more information on the <code>deadline</code> parameter, see
    \ref usage_deadline.


    \if samples
    \ref samples
    \endif

*/