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

  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 231 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/vpx/
vpx_codec.h 204 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /external/libvpx/libvpx/vpx/
vpx_codec.h 206 vpx_codec_flags_t init_flags; /**< Flags passed at init time */ member in struct:vpx_codec_ctx
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_codec.h 206 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/internal/
vpx_codec_internal.h 339 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 377 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
537 vpx_codec_flags_t init_flags);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 377 vpx_codec_flags_t init_flags; member in struct:vpx_codec_priv
537 vpx_codec_flags_t init_flags);
  /external/fio/
init.c 879 static void init_flags(struct thread_data *td) function
1048 init_flags(td);
    [all...]

Completed in 330 milliseconds