Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c536 gprsharp_convert_clock_type(gpr_timespec t, gpr_clock_type target_clock) { in gprsharp_convert_clock_type() argument
537 return gpr_convert_clock_type(t, target_clock); in gprsharp_convert_clock_type()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dgrpc.pxi93 gpr_clock_type target_clock) nogil
/third_party/weston/libweston/
Dcompositor.c3028 clockid_t target_clock) in convert_presentation_time_now() argument
3034 if (compositor->presentation_clock == target_clock) in convert_presentation_time_now()
3037 clock_gettime(target_clock, &target_now); in convert_presentation_time_now()