Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiocdsrc.c1266 guint start_secs, end_secs, secs, len_secs; in gst_audio_cd_src_calculate_cddb_id() local
1301 lba_to_msf (first_sector, NULL, NULL, NULL, &start_secs); in gst_audio_cd_src_calculate_cddb_id()
1307 first_sector, start_secs, start_secs / 60, start_secs % 60); in gst_audio_cd_src_calculate_cddb_id()
1311 t = end_secs - start_secs; in gst_audio_cd_src_calculate_cddb_id()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30263 time64_t start_secs; member