2016-02-23 19:08:26 +00:00
|
|
|
/*! \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.
|
|
|
|
|
|
|
|
|
2019-09-11 15:51:47 +00:00
|
|
|
\if samples
|
2016-02-23 19:08:26 +00:00
|
|
|
\ref samples
|
2019-09-11 15:51:47 +00:00
|
|
|
\endif
|
2016-02-23 19:08:26 +00:00
|
|
|
|
|
|
|
*/
|