OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfg_maps
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h
309
vpx_codec_enc_cfg_map_t *
cfg_maps
; /**< \copydoc ::vpx_codec_enc_cfg_map_t */
member in struct:vpx_codec_iface::vpx_codec_enc_iface
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
344
vpx_codec_enc_cfg_map_t *
cfg_maps
; /**< \copydoc ::vpx_codec_enc_cfg_map_t */
member in struct:vpx_codec_iface::vpx_codec_enc_iface
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c
169
map = iface->enc.
cfg_maps
+ i;
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
173
for (map = iface->enc.
cfg_maps
; map->usage >= 0; map++) {
Completed in 8750 milliseconds