Home
last modified time | relevance | path

Searched refs:inited (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dzlib_wrapper.c46 z->inited = 0; in ff_inflate_init()
55 z->inited = 1; in ff_inflate_init()
66 if (z->inited) { in ff_inflate_end()
67 z->inited = 0; in ff_inflate_end()
79 z->inited = 0; in ff_deflate_init()
86 z->inited = 1; in ff_deflate_init()
97 if (z->inited) { in ff_deflate_end()
98 z->inited = 0; in ff_deflate_end()
H A Dcngdec.c38 int inited; member
102 p->inited = 0; in cng_decode_flush()
129 if (p->inited) { in cng_decode_frame()
136 p->inited = 1; in cng_decode_frame()
H A Dzlib_wrapper.h29 int inited; member
36 * in any case, it sets zstream->inited to indicate whether inflateInit()
44 * zstream->inited is set and resets zstream->inited.
47 * provided that the FFZStream (or just FFZStream.inited) has been zeroed.
H A Dh264_slice.c312 int inited = h->context_initialized, err = 0; in ff_h264_update_thread_context() local
319 if (inited && !h1->ps.sps) in ff_h264_update_thread_context()
322 if (inited && in ff_h264_update_thread_context()
359 if (need_reinit || !inited) { in ff_h264_update_thread_context()
/third_party/mesa3d/src/egl/main/
H A Deglcurrent.c42 .inited = false
63 if (unlikely(!current->inited)) { in _eglGetCurrentThread()
66 current->inited = true; in _eglGetCurrentThread()
79 t->inited = false; in _eglDestroyCurrentThread()
H A Deglcurrent.h54 bool inited; member
/third_party/ffmpeg/libavfilter/
H A Df_realtime.c34 unsigned inited; member
46 if (!s->inited) { in filter_frame()
47 s->inited = 1; in filter_frame()
/third_party/ffmpeg/libavdevice/
H A Dsdl2.c52 int inited; member
153 if (!sdl->inited) in sdl2_write_trailer()
172 "SDL video subsystem was already inited, you could have multiple SDL outputs. This may cause unknown behaviour.\n"); in sdl2_write_header()
173 sdl->inited = 1; in sdl2_write_header()
203 if (!sdl->inited){ in sdl2_write_header()
234 sdl->inited = 1; in sdl2_write_header()
H A Dopengl_enc.c182 int inited; ///< Set to 1 when write_header was successfully called. member
315 if (opengl->inited) { in opengl_resize()
1120 opengl->inited = 1; in opengl_write_header()
/third_party/python/Lib/
H A Dmimetypes.py14 inited -- flag set when init() has been called
42 "knownfiles", "inited", "MimeTypes",
60 inited = False variable
73 if not inited:
362 global inited, _db
363 inited = True # so that MimeTypes.__init__() doesn't call us again
/third_party/openssl/test/
H A Dfake_rsaprov.c245 static const unsigned char inited[] = { 1 }; in fake_rsa_gen() local
249 || !TEST_mem_eq(gctx, sizeof(*gctx), inited, sizeof(inited))) in fake_rsa_gen()
/third_party/libwebsockets/lib/core/
H A Dlogs.c527 if (!vcx->inited) { in lwsl_refcount_cx()
528 vcx->inited = 1; in lwsl_refcount_cx()
530 vcx->inited = 2; in lwsl_refcount_cx()
532 while (vcx->inited != 2) in lwsl_refcount_cx()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c191 static bool inited = false; in init_shim() local
195 if (inited) in init_shim()
201 inited = true; in init_shim()
/third_party/backends/backend/
H A Dtest.c77 static SANE_Bool inited = SANE_FALSE; variable
1663 if (inited) in sane_init()
1664 DBG (3, "sane_init: warning: already inited\n"); in sane_init()
1885 inited = SANE_TRUE; in sane_init()
1914 if (!inited) in sane_exit()
1916 DBG (1, "sane_exit: not inited, call sane_init() first\n"); in sane_exit()
1935 inited = SANE_FALSE; in sane_exit()
1946 if (!inited) in sane_get_devices()
1948 DBG (1, "sane_get_devices: not inited, call sane_init() first\n"); in sane_get_devices()
1969 if (!inited) in sane_open()
[all...]
H A Ddll.c201 u_int inited:1; /* has the backend been initialized? */ member
228 0 /* inited */, \
711 be->inited = 1; in init()
1034 if (be->inited) in sane_exit()
1074 be->inited = 0; in sane_exit()
1137 if (!be->inited) in sane_get_devices()
1330 if (!be->inited) in sane_open()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_pthread.cpp749 if (once->inited) in dng_pthread_once()
755 once->inited = 1; in dng_pthread_once()
759 while (!once->inited) in dng_pthread_once()
H A Ddng_pthread.h79 int inited; member
/third_party/toybox/kconfig/
H A Dsymbol.c50 static bool inited = false; in sym_init() local
52 if (inited) in sym_init()
54 inited = true; in sym_init()
/third_party/ffmpeg/libavformat/
H A Dinternal.h231 * inited=1/bsf=NULL signals that extracting is not possible (codec not
235 int inited; member
H A Ddemux.c2362 sti->extract_extradata.inited = 1; in extract_extradata_init()
2376 if (!sti->extract_extradata.inited) { in extract_extradata()
2382 if (sti->extract_extradata.inited && !sti->extract_extradata.bsf) in extract_extradata()
2583 (!sti->extract_extradata.inited || sti->extract_extradata.bsf) && in avformat_find_stream_info()
/third_party/node/test/async-hooks/
H A Dinit-hooks.js80 v(`Activity inited twice\n${tempActivityString}` +
/third_party/ffmpeg/libavutil/
H A Dhwcontext_qsv.c1038 atomic_int *inited = upload ? &s->session_upload_init : &s->session_download_init; in qsv_internal_session_check_init() local
1042 if (atomic_load(inited)) in qsv_internal_session_check_init()
1049 if (!atomic_load(inited)) { in qsv_internal_session_check_init()
1051 atomic_store(inited, 1); in qsv_internal_session_check_init()
/third_party/python/Lib/test/
H A Dtest_mimetypes.py23 mimetypes.inited = False
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-logs.h108 char inited; member
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1983 static bool inited = false; \
1987 if(!inited) { \
1989 inited = true; \

Completed in 37 milliseconds

12