Home
last modified time | relevance | path

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

12

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc58 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/
Dcoding_path_sync.cc68 cfg.g_profile = 0; in CompressedSource()
70 cfg.g_profile = 1; in CompressedSource()
72 cfg.g_profile = 2; in CompressedSource()
Dhorz_superres_test.cc95 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()
Dmotion_vector_test.cc92 cfg_.g_profile = 0; in TEST_P()
Dlossless_test.cc90 cfg_.g_profile = 1; in TEST_P()
Drt_end_to_end_test.cc105 cfg_.g_profile = test_video_param_.profile; in DoTest()
Dend_to_end_test.cc161 cfg_.g_profile = test_video_param_.profile; in DoTest()
Ddatarate_test.cc178 cfg_.g_profile = 1; in TEST_P()
Darf_freq_test.cc184 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dresize_test.cc625 cfg_.g_profile = (image_formats[i] == AOM_IMG_FMT_I420) ? 0 : 1; in TEST_P()
/external/libvpx/libvpx/test/
Dresize_test.cc687 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()
Dvp9_end_to_end_test.cc243 cfg_.g_profile = test_video_param_.profile; in TEST_P()
268 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dvp9_motion_vector_test.cc83 cfg_.g_profile = 0; in TEST_P()
Dvp9_lossless_test.cc88 cfg_.g_profile = 1; in TEST_P()
Dactive_map_refresh_test.cc108 cfg_.g_profile = 1; in TEST_P()
Dvp9_arf_freq_test.cc189 cfg_.g_profile = test_video_param_.profile; in TEST_P()
Dvp9_datarate_test.cc396 cfg_.g_profile = 1; in TEST_P()
/external/libaom/libaom/apps/
Daomenc.c1425 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/
Dvp9_cx_iface.c161 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/
Daom_encoder.h258 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h295 unsigned int g_profile; /**< profile of bitstream to use */ member
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c317 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/
Dav1_cx_iface.c321 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/
Dvpxenc.c1190 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/
Dvp8_cx_iface.c138 RANGE_CHECK_HI(cfg, g_profile, 3); in validate_config()
278 oxcf->Version = cfg.g_profile; in set_vp8e_config()

12