Searched refs:init_flags (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcodec_factory.h40 const unsigned long init_flags,
88 const unsigned long init_flags, TwopassStatsStore *stats)
89 : Encoder(cfg, deadline, init_flags, stats) {}
116 const unsigned long init_flags,
119 return new VP8Encoder(cfg, deadline, init_flags, stats);
170 const unsigned long init_flags, TwopassStatsStore *stats)
171 : Encoder(cfg, deadline, init_flags, stats) {}
198 const unsigned long init_flags,
201 return new VP9Encoder(cfg, deadline, init_flags, stats);
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
114 CreateEncoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) const argument
169 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
196 CreateEncoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) const argument
H A Dencode_test_driver.h94 const unsigned long init_flags, TwopassStatsStore *stats)
95 : cfg_(cfg), deadline_(deadline), init_flags_(init_flags), stats_(stats) {
93 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
/external/libvpx/libvpx/test/
H A Dcodec_factory.h40 const unsigned long init_flags,
88 const unsigned long init_flags, TwopassStatsStore *stats)
89 : Encoder(cfg, deadline, init_flags, stats) {}
116 const unsigned long init_flags,
119 return new VP8Encoder(cfg, deadline, init_flags, stats);
170 const unsigned long init_flags, TwopassStatsStore *stats)
171 : Encoder(cfg, deadline, init_flags, stats) {}
198 const unsigned long init_flags,
201 return new VP9Encoder(cfg, deadline, init_flags, stats);
87 VP8Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
114 CreateEncoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) const argument
169 VP9Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
196 CreateEncoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) const argument
H A Dencode_test_driver.h94 const unsigned long init_flags, TwopassStatsStore *stats)
95 : cfg_(cfg), deadline_(deadline), init_flags_(init_flags), stats_(stats) {
93 Encoder(vpx_codec_enc_cfg_t cfg, unsigned long deadline, const unsigned long init_flags, TwopassStatsStore *stats) argument
/external/qemu/distrib/sdl-1.2.15/test/
H A Dthreadwin.c231 Uint32 init_flags; local
238 init_flags = SDL_INIT_VIDEO;
248 init_flags |= SDL_INIT_EVENTTHREAD;
268 if ( SDL_Init(init_flags) < 0 ) {
325 if ( ! (init_flags & SDL_INIT_EVENTTHREAD) ) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c87 ctx->priv->init_flags = ctx->init_flags;
124 (priv->base.init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS);
134 (ctx->priv->init_flags & VPX_CODEC_USE_FRAME_THREADING);
140 ((ctx->priv->init_flags & VPX_CODEC_USE_ERROR_CONCEALMENT) ||
141 (ctx->priv->init_flags & VPX_CODEC_USE_INPUT_FRAGMENTS)))
380 (ctx->base.init_flags & VPX_CODEC_USE_ERROR_CONCEALMENT);
386 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) {
533 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
H A Dvp8_cx_iface.c638 ctx->priv->init_flags = ctx->init_flags;
864 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
867 if (ctx->base.init_flags & VPX_CODEC_USE_OUTPUT_PARTITION)
/external/libvpx/libvpx/vpx/src/
H A Dvpx_codec.c162 vpx_codec_flags_t init_flags) {
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) {
159 vpx_validate_mmaps(const vpx_codec_stream_info_t *si, const vpx_codec_mmap_t *mmaps, const mem_req_t *mem_reqs, int nreqs, vpx_codec_flags_t init_flags) argument
H A Dvpx_encoder.c50 ctx->init_flags = flags;
122 ctx->init_flags = flags;
H A Dvpx_decoder.c51 ctx->init_flags = flags;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c103 ctx->priv->init_flags = ctx->init_flags;
148 (ctx->priv->alg_priv->base.init_flags &
156 (ctx->priv->alg_priv->base.init_flags &
163 (( ctx->priv->alg_priv->base.init_flags &
165 || ( ctx->priv->alg_priv->base.init_flags &
410 ctx->base.init_flags);
426 ctx->base.init_flags);
438 (ctx->base.init_flags & VPX_CODEC_USE_ERROR_CONCEALMENT);
444 && (ctx->base.init_flags
[all...]
H A Dvp8_cx_iface.c596 ctx->priv->init_flags = ctx->init_flags;
833 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
836 if (ctx->base.init_flags & VPX_CODEC_USE_OUTPUT_PARTITION)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_codec.h204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h377 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
537 vpx_codec_flags_t init_flags);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c66 ctx->priv->init_flags = ctx->init_flags;
71 (ctx->init_flags & VPX_CODEC_USE_FRAME_THREADING);
265 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
315 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
H A Dvp9_cx_iface.c670 ctx->priv->init_flags = ctx->init_flags;
688 (ctx->init_flags & VPX_CODEC_USE_HIGHBITDEPTH) ? 1 : 0;
894 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
H A Dvpx_codec_internal.h339 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c74 ctx->priv->init_flags = ctx->init_flags;
246 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
286 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
H A Dvp9_cx_iface.c530 ctx->priv->init_flags = ctx->init_flags;
741 if (ctx->base.init_flags & VPX_CODEC_USE_PSNR)
/external/libvpx/libvpx/vpx/
H A Dvpx_codec.h206 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_encoder.c52 ctx->init_flags = flags;
119 ctx->init_flags = flags;
H A Dvpx_decoder.c53 ctx->init_flags = flags;
/external/fio/
H A Dinit.c879 static void init_flags(struct thread_data *td) function
1048 init_flags(td);

Completed in 1013 milliseconds