Home
last modified time | relevance | path

Searched refs:is_synced (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddirac_parser.c45 int is_synced; member
62 if (!pc->is_synced) { in find_frame_end()
67 pc->is_synced = 1; in find_frame_end()
75 if (pc->is_synced) { in find_frame_end()
255 if (!pc->is_synced && next == -1) in dirac_parse()
/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h147 uint8_t is_synced:1; /* set if we a synchronised */ member
Dusb_transfer.c2973 xfer->endpoint->is_synced = 0; in usbd_callback_wrapper_sub()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c2451 if ((xfer->endpoint->is_synced == 0) || in ehci_device_isoc_fs_enter()
2461 xfer->endpoint->is_synced = 1; in ehci_device_isoc_fs_enter()
2762 if ((xfer->endpoint->is_synced == 0) ||
2772 xfer->endpoint->is_synced = 1;
Dxhci.c2054 if ((xfer->endpoint->is_synced == 0) || in xhci_setup_generic_chain()
2065 xfer->endpoint->is_synced = 1; in xhci_setup_generic_chain()