/external/libvpx/libvpx/test/ |
vp9_lossless_test.cc | 80 cfg_.g_profile = 1;
|
datarate_test.cc | 390 cfg_.g_profile = 1;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp9_lossless_test.cc | 80 cfg_.g_profile = 1;
|
datarate_test.cc | 390 cfg_.g_profile = 1;
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
vp9_lossless_test.cc | 91 cfg_.g_profile = 1;
|
datarate_test.cc | 431 cfg_.g_profile = 1;
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 132 mCodecConfiguration->g_profile = 0; 136 mCodecConfiguration->g_profile = 1; 140 mCodecConfiguration->g_profile = 2; 144 mCodecConfiguration->g_profile = 3; 148 mCodecConfiguration->g_profile = 0;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_encoder.h | 310 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:vpx_codec_enc_cfg [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 296 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:vpx_codec_enc_cfg [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 296 unsigned int g_profile; /**< profile of bitstream to use */ member in struct:vpx_codec_enc_cfg [all...] |
/external/chromium_org/remoting/codec/ |
video_encoder_vpx.cc | 82 config.g_profile = 2; 120 config.g_profile =
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_cx_iface.c | 140 RANGE_CHECK_HI(cfg, g_profile, 3); 277 if (cfg->g_profile > (unsigned int)PROFILE_1) 280 if (cfg->g_profile <= (unsigned int)PROFILE_1 && 283 if (cfg->g_profile > (unsigned int)PROFILE_1 && 330 oxcf->profile = cfg->g_profile; [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 151 RANGE_CHECK_HI(cfg, g_profile, 3); 257 if (cfg->g_profile <= (unsigned int)PROFILE_1 && 260 if (cfg->g_profile > (unsigned int)PROFILE_1 && 292 oxcf->profile = cfg->g_profile; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 134 RANGE_CHECK_HI(cfg, g_profile, 3); 281 oxcf->Version = cfg.g_profile; [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 144 RANGE_CHECK_HI(cfg, g_profile, 3); 291 oxcf->Version = cfg.g_profile; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
vp8_cx_iface.c | 144 RANGE_CHECK_HI(cfg, g_profile, 3); 291 oxcf->Version = cfg.g_profile; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_cx_iface.c | 149 RANGE_CHECK_HI(cfg, g_profile, 3); 283 oxcf->version = cfg->g_profile; [all...] |