HomeSort by relevance Sort by last modified time
    Searched refs:g_profile (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/codec2/components/vpx/
C2SoftVp8Enc.cpp 37 mCodecConfiguration->g_profile = 0;
41 mCodecConfiguration->g_profile = 1;
45 mCodecConfiguration->g_profile = 2;
49 mCodecConfiguration->g_profile = 3;
53 mCodecConfiguration->g_profile = 0;
C2SoftVp9Enc.cpp 42 mCodecConfiguration->g_profile = 0;
46 mCodecConfiguration->g_profile = 1;
50 mCodecConfiguration->g_profile = 2;
54 mCodecConfiguration->g_profile = 3;
58 mCodecConfiguration->g_profile = 0;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP8Encoder.cpp 61 mCodecConfiguration->g_profile = 0;
65 mCodecConfiguration->g_profile = 1;
69 mCodecConfiguration->g_profile = 2;
73 mCodecConfiguration->g_profile = 3;
77 mCodecConfiguration->g_profile = 0;
SoftVP9Encoder.cpp 52 mCodecConfiguration->g_profile = 0;
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 58 struct TestProfile g_profile; variable in typeref:struct:TestProfile
665 ASSERT_TRUE(TestIO(g_profile.dev_name));
669 if (g_profile.test_list == kHalv3TestList &&
670 !g_profile.support_constant_framerate) {
675 ASSERT_TRUE(TestResolutions(g_profile.dev_name, g_profile.check_1280x960,
676 g_profile.check_1600x1200,
677 g_profile.cropping_profile,
678 g_profile.check_constant_framerate));
682 if (g_profile.test_list == kCertificationTestList
    [all...]
  /external/libaom/libaom/test/
lossless_test.cc 90 cfg_.g_profile = 1;
motion_vector_test.cc 92 cfg_.g_profile = 0;
coding_path_sync.cc 68 cfg.g_profile = 0;
70 cfg.g_profile = 1;
72 cfg.g_profile = 2;
horz_superres_test.cc 95 cfg_.g_profile = test_video_param_.profile;
198 cfg_.g_profile = test_video_param_.profile;
309 cfg_.g_profile = test_video_param_.profile;
rt_end_to_end_test.cc 105 cfg_.g_profile = test_video_param_.profile;
arf_freq_test.cc 184 cfg_.g_profile = test_video_param_.profile;
end_to_end_test.cc 161 cfg_.g_profile = test_video_param_.profile;
datarate_test.cc 178 cfg_.g_profile = 1;
  /external/libvpx/libvpx/test/
vp9_lossless_test.cc 88 cfg_.g_profile = 1;
vp9_motion_vector_test.cc 83 cfg_.g_profile = 0;
vp9_end_to_end_test.cc 243 cfg_.g_profile = test_video_param_.profile;
268 cfg_.g_profile = test_video_param_.profile;
active_map_refresh_test.cc 108 cfg_.g_profile = 1;
resize_test.cc 687 cfg_.g_profile != 1) {
688 cfg_.g_profile = 1;
692 cfg_.g_profile != 0) {
693 cfg_.g_profile = 0;
vp9_arf_freq_test.cc 189 cfg_.g_profile = test_video_param_.profile;
  /external/libaom/libaom/aom/
aom_encoder.h 258 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:aom_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 295 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libaom/libaom/apps/
aomenc.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 161 RANGE_CHECK_HI(cfg, g_profile, 3);
325 if (cfg->g_profile > (unsigned int)PROFILE_1) {
329 if (cfg->g_profile <= (unsigned int)PROFILE_1 &&
333 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) {
336 if (cfg->g_profile > (unsigned int)PROFILE_1 &&
354 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) {
363 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 &&
364 ctx->cfg.g_profile != (unsigned int)PROFILE_3) {
458 oxcf->profile = cfg->g_profile;
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 317 enc_cfg->g_profile = 0;
321 enc_cfg->g_profile = 2;
325 enc_cfg->g_profile = 2;
    [all...]
  /external/libaom/libaom/av1/
av1_cx_iface.c 321 RANGE_CHECK_HI(cfg, g_profile, MAX_PROFILES - 1);
424 if (cfg->g_profile <= (unsigned int)PROFILE_1 &&
428 if (cfg->g_profile <= (unsigned int)PROFILE_1 &&
494 if (ctx->cfg.g_profile == (unsigned int)PROFILE_0 &&
501 if (ctx->cfg.g_profile != (unsigned int)PROFILE_2) {
546 oxcf->profile = cfg->g_profile;
    [all...]

Completed in 596 milliseconds

1 2