Searched refs:srcval (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 101 GstFormat src_format, gint64 srcval, GstFormat dest_format, 499 gint64 srcval, GstFormat dest_format, gint64 * destval) in gst_au_parse_src_convert() argument 505 *destval = srcval; in gst_au_parse_src_convert() 521 srcval /= samplesize; in gst_au_parse_src_convert() 526 *destval = srcval; in gst_au_parse_src_convert() 529 *destval = srcval * samplesize; in gst_au_parse_src_convert() 532 *destval = gst_util_uint64_scale_int (srcval, GST_SECOND, rate); in gst_au_parse_src_convert() 544 gst_util_uint64_scale_int (srcval, rate, GST_SECOND); in gst_au_parse_src_convert() 547 *destval = gst_util_uint64_scale_int (srcval, rate, GST_SECOND); in gst_au_parse_src_convert()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm.c | 3251 unsigned char srcval; in snd_pcm_area_copy() local 3253 srcval = *src & 0x0f; in snd_pcm_area_copy() 3255 srcval = *src & 0xf0; in snd_pcm_area_copy() 3260 *dst |= srcval; in snd_pcm_area_copy()
|