OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfg_set
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h
312
vpx_codec_enc_config_set_fn_t
cfg_set
; /**< \copydoc ::vpx_codec_enc_config_set_fn_t */
member in struct:vpx_codec_iface::vpx_codec_enc_iface
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
347
vpx_codec_enc_config_set_fn_t
cfg_set
; /**< \copydoc ::vpx_codec_enc_config_set_fn_t */
member in struct:vpx_codec_iface::vpx_codec_enc_iface
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c
368
res = ctx->iface->enc.
cfg_set
(get_alg_priv(ctx), cfg);
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
372
res = ctx->iface->enc.
cfg_set
(ctx->priv->alg_priv, cfg);
Completed in 38 milliseconds