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

  /hardware/google/av/media/codecs/vpx/
C2SoftVp8Enc.cpp 39 mCodecConfiguration->g_profile = 0;
43 mCodecConfiguration->g_profile = 1;
47 mCodecConfiguration->g_profile = 2;
51 mCodecConfiguration->g_profile = 3;
55 mCodecConfiguration->g_profile = 0;
C2SoftVp9Enc.cpp 44 mCodecConfiguration->g_profile = 0;
48 mCodecConfiguration->g_profile = 1;
52 mCodecConfiguration->g_profile = 2;
56 mCodecConfiguration->g_profile = 3;
60 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/libvpx/libvpx/test/
vp9_lossless_test.cc 88 cfg_.g_profile = 1;
vp9_motion_vector_test.cc 81 cfg_.g_profile = 0;
active_map_refresh_test.cc 108 cfg_.g_profile = 1;
resize_test.cc 647 cfg_.g_profile != 1) {
648 cfg_.g_profile = 1;
652 cfg_.g_profile != 0) {
653 cfg_.g_profile = 0;
vp9_arf_freq_test.cc 187 cfg_.g_profile = test_video_param_.profile;
vp9_end_to_end_test.cc 151 cfg_.g_profile = test_video_param_.profile;
datarate_test.cc 863 cfg_.g_profile = 1;
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 309 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:vpx_codec_enc_cfg
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 159 RANGE_CHECK_HI(cfg, g_profile, 3);
339 if (cfg->g_profile > (unsigned int)PROFILE_1) {
343 if (cfg->g_profile <= (unsigned int)PROFILE_1 &&
347 if (cfg->g_profile <= (unsigned int)PROFILE_1 && cfg->g_input_bit_depth > 8) {
350 if (cfg->g_profile > (unsigned int)PROFILE_1 &&
368 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1) {
377 if (ctx->cfg.g_profile != (unsigned int)PROFILE_1 &&
378 ctx->cfg.g_profile != (unsigned int)PROFILE_3) {
472 oxcf->profile = cfg->g_profile;
    [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 291 enc_cfg->g_profile = 0;
295 enc_cfg->g_profile = 2;
299 enc_cfg->g_profile = 2;
    [all...]
vpx_temporal_svc_encoder.c 666 cfg.g_profile = 2;
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 137 RANGE_CHECK_HI(cfg, g_profile, 3);
279 oxcf->Version = cfg.g_profile;
    [all...]

Completed in 612 milliseconds