Home
last modified time | relevance | path

Searched refs:cidx (Results 1 - 11 of 11) sorted by relevance

/third_party/alsa-utils/iecset/
H A Diecset.c324 unsigned int controls, cidx; in main() local
380 for (cidx = 0; cidx < controls; cidx++) { in main()
381 if (!strcmp(snd_ctl_elem_list_get_name(clist, cidx), spdif_str)) in main()
383 (int)snd_ctl_elem_list_get_index(clist, cidx) == spdif_index) in main()
386 if (cidx >= controls) { in main()
393 snd_ctl_elem_list_get_id(clist, cidx, cid); in main()
/third_party/ffmpeg/libavfilter/
H A Dvf_entropy.c110 int cidx = s->is_rgb ? s->rgba_map[plane] : plane; in filter_frame() local
152 snprintf(key, sizeof(key), "lavfi.entropy.entropy.%s.%c", s->mode ? "diff" : "normal", s->planenames[cidx]); in filter_frame()
155 snprintf(key, sizeof(key), "lavfi.entropy.normalized_entropy.%s.%c", s->mode ? "diff" : "normal", s->planenames[cidx]); in filter_frame()
H A Dvf_ssim.c377 int cidx = s->is_rgb ? s->rgba_map[i] : i; in do_ssim() local
378 set_meta(metadata, "lavfi.ssim.", s->comps[i], c[cidx]); in do_ssim()
389 int cidx = s->is_rgb ? s->rgba_map[i] : i; in do_ssim() local
390 fprintf(s->stats_file, "%c:%f ", s->comps[i], c[cidx]); in do_ssim()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java173 for (int cidx = 0; cidx < classes.getLength(); cidx++) { in parseReport()
174 Node clsNode = classes.item(cidx); in parseReport()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c1266 int cidx = ctx->error_depth; in crl_akid_check() local
1269 if (cidx != sk_X509_num(ctx->chain) - 1) in crl_akid_check()
1270 cidx++; in crl_akid_check()
1272 crl_issuer = sk_X509_value(ctx->chain, cidx); in crl_akid_check()
1282 for (cidx++; cidx < sk_X509_num(ctx->chain); cidx++) { in crl_akid_check()
1283 crl_issuer = sk_X509_value(ctx->chain, cidx); in crl_akid_check()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c1266 int cidx = ctx->error_depth; in crl_akid_check() local
1269 if (cidx != sk_X509_num(ctx->chain) - 1) in crl_akid_check()
1270 cidx++; in crl_akid_check()
1272 crl_issuer = sk_X509_value(ctx->chain, cidx); in crl_akid_check()
1282 for (cidx++; cidx < sk_X509_num(ctx->chain); cidx++) { in crl_akid_check()
1283 crl_issuer = sk_X509_value(ctx->chain, cidx); in crl_akid_check()
/third_party/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp1438 for (int cidx = 0; cidx < UPRV_LENGTHOF(calendars); cidx++) { in TestIntervalAliasFallbacks()
1441 key.append(calendars[cidx], status); in TestIntervalAliasFallbacks()
/third_party/pulseaudio/src/pulse/
H A Dstream.c2041 int cidx = 0; in pa_stream_update_timing_info() local
2052 cidx = (s->current_write_index_correction + 1) % PA_MAX_WRITE_INDEX_CORRECTIONS; in pa_stream_update_timing_info()
2055 PA_CHECK_VALIDITY_RETURN_NULL(s->context, !s->write_index_corrections[cidx].valid, PA_ERR_INTERNAL); in pa_stream_update_timing_info()
2072 s->current_write_index_correction = cidx; in pa_stream_update_timing_info()
2074 s->write_index_corrections[cidx].valid = true; in pa_stream_update_timing_info()
2075 s->write_index_corrections[cidx].absolute = false; in pa_stream_update_timing_info()
2076 s->write_index_corrections[cidx].corrupt = false; in pa_stream_update_timing_info()
2077 s->write_index_corrections[cidx].tag = tag; in pa_stream_update_timing_info()
2078 s->write_index_corrections[cidx].value = 0; in pa_stream_update_timing_info()
/third_party/ffmpeg/libavcodec/
H A Dhevcdec.c1718 * @param cidx chroma component(cb, cr)
1721 int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) in chroma_mc_bi()
1724 uint8_t *src1 = ref0->data[cidx+1]; in chroma_mc_bi()
1725 uint8_t *src2 = ref1->data[cidx+1]; in chroma_mc_bi()
1726 ptrdiff_t src1stride = ref0->linesize[cidx+1]; in chroma_mc_bi()
1727 ptrdiff_t src2stride = ref1->linesize[cidx+1]; in chroma_mc_bi()
1795 s->hevcdsp.put_hevc_epel_bi[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()
1799 s->hevcdsp.put_hevc_epel_bi_w[idx][!!my1][!!mx1](dst0, s->frame->linesize[cidx+1], in chroma_mc_bi()
1803 s->sh.chroma_weight_l0[current_mv->ref_idx[0]][cidx], in chroma_mc_bi()
1804 s->sh.chroma_weight_l1[current_mv->ref_idx[1]][cidx], in chroma_mc_bi()
1720 chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) chroma_mc_bi() argument
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c1490 size_t sent_sigslen, i, cidx; in tls12_check_peer_sigalg() local
1522 if (!ssl_cert_lookup_by_nid(EVP_PKEY_get_id(pkey), &cidx) in tls12_check_peer_sigalg()
1523 || lu->sig_idx != (int)cidx) { in tls12_check_peer_sigalg()
/third_party/openssl/ssl/
H A Dt1_lib.c1470 size_t sent_sigslen, i, cidx; in tls12_check_peer_sigalg() local
1502 if (!ssl_cert_lookup_by_nid(EVP_PKEY_get_id(pkey), &cidx) in tls12_check_peer_sigalg()
1503 || lu->sig_idx != (int)cidx) { in tls12_check_peer_sigalg()

Completed in 29 milliseconds