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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
vp9_onyx_if.c 1157 VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf) { function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 510 struct VP9_COMP *vp9_create_compressor(VP9EncoderConfig *oxcf,
vp9_encoder.c 1608 VP9_COMP *vp9_create_compressor(VP9EncoderConfig *oxcf, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 561 cpi = vp9_create_compressor(&ctx->priv->alg_priv->oxcf);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 818 priv->cpi = vp9_create_compressor(&priv->oxcf, priv->buffer_pool);
    [all...]

Completed in 769 milliseconds