/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_codec.h | 388 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, 392 # define vpx_codec_control(ctx,id,data) vpx_codec_control_(ctx,id,data) 401 * to vpx_codec_control_(). 407 # define vpx_codec_control(ctx,id,data) vpx_codec_control_##id(ctx,id,data)\ 414 * to vpx_codec_control_(). It defines the type of the argument for a given 424 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\ 427 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) {\ 428 return vpx_codec_control_(ctx, ctrl_id, data);\ 444 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\ 447 vpx_codec_control_##id(vpx_codec_ctx_t *ctx, int ctrl_id, typ data) { [all...] |
/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/chromium_org/third_party/libvpx/source/libvpx/test/ |
encode_test_driver.h | 120 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 125 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 130 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 136 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
|
decode_test_driver.h | 70 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg); 76 const vpx_codec_err_t res = vpx_codec_control_(&decoder_, ctrl_id, arg);
|
decode_api_test.cc | 72 const vpx_codec_err_t res = vpx_codec_control_(dec, kControls[i], val); 82 vpx_codec_control_(dec, kControls[i], NULL));
|
/external/libvpx/libvpx/test/ |
encode_test_driver.h | 120 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 125 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 130 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg); 136 const vpx_codec_err_t res = vpx_codec_control_(&encoder_, ctrl_id, arg);
|
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);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_codec.c | 108 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, function
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp9_lossless_encoder.c | 122 if (vpx_codec_control_(&codec, VP9E_SET_LOSSLESS, 1))
|
/external/libvpx/libvpx/vpx/src/ |
vpx_codec.c | 109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, function
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | [all...] |