Home | History | Annotate | Download | only in gstreamer

Lines Matching refs:guint64

392     if (!gst_element_query_duration(m_playBin, &timeFormat, &timeLength) || timeFormat != GST_FORMAT_TIME || static_cast<guint64>(timeLength) == GST_CLOCK_TIME_NONE) {
399 return (float) ((guint64) timeLength / 1000000000.0);
475 guint64 width = 0, height = 0;
514 height = static_cast<guint64>(originalHeight);
518 width = static_cast<guint64>(originalWidth);
522 height = static_cast<guint64>(originalHeight);
955 guint64 decodedFrames = 0;
963 guint64 framesDropped = 0;