Home
last modified time | relevance | path

Searched refs:get_vpx_encoder_by_index (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c146 const VpxInterface *get_vpx_encoder_by_index(int i) { in get_vpx_encoder_by_index() function
154 const VpxInterface *encoder = get_vpx_encoder_by_index(i); in get_vpx_encoder_by_name()
Dtools_common.h132 const VpxInterface *get_vpx_encoder_by_index(int i);
Dvpxenc.c460 const VpxInterface *const encoder = get_vpx_encoder_by_index(i); in usage_exit()
660 global->codec = get_vpx_encoder_by_index(0); in parse_global_config()