Home
last modified time | relevance | path

Searched refs:file_idx (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
H A Dfossilize_db.c111 update_foz_index(struct foz_db *foz_db, FILE *db_idx, unsigned file_idx) in update_foz_index() argument
162 entry->file_idx = file_idx; in update_foz_index()
199 load_foz_dbs(struct foz_db *foz_db, FILE *db_idx, uint8_t file_idx, in load_foz_dbs() argument
211 int err = lock_file_with_timeout(foz_db->file[file_idx], 100000000); in load_foz_dbs()
238 sizeof(stream_reference_magic_and_version), foz_db->file[file_idx]) != in load_foz_dbs()
247 fflush(foz_db->file[file_idx]); in load_foz_dbs()
251 flock(fileno(foz_db->file[file_idx]), LOCK_UN); in load_foz_dbs()
253 update_foz_index(foz_db, db_idx, file_idx); in load_foz_dbs()
259 flock(fileno(foz_db->file[file_idx]), LOCK_U in load_foz_dbs()
388 uint8_t file_idx = entry->file_idx; foz_read_entry() local
[all...]
H A Dfossilize_db.h69 uint8_t file_idx; member
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-sourcemap.cc124 size_t pos = 0, gen_col = 0, file_idx = 0, ori_line = 0; in DecodeMapping() local
140 file_idx += qnt; in DecodeMapping()
154 file_idxs.push_back(file_idx); in DecodeMapping()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c271 static int parse_and_set_vsync(const char *arg, int *vsync_var, int file_idx, int st_idx, int is_global) in parse_and_set_vsync() argument
279 av_log(NULL, AV_LOG_FATAL, "Invalid value %s specified for fps_mode of #%d:%d.\n", arg, file_idx, st_idx); in parse_and_set_vsync()
412 int i, negative = 0, file_idx, disabled = 0; in opt_map() local
468 file_idx = strtol(map, &p, 0); in opt_map()
469 if (file_idx >= nb_input_files || file_idx < 0) { in opt_map()
470 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx); in opt_map()
477 if (file_idx == m->file_index && in opt_map()
484 for (i = 0; i < input_files[file_idx]->nb_streams; i++) { in opt_map()
485 if (check_stream_specifier(input_files[file_idx] in opt_map()
[all...]
H A Dffmpeg_filter.c246 int file_idx = strtol(in->name, &p, 0); in init_input_filter() local
248 if (file_idx < 0 || file_idx >= nb_input_files) { in init_input_filter()
250 file_idx, fg->graph_desc); in init_input_filter()
253 s = input_files[file_idx]->ctx; in init_input_filter()
271 ist = input_streams[input_files[file_idx]->ist_index + st->index]; in init_input_filter()
H A Dffmpeg.h84 int file_idx, stream_idx, channel_idx; // input member

Completed in 8 milliseconds