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

  /external/libvpx/libvpx/test/
encode_test_driver.cc 61 res = vpx_codec_encode(&encoder_,
68 const vpx_codec_err_t res = vpx_codec_encode(&encoder_, NULL, 0, 0, 0,
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 253 * This type indicates a bitfield to be passed to vpx_codec_encode(), defining
    [all...]
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 404 if(vpx_codec_encode(&codec[0], frame_avail? &raw[0] : NULL,
vp8_scalable_patterns.c 650 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts,
vpxenc.c     [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 217 vpx_codec_err_t vpx_codec_encode(vpx_codec_ctx_t *ctx, function
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 640 codec_return = vpx_codec_encode(mCodecContext,

Completed in 604 milliseconds