/third_party/ffmpeg/libavformat/ |
H A D | mpc.c | 43 uint32_t fcount; member 72 c->fcount = avio_rl32(s->pb); in mpc_read_header() 73 if((int64_t)c->fcount * sizeof(MPCFrame) >= UINT_MAX){ in mpc_read_header() 86 if (c->fcount) { in mpc_read_header() 87 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) in mpc_read_packet() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | signature_lookup.c | 315 static int iterate_frame(double frr, FineSignature **a, FineSignature **b, int fcount, int *bcount, int dir) 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()
|
H A D | avf_showcqt.c | 87 { "fcount", "set frequency count", OFFSET(fcount), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 10, FLAGS }, 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 * in process_cqt() [all...] |
H A D | avf_showcqt.h | 117 int fcount; member
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem.c | 85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 91 if (fcount != NULL) in CRYPTO_get_alloc_counts() 92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
|
/third_party/openssl/crypto/ |
H A D | mem.c | 85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) in CRYPTO_get_alloc_counts() argument 91 if (fcount != NULL) in CRYPTO_get_alloc_counts() 92 *fcount = LOAD(free_count); in CRYPTO_get_alloc_counts()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_measure.c | 351 long fcount = strtol(nptr, &endptr, 10); in intel_measure_frame_transition() local 358 } else if (fcount == 0) { in intel_measure_frame_transition() 362 config.end_frame = frame + fcount; in intel_measure_frame_transition()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 298 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/FatFs/source/ |
H A D | ff.h | 473 FRESULT f_getclustinfo (FIL* fp, DWORD* fclust, DWORD* fcount); /* get the clusters information of the file */
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | crypto.h | 379 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount);
|