Home
last modified time | relevance | path

Searched refs:tmp_n (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo.c67 gint tmp_n, tmp_d; in gst_video_calculate_display_ratio() local
75 video_par_d, &tmp_n, &tmp_d)) in gst_video_calculate_display_ratio()
78 if (!gst_util_fraction_multiply (tmp_n, tmp_d, display_par_d, display_par_n, in gst_video_calculate_display_ratio()
/third_party/openssl/crypto/
Do_str.c269 size_t tmp_n; in ossl_buf2hexstr_sep() local
274 tmp_n = (sep != CH_ZERO) ? buflen * 3 : 1 + buflen * 2; in ossl_buf2hexstr_sep()
275 if ((tmp = OPENSSL_malloc(tmp_n)) == NULL) { in ossl_buf2hexstr_sep()
280 if (buf2hexstr_sep(tmp, tmp_n, NULL, buf, buflen, sep)) in ossl_buf2hexstr_sep()