Searched refs:nb_frames (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c820 if (stream->stats.stream.nb_frames == 0 &&
891 if (stream->stats.stream.nb_frames > 0 ||
937 stream->stats.stream.nb_frames++;
979 stream->stats.stream.nb_frames,
H A Duvcvideo.h367 unsigned int nb_frames; /* Number of frames */ member in struct:uvc_stats_stream
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c824 u32 nb_frames, bool verbatim)
829 pkt_stream = __pkt_stream_alloc(nb_frames);
833 for (i = 0; i < nb_frames; i++) {
823 __pkt_stream_generate_custom(struct ifobject *ifobj, struct pkt *frames, u32 nb_frames, bool verbatim) argument

Completed in 243 milliseconds