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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 37 static int init_done = 0; local
39 if (!init_done) {
43 init_done = 1;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 104 static int init_done = 0; local
106 if (!init_done) {
109 init_done = 1;
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 196 volatile char init_done; member in struct:ia64_global_unwind_state
227 #define tdep_init_done unw.init_done
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.c 143 static int init_done = 0; local
145 if (!init_done) {
156 init_done = 1;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 141 static int init_done = 0; local
143 if (!init_done) {
153 init_done = 1;
    [all...]

Completed in 2950 milliseconds