OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_done
(Results
1 - 13
of
13
) sorted by null
/external/libvpx/libvpx/vp8/decoder/
onyxd_if.c
49
static volatile int
init_done
= 0;
local
51
if (!
init_done
)
55
init_done
= 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c
104
static int
init_done
= 0;
local
106
if (!
init_done
) {
109
init_done
= 1;
/external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c
40
static volatile int
init_done
= 0;
local
42
if (!
init_done
) {
47
init_done
= 1;
/external/valgrind/coregrind/
m_execontext.c
128
static Bool
init_done
= False;
local
129
if (LIKELY(
init_done
))
153
init_done
= True;
m_transtab.c
427
static Bool
init_done
= False;
variable
[
all
...]
/external/valgrind/coregrind/m_replacemalloc/
vg_replace_malloc.c
186
static int
init_done
;
variable
187
#define DO_INIT if (UNLIKELY(!
init_done
)) init()
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-main.c
1696
static Bool
init_done
= False;
local
[
all
...]
/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/opencv3/modules/videoio/src/
cap_v4l.cpp
1947
static int
init_done
= 0;
variable
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
428
static volatile int
init_done
= 0;
local
430
if (!
init_done
) {
433
init_done
= 1;
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c
321
static volatile int
init_done
= 0;
local
323
if (!
init_done
) {
332
init_done
= 1;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c
151
static int
init_done
= 0;
local
153
if (!
init_done
) {
163
init_done
= 1;
[
all
...]
/external/libavc/decoder/
ih264d_structs.h
1198
WORD32
init_done
;
member in struct:_DecStruct
[
all
...]
Completed in 558 milliseconds