Home
last modified time | relevance | path

Searched refs:timeout1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dtimer.h779 static inline int64_t qemu_soonest_timeout(int64_t timeout1, int64_t timeout2) in qemu_soonest_timeout() argument
785 return ((uint64_t) timeout1 < (uint64_t) timeout2) ? timeout1 : timeout2; in qemu_soonest_timeout()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch4164 +ff_v4l2_dq_all(V4L2Context *const ctx, int timeout1)
4167 + if (timeout1 != 0) {
4168 + int rv = get_qbuf(ctx, &avbuf, timeout1);
4965 + * @param[in] timeout1 A timeout on dequeuing the 1st buffer,
4967 + * @return AVERROR(EAGAIN) if timeout1 non-zero then the return
4970 +int ff_v4l2_dq_all(V4L2Context *const ctx, int timeout1);