HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_get_cx_data (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vpx/
vpx_encoder.h 107 * returned by calls to vpx_codec_get_cx_data(). Algorithms \ref MAY
674 * and vpx_codec_get_cx_data() returns no data.
729 * vpx_codec_get_cx_data().
770 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx,
  /external/libvpx/examples/
encoder_tmpl.c 162 while( (pkt = vpx_codec_get_cx_data(&codec, &iter)) ) {
  /external/libvpx/vpx/src/
vpx_encoder.c 145 const vpx_codec_cx_pkt_t *vpx_codec_get_cx_data(vpx_codec_ctx_t *ctx, function
  /external/libvpx/
vpxenc.c     [all...]

Completed in 835 milliseconds