Searched refs:id_string (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | nuv.c | 163 char id_string[12]; in nuv_header() local 168 avio_read(pb, id_string, 12); in nuv_header() 169 is_mythtv = !memcmp(id_string, "MythTVVideo", 12); in nuv_header()
|
/third_party/backends/backend/ |
H A D | canon_pp-dev.h | 106 char id_string[80]; member
|
H A D | canon_pp-dev.c | 379 memset(sp->id_string, 0, sizeof sp->id_string); in sanei_canon_pp_initialise() 382 sanei_canon_pp_read(sp->port, 38, (unsigned char *)(sp->id_string)); in sanei_canon_pp_initialise() 401 if (!strncmp(sp->id_string+8, cur_id->id, strlen(cur_id->id))) in sanei_canon_pp_initialise()
|
H A D | canon_pp.c | 1259 (cs->params.id_string)+8); in sane_read()
|
/third_party/node/src/ |
H A D | env_properties.h | 156 V(id_string, "id") \
|
H A D | node_http2.cc | 577 SET(id_string, id) in GetDetails()
|
/third_party/node/deps/v8/src/init/ |
H A D | heap-symbols.h | 265 V(_, id_string, "id") \
|
H A D | bootstrapper.cc | 5313 SimpleInstallGetter(isolate(), prototype, factory()->id_string(), in InitializeGlobal_harmony_temporal() 5341 SimpleInstallGetter(isolate(), prototype, factory()->id_string(), in InitializeGlobal_harmony_temporal()
|
Completed in 21 milliseconds