/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 58 struct TestProfile g_profile; variable 665 ASSERT_TRUE(TestIO(g_profile.dev_name)); in TEST() 669 if (g_profile.test_list == kHalv3TestList && in TEST() 670 !g_profile.support_constant_framerate) { in TEST() 675 ASSERT_TRUE(TestResolutions(g_profile.dev_name, g_profile.check_1280x960, in TEST() 676 g_profile.check_1600x1200, in TEST() 677 g_profile.cropping_profile, in TEST() 678 g_profile.check_constant_framerate)); in TEST() 682 if (g_profile.test_list == kCertificationTestList) in TEST() 684 if (g_profile.check_maximum_resolution) { in TEST() [all …]
|
/external/libaom/libaom/test/ |
D | coding_path_sync.cc | 68 cfg.g_profile = 0; in CompressedSource() 70 cfg.g_profile = 1; in CompressedSource() 72 cfg.g_profile = 2; in CompressedSource()
|
D | horz_superres_test.cc | 95 cfg_.g_profile = test_video_param_.profile; in SetUp() 198 cfg_.g_profile = test_video_param_.profile; in SetUp() 309 cfg_.g_profile = test_video_param_.profile; in SetUp()
|
D | motion_vector_test.cc | 92 cfg_.g_profile = 0; in TEST_P()
|
D | lossless_test.cc | 90 cfg_.g_profile = 1; in TEST_P()
|
D | rt_end_to_end_test.cc | 105 cfg_.g_profile = test_video_param_.profile; in DoTest()
|
D | end_to_end_test.cc | 161 cfg_.g_profile = test_video_param_.profile; in DoTest()
|
D | datarate_test.cc | 178 cfg_.g_profile = 1; in TEST_P()
|
D | arf_freq_test.cc | 184 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | resize_test.cc | 625 cfg_.g_profile = (image_formats[i] == AOM_IMG_FMT_I420) ? 0 : 1; in TEST_P()
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 687 cfg_.g_profile != 1) { in PreEncodeFrameHook() 688 cfg_.g_profile = 1; in PreEncodeFrameHook() 692 cfg_.g_profile != 0) { in PreEncodeFrameHook() 693 cfg_.g_profile = 0; in PreEncodeFrameHook()
|
D | vp9_end_to_end_test.cc | 243 cfg_.g_profile = test_video_param_.profile; in TEST_P() 268 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | vp9_motion_vector_test.cc | 83 cfg_.g_profile = 0; in TEST_P()
|
D | vp9_lossless_test.cc | 88 cfg_.g_profile = 1; in TEST_P()
|
D | active_map_refresh_test.cc | 108 cfg_.g_profile = 1; in TEST_P()
|
D | vp9_arf_freq_test.cc | 189 cfg_.g_profile = test_video_param_.profile; in TEST_P()
|
D | vp9_datarate_test.cc | 396 cfg_.g_profile = 1; in TEST_P()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1425 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params() 1662 SHOW(g_profile); in show_stream_config() 2254 switch (stream->config.cfg.g_profile) { in main() 2259 stream->config.cfg.g_profile = 1; in main() 2264 stream->config.cfg.g_profile = 2; in main() 2271 stream->config.cfg.g_profile = 2; in main() 2276 stream->config.cfg.g_profile = 0; in main() 2283 stream->config.cfg.g_profile = 1; in main() 2288 stream->config.cfg.g_profile = 0; in main() 2322 switch (stream->config.cfg.g_profile) { in main() [all …]
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 161 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config() 325 if (cfg->g_profile > (unsigned int)PROFILE_1) { in validate_config() 329 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config() 333 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) { in validate_config() 336 if (cfg->g_profile > (unsigned int)PROFILE_1 && in validate_config() 354 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) { in validate_img() 363 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 && in validate_img() 364 ctx->cfg.g_profile != (unsigned int)PROFILE_3) { in validate_img() 458 oxcf->profile = cfg->g_profile; in set_encoder_config()
|
/external/libaom/libaom/aom/ |
D | aom_encoder.h | 258 unsigned int g_profile; /**< profile of bitstream to use */ member
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 295 unsigned int g_profile; /**< profile of bitstream to use */ member
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 317 enc_cfg->g_profile = 0; in parse_command_line() 321 enc_cfg->g_profile = 2; in parse_command_line() 325 enc_cfg->g_profile = 2; in parse_command_line()
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 321 RANGE_CHECK_HI(cfg, g_profile, MAX_PROFILES - 1); in validate_config() 424 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config() 428 if (cfg->g_profile <= (unsigned int)PROFILE_1 && in validate_config() 494 if (ctx->cfg.g_profile == (unsigned int)PROFILE_0 && in validate_img() 501 if (ctx->cfg.g_profile != (unsigned int)PROFILE_2) { in validate_img() 546 oxcf->profile = cfg->g_profile; in set_encoder_config()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1190 config->cfg.g_profile = arg_parse_uint(&arg); in parse_stream_params() 1311 test_16bit_internal | (config->cfg.g_profile > 1); in parse_stream_params() 1437 SHOW(g_profile); in show_stream_config() 2098 if (stream->config.cfg.g_profile == 0) { in main()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 138 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config() 278 oxcf->Version = cfg.g_profile; in set_vp8e_config()
|