File: usage_cx.dox

package info (click to toggle)
libvpx 1.15.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,004 kB
  • sloc: ansic: 252,377; cpp: 115,241; asm: 22,233; sh: 5,289; python: 4,391; perl: 2,010; makefile: 431
file content (15 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (43)
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

*/