Searched refs:vpx_scaling_mode_t (Results 1 – 2 of 2) sorted by relevance
221 } vpx_scaling_mode_t; typedef280 VPX_CTRL_USE_TYPE(VP8E_SET_SCALEMODE, vpx_scaling_mode_t *)
1012 vpx_scaling_mode_t *data = va_arg(args, vpx_scaling_mode_t *); in vp8e_set_scalemode()1017 vpx_scaling_mode_t scalemode = *(vpx_scaling_mode_t *)data ; in vp8e_set_scalemode()