Home
last modified time | relevance | path

Searched refs:clocktime (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio.h59 #define GST_CLOCK_TIME_TO_FRAMES(clocktime, rate) \ argument
60 gst_util_uint64_scale_round (clocktime, rate, GST_SECOND)
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtheoraenc.c69 GstClockTime clocktime; in check_buffer_granulepos() local
91 clocktime = gst_util_uint64_scale (framecount, GST_SECOND, FRAMERATE); in check_buffer_granulepos()
93 fail_unless (clocktime == GST_BUFFER_OFFSET (buffer), in check_buffer_granulepos()
96 GST_TIME_ARGS (clocktime), GST_TIME_ARGS (GST_BUFFER_OFFSET (buffer))); in check_buffer_granulepos()
Dvorbisenc.c54 GstClockTime clocktime; in check_buffer_granulepos() local
63 clocktime = gst_util_uint64_scale (GST_BUFFER_OFFSET_END (buffer), 44100, in check_buffer_granulepos()
66 fail_unless (clocktime == GST_BUFFER_OFFSET (buffer), in check_buffer_granulepos()
69 GST_TIME_ARGS (clocktime), GST_TIME_ARGS (GST_BUFFER_OFFSET (buffer))); in check_buffer_granulepos()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgststructure.c429 GstClockTime clocktime; in GST_START_TEST() local
458 fail_unless (gst_structure_get_clock_time (s, "clocktime", &clocktime)); in GST_START_TEST()
459 fail_unless_equals_uint64 (clocktime, GST_CLOCK_TIME_NONE); in GST_START_TEST()
/third_party/gstreamer/gstreamer/
DChangeLog117629 …Add util method for scaling a clocktime by a fraction. Useful implementation is left as an exercis…
117634 Add util method for scaling a clocktime by a fraction. Useful
/third_party/gstreamer/gstplugins_good/
DChangeLog108958 level: clocktime is a guint64, use right macro to init fields
/third_party/gstreamer/gstplugins_base/
DChangeLog121232 basertppay: don't print RTP timestamps as clocktime