Home
last modified time | relevance | path

Searched defs:atom_type (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux-webvtt.c44 guint32 atom_type; in qtdemux_webvtt_is_empty() local
103 guint32 atom_type; in webvtt_decode_vttc() local
176 guint32 atom_type; in qtdemux_webvtt_decode() local
Dqtdemux.c10443 guint32 atom_type; in qtdemux_get_rtsp_uri_from_hndl() local
/third_party/ffmpeg/tools/
Dqt-faststart.c435 uint32_t atom_type = 0; in main() local
/third_party/ltp/tools/sparse/sparse-src/
Dcompile-i386.c156 enum atom_type { enum
/third_party/quickjs/
Dquickjs.c505 uint8_t atom_type : 2; /* != 0 if atom, JS_ATOM_TYPE_x */ member
2603 int i, len, atom_type; in JS_InitAtoms() local
2706 static JSAtom __JS_NewAtom(JSRuntime *rt, JSString *str, int atom_type) in __JS_NewAtom()
2863 int atom_type) in __JS_NewAtomInit()
2875 int atom_type) in __JS_FindAtom()
3021 static JSValue JS_NewSymbol(JSContext *ctx, JSString *p, int atom_type) in JS_NewSymbol()
3033 int atom_type) in JS_NewSymbolFromAtom()
/third_party/python/Parser/
Dparser.c218 #define atom_type 1142 macro