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

  /external/libvpx/libvpx/vpx/
vpx_codec.h 379 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx,
383 # define vpx_codec_control(ctx,id,data) vpx_codec_control_(ctx,id,data)
392 * to vpx_codec_control_().
398 # define vpx_codec_control(ctx,id,data) vpx_codec_control_##id(ctx,id,data)\
405 * to vpx_codec_control_(). It defines the type of the argument for a given
415 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\
418 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\
419 return vpx_codec_control_(ctx, ctrl_id, data);\
435 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\
438 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {
    [all...]
  /external/libvpx/libvpx/test/
decode_test_driver.h 64 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
encode_test_driver.h 117 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
122 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, function
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 462 milliseconds