OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:init_done
(Results
26 - 28
of
28
) sorted by null
1
2
/external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c
1381
static Bool
init_done
= False;
local
[
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/libhevc/decoder/
ihevcd_structs.h
42
INIT_DONE
, HEADER_DONE, FIRST_FRAME_DONE,
[
all
...]
Completed in 387 milliseconds
1
2