/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 46 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 D | cngdec.c | 38 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 D | zlib_wrapper.h | 29 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 D | h264_slice.c | 312 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 D | eglcurrent.c | 42 .inited = false 63 if (unlikely(!current->inited)) { in _eglGetCurrentThread() 66 current->inited = true; in _eglGetCurrentThread() 79 t->inited = false; in _eglDestroyCurrentThread()
|
H A D | eglcurrent.h | 54 bool inited; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_realtime.c | 34 unsigned inited; member 46 if (!s->inited) { in filter_frame() 47 s->inited = 1; in filter_frame()
|
/third_party/ffmpeg/libavdevice/ |
H A D | sdl2.c | 52 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 D | opengl_enc.c | 182 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 D | mimetypes.py | 14 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 D | fake_rsaprov.c | 245 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 D | logs.c | 527 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 D | drm_shim.c | 191 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 D | test.c | 77 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 D | dll.c | 201 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 D | dng_pthread.cpp | 749 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 D | dng_pthread.h | 79 int inited; member
|
/third_party/toybox/kconfig/ |
H A D | symbol.c | 50 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 D | internal.h | 231 * inited=1/bsf=NULL signals that extracting is not possible (codec not 235 int inited; member
|
H A D | demux.c | 2362 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 D | init-hooks.js | 80 v(`Activity inited twice\n${tempActivityString}` +
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 1038 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 D | test_mimetypes.py | 23 mimetypes.inited = False
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-logs.h | 108 char inited; member
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 1983 static bool inited = false; \ 1987 if(!inited) { \ 1989 inited = true; \
|