OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extracfg_map
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c
47
static const struct extraconfig_map
extracfg_map
[] =
variable in typeref:struct:extraconfig_map
617
extracfg_map
[i].usage &&
extracfg_map
[i].usage != (int32_t)cfg->g_usage;
620
priv->vp8_cfg =
extracfg_map
[i].cfg;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c
48
static const struct extraconfig_map
extracfg_map
[] = {
variable in typeref:struct:extraconfig_map
537
extracfg_map
[i].usage &&
extracfg_map
[i].usage != cfg->g_usage;
540
priv->extra_cfg =
extracfg_map
[i].cfg;
[
all
...]
Completed in 99 milliseconds