Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpc.c42 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/
Drun.tests.command19 fcount=($1/*.*)
20 fcount=${#fcount[@]}
21 fpick=$(($RANDOM % $fcount))
/third_party/flutter/skia/third_party/externals/sdl/premake/Linux/build-scripts/
Drun.tests.sh18 fcount=($1/*.*)
19 fcount=${#fcount[@]}
20 fpick=$(($RANDOM % $fcount))
/third_party/ffmpeg/libavfilter/
Dsignature_lookup.c315 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()
Davf_showcqt.c87 …{ "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 …]
Davf_showcqt.h115 int fcount; member
/third_party/openssl/crypto/
Dmem.c98 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/
Dintel_measure.c346 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/
Dcrypto.h298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
/third_party/FatFs/source/
Dff.h469 FRESULT f_getclustinfo (FIL* fp, DWORD* fclust, DWORD* fcount); /* get the clusters information of …
Dff.c4476 DWORD* fcount in f_getclustinfo() argument
4489 *fcount = count; in f_getclustinfo()
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod184 called, into the values pointed to by B<mcount>, B<rcount>, and B<fcount>,
/third_party/openssl/test/
Dsslapitest.c6863 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/
Dfilters.texi25985 @item fcount