Home
last modified time | relevance | path

Searched defs:inited (Results 1 – 20 of 20) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dpbutils.c118 static gboolean inited; /* FALSE */ in gst_pb_utils_init() local
/third_party/ffmpeg/libavfilter/
Df_realtime.c32 unsigned inited; member
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_ime.c45 static SDL_bool inited = SDL_FALSE; in InitIME() local
/third_party/mesa3d/src/egl/main/
Deglcurrent.h54 bool inited; member
/third_party/ffmpeg/libavcodec/
Dcngdec.c37 int inited; member
Dh264_slice.c300 int inited = h->context_initialized, err = 0; in ff_h264_update_thread_context() local
/third_party/node/test/sequential/
Dtest-perf-hooks.js17 const inited = performance.now(); constant
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_pthread.h79 int inited; member
/third_party/python/Lib/
Dmimetypes.py60 inited = False variable
/third_party/ffmpeg/libavdevice/
Dsdl2.c52 int inited; member
Dopengl_enc.c182 int inited; ///< Set to 1 when write_header was successfully called. member
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Drfbdecoder.h61 gboolean inited; member
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h111 gboolean inited; member
/third_party/openssl/test/
Dfake_rsaprov.c131 static const unsigned char inited[] = { 1 }; in fake_rsa_gen() local
/third_party/toybox/kconfig/
Dsymbol.c50 static bool inited = false; in sym_init() local
/third_party/gstreamer/gstplugins_base/gst/videoscale/
Dgstvideoscale.c164 static gsize inited = 0; in gst_video_scale_get_capslist() local
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c191 static bool inited = false; in init_shim() local
/third_party/ffmpeg/libavformat/
Dinternal.h194 int inited; member
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/
Ddvb-sub.c1310 static gsize inited = 0; in dvb_sub_new() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp121877 inline bool inited() const { in inited() function