Searched refs:atom_type (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/tools/ |
D | qt-faststart.c | 435 uint32_t atom_type = 0; in main() local 473 atom_type = BE_32(&atom_bytes[4]); in main() 476 if (atom_type == FTYP_ATOM) { in main() 514 (atom_type >> 24) & 255, in main() 515 (atom_type >> 16) & 255, in main() 516 (atom_type >> 8) & 255, in main() 517 (atom_type >> 0) & 255, in main() 520 if ((atom_type != FREE_ATOM) && in main() 521 (atom_type != JUNK_ATOM) && in main() 522 (atom_type != MDAT_ATOM) && in main() [all …]
|
/third_party/quickjs/ |
D | quickjs.c | 505 uint8_t atom_type : 2; /* != 0 if atom, JS_ATOM_TYPE_x */ member 1012 int atom_type); 1909 str->atom_type = 0; in js_alloc_string_rt() 1933 if (str->atom_type) { in js_free_string() 2045 switch (p->atom_type) { in JS_FreeRuntime() 2562 printf(" %d: { %d %08x ", i, p->atom_type, p->hash); in JS_DumpAtoms() 2603 int i, len, atom_type; in JS_InitAtoms() local 2617 atom_type = JS_ATOM_TYPE_PRIVATE; in JS_InitAtoms() 2619 atom_type = JS_ATOM_TYPE_SYMBOL; in JS_InitAtoms() 2621 atom_type = JS_ATOM_TYPE_STRING; in JS_InitAtoms() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 10114 guint32 atom_type; in qtdemux_get_rtsp_uri_from_hndl() local 10117 qt_atom_parser_get_fourcc (&dref, &atom_type)) { in qtdemux_get_rtsp_uri_from_hndl() 10118 if (atom_type == FOURCC_data) { in qtdemux_get_rtsp_uri_from_hndl()
|
/third_party/python/Parser/pegen/ |
D | parse.c | 183 #define atom_type 1105 macro
|