/third_party/ffmpeg/libavformat/ |
D | mpc.c | 42 uint32_t fcount; member 71 c->fcount = avio_rl32(s->pb); in mpc_read_header() 72 if((int64_t)c->fcount * sizeof(MPCFrame) >= UINT_MAX){ in mpc_read_header() 85 if (c->fcount) { in mpc_read_header() 86 c->frames = av_malloc(c->fcount * sizeof(MPCFrame)); in mpc_read_header() 108 st->duration = c->fcount; in mpc_read_header() 129 if (c->curframe >= c->fcount && c->fcount) in mpc_read_packet() 150 if(cur == c->frames_noted && c->fcount){ in mpc_read_packet() 163 pkt->data[1] = (c->curframe > c->fcount) && c->fcount; in mpc_read_packet() 202 if(timestamp < 0 || timestamp >= c->fcount) in mpc_read_seek()
|
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/build-scripts/ |
D | run.tests.command | 19 fcount=($1/*.*) 20 fcount=${#fcount[@]} 21 fpick=$(($RANDOM % $fcount))
|
/third_party/flutter/skia/third_party/externals/sdl/premake/Linux/build-scripts/ |
D | run.tests.sh | 18 fcount=($1/*.*) 19 fcount=${#fcount[@]} 20 fpick=$(($RANDOM % $fcount))
|
/third_party/ffmpeg/libavfilter/ |
D | signature_lookup.c | 315 static int iterate_frame(double frr, FineSignature **a, FineSignature **b, int fcount, int *bcount,… in iterate_frame() argument 320 step = ((int) 0.5 + fcount * frr) /* current frame */ in iterate_frame() 321 -((int) 0.5 + (fcount-1) * frr);/* last frame */ in iterate_frame() 421 int fcount = 0, goodfcount = 0, gooda = 0, goodb = 0; in evaluate_parameters() local 464 fcount++; in evaluate_parameters() 466 dir = iterate_frame(infos->framerateratio, &a, &b, fcount, &bcount, dir); in evaluate_parameters() 471 dir = iterate_frame(infos->framerateratio, &a, &b, fcount, &bcount, DIR_PREV); in evaluate_parameters() 486 if ((double) goodfcount / (double) fcount < sc->thit) in evaluate_parameters()
|
D | avf_showcqt.c | 87 …{ "fcount", "set frequency count", OFFSET(fcount), AV_OPT_TYPE_INT, { .i64 = 0 }, … 1090 if (s->fcount > 1) { in process_cqt() 1091 float rcp_fcount = 1.0f / s->fcount; in process_cqt() 1094 for (i = 0; i < s->fcount; i++) in process_cqt() 1095 h += s->h_buf[s->fcount * x + i]; in process_cqt() 1110 if (s->fcount > 1) { in process_cqt() 1111 float rcp_fcount = 1.0f / s->fcount; in process_cqt() 1114 for (i = 0; i < s->fcount; i++) { in process_cqt() 1115 result.re += s->cqt_result[s->fcount * x + i].re; in process_cqt() 1116 result.im += s->cqt_result[s->fcount * x + i].im; in process_cqt() [all …]
|
D | avf_showcqt.h | 115 int fcount; member
|
/third_party/openssl/crypto/ |
D | mem.c | 98 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 104 if (fcount != NULL) in CRYPTO_get_alloc_counts() 105 *fcount = tsan_load(&free_count); in CRYPTO_get_alloc_counts()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_measure.c | 346 long fcount = strtol(nptr, &endptr, 10); in intel_measure_frame_transition() local 353 } else if (fcount == 0) { in intel_measure_frame_transition() 357 config.end_frame = frame + fcount; in intel_measure_frame_transition()
|
/third_party/openssl/include/openssl/ |
D | crypto.h | 298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/FatFs/source/ |
D | ff.h | 469 FRESULT f_getclustinfo (FIL* fp, DWORD* fclust, DWORD* fcount); /* get the clusters information of …
|
D | ff.c | 4476 DWORD* fcount in f_getclustinfo() argument 4489 *fcount = count; in f_getclustinfo()
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
|
/third_party/openssl/test/ |
D | sslapitest.c | 6863 int i, mcount, rcount, fcount; in setup_tests() 6867 CRYPTO_get_alloc_counts(&mcount, &rcount, &fcount); in setup_tests() 6869 mcount, rcount, fcount); in setup_tests()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 25985 @item fcount
|