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

  /external/libvpx/libvpx/vpx/
vpx_codec.h 384 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...);
386 #define vpx_codec_control(ctx, id, data) vpx_codec_control_(ctx, id, data)
395 * to vpx_codec_control_().
402 vpx_codec_control_##id(ctx, id, data) /**<\hideinitializer*/
407 * to vpx_codec_control_(). It defines the type of the argument for a given
416 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *, int, typ) \
419 static vpx_codec_err_t vpx_codec_control_##id(vpx_codec_ctx_t *ctx, \
421 return vpx_codec_control_(ctx, ctrl_id, data); \
435 VPX_DECLSPEC_DEPRECATED static vpx_codec_err_t vpx_codec_control_##id( \
438 VPX_DECLSPEC_DEPRECATED static vpx_codec_err_t vpx_codec_control_##id(
    [all...]
  /external/libvpx/libvpx/test/
encode_test_driver.h 112 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
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);
127 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
132 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
137 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
144 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
decode_test_driver.h 67 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
73 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
decode_api_test.cc 85 const vpx_codec_err_t res = vpx_codec_control_(dec, kControls[i], val);
93 vpx_codec_control_(dec, kControls[i], NULL));
encode_test_driver.cc 40 res = vpx_codec_control_(&encoder_, VP9E_SET_TILE_COLUMNS,
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 88 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, int ctrl_id, ...) { function
  /external/libvpx/libvpx/examples/
vp9_lossless_encoder.c 115 if (vpx_codec_control_(&codec, VP9E_SET_LOSSLESS, 1))
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 7236 milliseconds