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

  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 46 // - reconstruction & loop filters (g_profile)
158 // OMX spec referring vpx profiles (g_profile)
SoftVPXEncoder.cpp 256 mCodecConfiguration->g_profile = 0;
260 mCodecConfiguration->g_profile = 1;
264 mCodecConfiguration->g_profile = 2;
268 mCodecConfiguration->g_profile = 3;
272 mCodecConfiguration->g_profile = 0;
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 101 config_.g_profile = 0; // Default profile.
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 144 RANGE_CHECK_HI(cfg, g_profile, 3);
291 oxcf->Version = cfg.g_profile;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 151 RANGE_CHECK_HI(cfg, g_profile, 3);
246 oxcf->version = cfg.g_profile | (vp8_cfg.experimental ? 0x4 : 0);
    [all...]
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 52 config.g_profile = 2;
  /external/libvpx/libvpx/
vpxenc.c     [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...]

Completed in 179 milliseconds