Home
last modified time | relevance | path

Searched refs:nFrames (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
Dwebpmux.c212 int nFrames; in DisplayInfo() local
220 err = WebPMuxNumChunks(mux, id, &nFrames); in DisplayInfo()
223 printf("Number of %ss: %d\n", type_str, nFrames); in DisplayInfo()
224 if (nFrames > 0) { in DisplayInfo()
229 for (i = 1; i <= nFrames; i++) { in DisplayInfo()
/third_party/FreeBSD/sys/dev/usb/
Dusb_ioctl.h183 uint32_t nFrames; /* number of frames */ member
Dusb_generic.c971 if (fs_ep.nFrames > xfer->max_frame_count) { in ugen_fs_copy_in()
975 if (fs_ep.nFrames == 0) { in ugen_fs_copy_in()
1032 xfer->nframes = fs_ep.nFrames; in ugen_fs_copy_in()