Home
last modified time | relevance | path

Searched refs:num_seconds (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstreamer/scripts/
Dgst-plot-timeline.py181 num_seconds = (metrics.height + PIXELS_PER_SECOND - 1) / PIXELS_PER_SECOND
186 for i in range(num_seconds):
/third_party/ffmpeg/libavcodec/
Dh264_sei.h153 uint16_t num_seconds; member
Dh264_sei.c388 h->num_seconds = get_bits(gb, 16); in decode_green_metadata()
Dh264dec.c536 av_log(logctx, AV_LOG_DEBUG, " green_metadata_num_seconds: %d\n", gm->num_seconds); in debug_green_metadata()
/third_party/openGLES/extensions/APPLE/
DAPPLE_sync.txt563 GLuint64APPLE timeout = num_seconds * ((GLuint64)1000 * 1000 * 1000);
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_sync.txt563 GLuint64APPLE timeout = num_seconds * ((GLuint64)1000 * 1000 * 1000);
/third_party/openGLES/extensions/ARB/
DARB_sync.txt628 GLuint64 timeout = num_seconds * ((GLuint64)1000 * 1000 * 1000);
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sync.txt618 GLuint64 timeout = num_seconds * ((GLuint64)1000 * 1000 * 1000);