Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstbpmdetect.cc49 gfloat bpm; member
131 bpm_detect->bpm = 0.0; in gst_bpm_detect_init()
158 bpm_detect->bpm = 0.0; in gst_bpm_detect_stop()
177 bpm_detect->bpm = 0.0; in gst_bpm_detect_event()
206 gfloat bpm; in gst_bpm_detect_transform_ip() local
255 bpm = bpm_detect->priv->detect->getBpm (); in gst_bpm_detect_transform_ip()
256 if (bpm >= 1.0 && fabs (bpm_detect->bpm - bpm) >= 1.0) { in gst_bpm_detect_transform_ip()
260 bpm, (void *) NULL); in gst_bpm_detect_transform_ip()
263 GST_INFO_OBJECT (bpm_detect, "Detected BPM: %lf", bpm); in gst_bpm_detect_transform_ip()
264 bpm_detect->bpm = bpm; in gst_bpm_detect_transform_ip()
Dgstbpmdetect.hh44 gfloat bpm; member
/third_party/libxml2/result/
Djapancrlf.xml.sax23 …hemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74af9b826', 1, xmlns='http://schemas.c…
6 …mas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74af9b826', 1, xmlns:c8c='http://schemas…
7 SAX.endElementNs(Ele, c8c, 'http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74…
10 SAX.endElementNs(入力メッセージ, NULL, 'http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-…
Djapancrlf.xml.sax3 SAX.startElement(入力メッセージ, xmlns='http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-…
6 SAX.startElement(c8c:Ele, xmlns:c8c='http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-0…
/third_party/libxml2/result/noent/
Djapancrlf.xml.sax23 …hemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74af9b826', 1, xmlns='http://schemas.c…
6 …mas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74af9b826', 1, xmlns:c8c='http://schemas…
7 SAX.endElementNs(Ele, c8c, 'http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-bda74…
10 SAX.endElementNs(入力メッセージ, NULL, 'http://schemas.cordys.com/webapps/1.0/bpm/c8c8b82a-0ac0-3d19-01e2-…
/third_party/ffmpeg/libavcodec/
Ddv_profile.c85 .bpm = 6,
102 .bpm = 6,
119 .bpm = 6,
136 .bpm = 6,
153 .bpm = 6,
170 .bpm = 8,
187 .bpm = 8,
204 .bpm = 8,
221 .bpm = 8,
238 .bpm = 6,
Ddvdec.c352 for (mb_index = 0; mb_index < 5; mb_index++, mb1 += s->sys->bpm, block1 += s->sys->bpm * 64) { in dv_decode_video_segment()
368 for (j = 0; j < s->sys->bpm; j++) { in dv_decode_video_segment()
424 for (j = 0; j < s->sys->bpm; j++, block += 64, mb++) { in dv_decode_video_segment()
436 if (j >= s->sys->bpm) in dv_decode_video_segment()
448 for (j = 0; j < s->sys->bpm; j++) { in dv_decode_video_segment()
534 if (s->sys->bpm == 8) { in dv_decode_video_segment()
Ddvenc.c827 for (i = 0; i < profile->bpm; i++) { in dv_revise_cnos()
831 data[1] |= blk[profile->bpm*mb_index+i].cno << 4; in dv_revise_cnos()
928 if (s->sys->bpm == 8) in dv_encode_video_segment()
942 for (j = 0; j < 5 * s->sys->bpm;) { in dv_encode_video_segment()
949 for (i = 0; i < s->sys->bpm; i++, j++) { in dv_encode_video_segment()
963 for (i = 0; i < s->sys->bpm; i++) in dv_encode_video_segment()
966 &pbs[start_mb + s->sys->bpm]); in dv_encode_video_segment()
971 for (j = 0; j < 5 * s->sys->bpm; j++) { in dv_encode_video_segment()
973 pb = dv_encode_ac(&enc_blks[j], pb, &pbs[s->sys->bpm * 5]); in dv_encode_video_segment()
978 for (j = 0; j < 5 * s->sys->bpm; j++) { in dv_encode_video_segment()
Ddv_profile.h51 int bpm; /* blocks per macroblock */ member
/third_party/ffmpeg/libavfilter/
Daf_apulsator.c49 double bpm; member
77 …{ "bpm", "set BPM", OFFSET(bpm), AV_OPT_TYPE_DOUBLE, {.dbl=120}, 30, …
209 case UNIT_BPM: freq = s->bpm / 60; break; in config_input()
/third_party/alsa-lib/test/
Dplaymidi1.c248 double bpm; in do_tempo() local
249 bpm = 60.0E6 / (double) us; in do_tempo()
250 printf("Tempo %d us/beat, %.2f bpm\n", us, bpm); in do_tempo()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Did3v2mux.c249 gdouble bpm; in test_taglib_id3mux_check_tags() local
252 &bpm)); in test_taglib_id3mux_check_tags()
253 fail_unless_sorta_equals_float (bpm, TEST_BPM); in test_taglib_id3mux_check_tags()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c282 gdouble bpm; in test_taglib_id3mux_check_tags() local
285 &bpm)); in test_taglib_id3mux_check_tags()
286 fail_unless_sorta_equals_float (bpm, TEST_BPM); in test_taglib_id3mux_check_tags()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstsensors.h108 gfloat bpm; member
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
Dja_Latn_ru.txt77 n } [bpm] → м ; # 群馬 → Гумма
/third_party/icu/icu4c/source/data/translit/
Dja_Latn_ru.txt78 n } [bpm] → м ; # 群馬 → Гумма
/third_party/skia/third_party/externals/icu/source/data/translit/
Dja_Latn_ru.txt78 n } [bpm] → м ; # 群馬 → Гумма
/third_party/gstreamer/gstplugins_good/ext/taglib/
Dgstid3v2mux.cc689 gdouble bpm; in add_bpm_tag() local
691 if (gst_tag_list_get_double_index (list, tag, 0, &bpm)) { in add_bpm_tag()
695 tag_str = g_strdup_printf ("%u", (guint)bpm); in add_bpm_tag()
/third_party/gstreamer/gstplugins_bad/gst/id3tag/
Did3tag.c666 gdouble bpm; in add_bpm_tag() local
670 if (gst_tag_list_get_double (list, tag, &bpm)) { in add_bpm_tag()
676 tag_str = g_strdup_printf ("%u", (guint) bpm); in add_bpm_tag()
/third_party/gstreamer/gstplugins_bad/ext/sndfile/
Dgstsfdec.c529 if (loop_info->bpm != 0.0) { in create_and_send_tags()
531 (gdouble) loop_info->bpm, NULL); in create_and_send_tags()
/third_party/libsnd/include/
Dsndfile.h443 float bpm; /* suggestion, as it can be calculated using other fields: */ member
/third_party/gstreamer/gstreamer/docs/random/uraeus/
Dgstreamer_and_midi.txt126 - tempo : (default to 120 bpm) This can be measured in bpm (beats per minute,
/third_party/libsnd/src/
Dwav.c1520 psf->loop_info->bpm = tempo ; in wav_read_acid_chunk()
/third_party/gstreamer/gstreamer/po/
Des.po615 msgstr "golpes por minuto (bpm)"
618 msgstr "número de golpes por minuto (bpm) en el sonido"
Dgl.po607 msgstr "golpes por minuto (bpm)"
610 msgstr "número de golpes por minuto (bpm) no son"

12