Searched refs:loop_info (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 475 create_and_send_tags (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_tags() argument 528 if (loop_info) { in create_and_send_tags() 529 if (loop_info->bpm != 0.0) { in create_and_send_tags() 531 (gdouble) loop_info->bpm, NULL); in create_and_send_tags() 533 if (loop_info->root_key != -1) { in create_and_send_tags() 535 (guint) loop_info->root_key, NULL); in create_and_send_tags() 618 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() argument 679 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local 749 if (sf_command (self->file, SFC_GET_LOOP_INFO, &loop_info, in gst_sf_dec_open_file() 750 sizeof (loop_info))) { in gst_sf_dec_open_file() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop05.c | 40 struct loop_info loopinfoget; in check_dio_value() 57 struct loop_info loopinfo; in verify_ioctl_loop()
|
D | ioctl_loop03.c | 36 struct loop_info loopinfoget; in setup()
|
D | ioctl_loop04.c | 28 struct loop_info loopinfoget; in verify_ioctl_loop()
|
D | ioctl09.c | 70 struct loop_info loopinfo = {0}; in verify_ioctl()
|
D | ioctl_loop01.c | 47 struct loop_info loopinfo = {0}, loopinfoget = {0}; in check_loop_value()
|
D | ioctl_loop02.c | 44 struct loop_info loopinfoget; in verify_ioctl_loop()
|
/third_party/libsnd/src/ |
D | wav.c | 1508 if (psf->loop_info) in wav_read_acid_chunk() 1510 free (psf->loop_info) ; in wav_read_acid_chunk() 1511 psf->loop_info = NULL ; in wav_read_acid_chunk() 1513 if ((psf->loop_info = calloc (1, sizeof (SF_LOOP_INFO))) == NULL) in wav_read_acid_chunk() 1516 psf->loop_info->time_sig_num = meter_numer ; in wav_read_acid_chunk() 1517 psf->loop_info->time_sig_den = meter_denom ; in wav_read_acid_chunk() 1518 psf->loop_info->loop_mode = (flags & 0x01) ? SF_LOOP_NONE : SF_LOOP_FORWARD ; in wav_read_acid_chunk() 1519 psf->loop_info->num_beats = beats ; in wav_read_acid_chunk() 1520 psf->loop_info->bpm = tempo ; in wav_read_acid_chunk() 1521 psf->loop_info->root_key = (flags & 0x02) ? rootnote : -1 ; in wav_read_acid_chunk()
|
D | aiff.c | 1732 if (psf->loop_info) in aiff_read_basc_chunk() 1734 free (psf->loop_info) ; in aiff_read_basc_chunk() 1735 psf->loop_info = NULL ; in aiff_read_basc_chunk() 1737 if ((psf->loop_info = calloc (1, sizeof (SF_LOOP_INFO))) == NULL) in aiff_read_basc_chunk() 1740 psf->loop_info->time_sig_num = bc.sigNumerator ; in aiff_read_basc_chunk() 1741 psf->loop_info->time_sig_den = bc.sigDenominator ; in aiff_read_basc_chunk() 1742 psf->loop_info->loop_mode = (bc.loopType == basc_TYPE_ONE_SHOT) ? SF_LOOP_NONE : SF_LOOP_FORWARD ; in aiff_read_basc_chunk() 1743 psf->loop_info->num_beats = bc.numBeats ; in aiff_read_basc_chunk() 1746 psf->loop_info->bpm = (1.0 / psf->sf.frames) * psf->sf.samplerate in aiff_read_basc_chunk() 1748 psf->loop_info->root_key = bc.rootNote ; in aiff_read_basc_chunk()
|
D | common.h | 466 SF_LOOP_INFO *loop_info ; member
|
D | sndfile.c | 1207 if (psf->loop_info == NULL) in sf_command() 1209 memcpy (data, psf->loop_info, sizeof (SF_LOOP_INFO)) ; in sf_command() 2903 free (psf->loop_info) ; in psf_close()
|
/third_party/ltp/lib/ |
D | tst_device.c | 76 struct loop_info loopinfo; in tst_find_free_loopdev() 147 struct loop_info loopinfo; in tst_attach_device()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 63 struct loop_info { struct 69 loop_info(Block* b, uint16_t num, bool breaks, bool cont, bool discard) in loop_info() argument 85 std::vector<loop_info> loop; 294 loop_info& info = ctx.loop.back(); in add_coupling_code() 358 loop_info& info = ctx.loop.back(); in add_coupling_code()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2812 - aco: set loop_info::has_discard for demotes
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 68382 struct loop_info { struct
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 127454 Query instrument data. Use both 'loop_info' and 'instrument' to inform about the
|