HomeSort by relevance Sort by last modified time
    Searched refs:cfg (Results 76 - 100 of 627) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/examples/
set_maps.c 64 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg,
70 roi.rows = (cfg->g_h + 15) / 16;
71 roi.cols = (cfg->g_w + 15) / 16;
98 static void set_active_map(const vpx_codec_enc_cfg_t *cfg,
103 map.rows = (cfg->g_h + 15) / 16;
104 map.cols = (cfg->g_w + 15) / 16;
116 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg,
120 map.rows = (cfg->g_h + 15) / 16;
121 map.cols = (cfg->g_w + 15) / 16;
163 vpx_codec_enc_cfg_t cfg; local
    [all...]
twopass_encoder.c 132 const vpx_codec_enc_cfg_t *cfg) {
137 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
162 const vpx_codec_enc_cfg_t *cfg) {
165 cfg->g_w,
166 cfg->g_h,
167 {cfg->g_timebase.num, cfg->g_timebase.den}
177 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
203 vpx_codec_enc_cfg_t cfg; local
237 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
set_maps.c 64 static void set_roi_map(const vpx_codec_enc_cfg_t *cfg,
69 roi.rows = (cfg->g_h + 15) / 16;
70 roi.cols = (cfg->g_w + 15) / 16;
97 static void set_active_map(const vpx_codec_enc_cfg_t *cfg,
102 map.rows = (cfg->g_h + 15) / 16;
103 map.cols = (cfg->g_w + 15) / 16;
115 static void unset_active_map(const vpx_codec_enc_cfg_t *cfg,
119 map.rows = (cfg->g_h + 15) / 16;
120 map.cols = (cfg->g_w + 15) / 16;
157 vpx_codec_enc_cfg_t cfg = {0} local
    [all...]
  /system/bt/stack/avdt/
avdt_l2c.c 77 tL2CAP_CFG_INFO cfg; local
107 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
108 cfg.mtu_present = TRUE;
109 cfg.mtu = p_tbl->my_mtu;
110 cfg.flush_to_present = TRUE;
111 cfg.flush_to = p_tbl->my_flush_to;
112 L2CA_ConfigReq(p_tbl->lcid, &cfg);
135 tL2CAP_CFG_INFO cfg; local
152 memset(&cfg, 0, sizeof(tL2CAP_CFG_INFO));
153 cfg.mtu_present = TRUE
180 tL2CAP_CFG_INFO cfg; local
292 tL2CAP_CFG_INFO cfg; local
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst_iface.c 18 const struct fst_iface_cfg *cfg)
29 i->cfg = *cfg;
35 if (!i->cfg.llt) {
37 i->cfg.llt = FST_DEFAULT_LLT_CFG_VALUE;
  /external/autotest/client/tests/dacapo/
dacapo.py 43 def run_once(self, test='antlr', config='./dacapo.cfg', jvm='default'):
44 cfg = config_loader(cfg=config, tmpdir=self.tmpdir, raise_errors=True)
50 dacapo_url = cfg.get('dacapo', 'tarball_url')
51 dacapo_md5 = cfg.get('dacapo', 'package_md5')
56 jvm_pkg_url = cfg.get(jvm, 'jvm_pkg_url')
57 jvm_pkg_md5 = cfg.get(jvm, 'package_md5')
62 java_root = cfg.get(jvm, 'java_root')
65 if cfg.get('global', 'use_global') == 'yes':
66 iterations = cfg.get('global', 'iterations'
    [all...]
  /external/libevent/
ratelim-internal.h 67 * 'cfg'. */
69 const struct ev_token_bucket_cfg *cfg,
72 /** In which tick does 'tv' fall according to 'cfg'? Note that ticks can
75 const struct ev_token_bucket_cfg *cfg);
77 /** Adjust 'bucket' to respect 'cfg', and note that it was last updated in
83 const struct ev_token_bucket_cfg *cfg,
  /external/libvpx/libvpx/test/
tile_independence_test.cc 32 vpx_codec_dec_cfg_t cfg = vpx_codec_dec_cfg_t(); local
33 cfg.w = 704;
34 cfg.h = 144;
35 cfg.threads = 1;
36 fw_dec_ = codec_->CreateDecoder(cfg, 0);
37 inv_dec_ = codec_->CreateDecoder(cfg, 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tile_independence_test.cc 32 vpx_codec_dec_cfg_t cfg; local
33 cfg.w = 704;
34 cfg.h = 144;
35 cfg.threads = 1;
36 fw_dec_ = codec_->CreateDecoder(cfg, 0);
37 inv_dec_ = codec_->CreateDecoder(cfg, 0);
  /external/libgdx/tests/gdx-tests-android/src/com/badlogic/gdx/tests/android/
Daydream.java 34 AndroidApplicationConfiguration cfg = new AndroidApplicationConfiguration(); local
39 initialize(app, cfg);
  /external/libvpx/libvpx/
webmenc.cc 24 const vpx_codec_enc_cfg_t *cfg,
45 segment->AddVideoTrack(static_cast<int>(cfg->g_w),
46 static_cast<int>(cfg->g_h),
72 static_cast<uint64_t>(((cfg->g_w * par->numerator * 1.0) /
75 video_track->set_display_height(cfg->g_h);
85 const vpx_codec_enc_cfg_t *cfg,
90 cfg->g_timebase.num / cfg->g_timebase.den;
webmenc.h 42 const vpx_codec_enc_cfg_t *cfg,
49 const vpx_codec_enc_cfg_t *cfg,
ivfenc.h 23 const struct vpx_codec_enc_cfg *cfg,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_live_variables.cpp 54 for (int b = 0; b < cfg->num_blocks; b++) {
55 fs_bblock *block = cfg->blocks[b];
59 assert(cfg->blocks[b - 1]->end_ip == ip - 1);
108 for (int b = 0; b < cfg->num_blocks; b++) {
120 foreach_list(block_node, &cfg->blocks[b]->children) {
135 fs_live_variables::fs_live_variables(fs_visitor *v, fs_cfg *cfg)
136 : v(v), cfg(cfg)
138 mem_ctx = ralloc_context(cfg->mem_ctx);
141 bd = rzalloc_array(mem_ctx, struct block_data, cfg->num_blocks)
    [all...]
  /external/speex/libspeex/
kiss_fft.h 54 * Initialize a FFT (or IFFT) algorithm's cfg/state buffer.
58 * The return value from fft_alloc is a cfg buffer used internally
61 * If lenmem is NULL, then kiss_fft_alloc will allocate a cfg buffer using malloc.
66 * then the function places the cfg in mem and the size used in *lenmem
70 * then the function returns NULL and places the minimum cfg
77 * kiss_fft(cfg,in_out_buf)
86 void kiss_fft(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout);
91 void kiss_fft_stride(kiss_fft_cfg cfg,const kiss_fft_cpx *fin,kiss_fft_cpx *fout,int fin_stride);
kiss_fftr.h 29 void kiss_fftr(kiss_fftr_cfg cfg,const kiss_fft_scalar *timedata,kiss_fft_cpx *freqdata);
37 void kiss_fftri(kiss_fftr_cfg cfg,const kiss_fft_cpx *freqdata,kiss_fft_scalar *timedata);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h 47 vpx_codec_enc_cfg_t* cfg) = 0;
57 virtual bool UpdateConfiguration(vpx_codec_enc_cfg_t* cfg) = 0;
  /system/bt/stack/sdp/
sdp_main.c 194 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; local
196 if (cfg.fcr_present)
199 cfg.fcr.mode, cfg.fcr.tx_win_sz, cfg.fcr.max_transmit,
200 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
203 if ((!L2CA_ConfigReq (l2cap_cid, &cfg)) && cfg.fcr_presen
235 tL2CAP_CFG_INFO cfg; local
442 tL2CAP_CFG_INFO cfg = sdp_cb.l2cap_my_cfg; local
    [all...]
  /external/llvm/test/
Makefile 49 # Force creation of Clang's lit.site.cfg.
50 clang-site-cfg: FORCE
51 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
52 extra-site-cfgs:: clang-site-cfg
58 # Force creation of Clang Tools' lit.site.cfg.
59 clang-tools-site-cfg: FORCE
60 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
61 extra-site-cfgs:: clang-tools-site-cfg
    [all...]
  /art/dexdump/
dexdump.h 48 bool cfg; member in struct:art::Options
  /cts/suite/audio_quality/client/
Android.mk 28 LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
  /external/clang/include/clang/Analysis/Analyses/
CFGReachabilityAnalysis.h 12 // is reachable within the CFG.
24 class CFG;
38 CFGReverseBlockReachabilityAnalysis(const CFG &cfg);
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
dxva2.h 68 const DXVA2_ConfigPictureDecode *cfg; member in struct:dxva_context
  /external/wpa_supplicant_8/src/drivers/
rfkill.h 21 struct rfkill_data * rfkill_init(struct rfkill_config *cfg);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfenc.h 23 const struct vpx_codec_enc_cfg *cfg,

Completed in 5664 milliseconds

1 2 34 5 6 7 8 91011>>