Home
last modified time | relevance | path

Searched refs:g_profile (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_lossless_test.cc80 cfg_.g_profile = 1; in TEST_P()
Ddatarate_test.cc390 cfg_.g_profile = 1; in TEST_P()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h296 unsigned int g_profile; /**< profile of bitstream to use */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c911 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params()
1027 if (stream->config.cfg.g_profile != 0 && !global->experimental_bitstream) { in validate_stream_config()
1029 stream->index, stream->config.cfg.g_profile, in validate_stream_config()
1108 SHOW(g_profile); in show_stream_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c144 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
291 oxcf->Version = cfg.g_profile; in set_vp8e_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c149 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
283 oxcf->version = cfg->g_profile; in set_vp9e_config()