Searched refs:vpx_codec_control_ (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_codec.h379 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_##i
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.h120 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);
H A Ddecode_test_driver.h64 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);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_codec.c109 vpx_codec_err_t vpx_codec_control_(vpx_codec_ctx_t *ctx, function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1240 if (vpx_codec_control_(&stream->encoder, ctrl, value))

Completed in 80 milliseconds