HomeSort by relevance Sort by last modified time
    Searched refs:init_done (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/decoder/
onyxd_if.c 80 static int init_done = 0; local
82 if (!init_done)
86 init_done = 1;
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 892 static int init_done = 0; local
895 if (!init_done) {
897 init_done = 1;
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 246 static int init_done = 0; local
248 if (!init_done)
256 init_done = 1;
    [all...]

Completed in 777 milliseconds