Home
last modified time | relevance | path

Searched refs:device_period (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c850 REFERENCE_TIME device_period, device_buffer_duration; in gst_wasapi_util_initialize_audioclient() local
865 device_period = default_period; in gst_wasapi_util_initialize_audioclient()
868 device_period = min_period; in gst_wasapi_util_initialize_audioclient()
875 min_period, &device_period, &device_buffer_duration); in gst_wasapi_util_initialize_audioclient()
885 sharemode == AUDCLNT_SHAREMODE_SHARED ? 0 : device_period, format, NULL); in gst_wasapi_util_initialize_audioclient()
890 (int) device_period); in gst_wasapi_util_initialize_audioclient()
896 device_period = (GST_SECOND / 100) * n_frames / rate; in gst_wasapi_util_initialize_audioclient()
899 "(%i frames, %i rate)", (int) device_period, n_frames, rate); in gst_wasapi_util_initialize_audioclient()
902 device_period, device_period, format, NULL); in gst_wasapi_util_initialize_audioclient()
916 gst_util_uint64_scale_round (device_period, rate * 100, GST_SECOND); in gst_wasapi_util_initialize_audioclient()
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4698 uint64_t device_period = DIV_ROUND_UP(1000000000, timestamp_frequency); in anv_GetCalibratedTimestampsEXT() local
4699 max_clock_period = MAX2(max_clock_period, device_period); in anv_GetCalibratedTimestampsEXT()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c7247 uint64_t device_period = DIV_ROUND_UP(1000000, clock_crystal_freq); in radv_GetCalibratedTimestampsEXT() local
7248 max_clock_period = MAX2(max_clock_period, device_period); in radv_GetCalibratedTimestampsEXT()