Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-sched.c237 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_ep_data_alloc()
242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc()
244 frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc()
734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb()
746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb()
1104 c67x00->current_frame = c67x00_get_current_frame_number(c67x00); in c67x00_do_work()
1105 if (c67x00->current_frame == c67x00->last_frame) in c67x00_do_work()
1107 c67x00->last_frame = c67x00->current_frame; in c67x00_do_work()
H A Dc67x00-hcd.h83 u16 current_frame; member
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddecorators.py226 current_frame = sys._getframe()
228 if frame is not current_frame:
279 current_frame = sys._getframe()
281 if frame is not current_frame:
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/
H A D0001-avcodec-vp3-Add-missing-check-for-av_malloc.patch29 if ((ret = ff_thread_get_buffer(avctx, &s->current_frame, AV_GET_BUFFER_FLAG_REF)) < 0)
34 s->edge_emu_buffer = av_malloc(9 * FFABS(s->current_frame.f->linesize[0]));
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Drepaper.c89 void *current_frame; member
579 repaper_frame_data_repeat(epd, buf, epd->current_frame, in repaper_fb_dirty()
582 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
584 repaper_frame_data_repeat(epd, epd->current_frame, NULL, in repaper_fb_dirty()
607 memcpy(epd->current_frame, buf, fb->width * fb->height / 8); in repaper_fb_dirty()
619 epd->current_frame, in repaper_fb_dirty()
1116 epd->current_frame = devm_kzalloc(dev, epd->width * epd->height / 8, in repaper_probe()
1118 if (!epd->current_frame) in repaper_probe()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dflac.c342 … buffer[], size_t const bytes, unsigned const samples, unsigned const current_frame, void * const … in flac_stream_encoder_write_callback() argument
345 (void) flac, (void) samples, (void) current_frame; in flac_stream_encoder_write_callback()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c137 u32 current_frame = dwc2_hsotg_read_frameno(hsotg); in dwc2_gadget_incr_frame_num() local
147 } else if (current_frame <= hs_ep->target_frame) { in dwc2_gadget_incr_frame_num()
1353 u32 current_frame = hsotg->frame_number; in dwc2_gadget_target_frame_elapsed() local
1360 if (!frame_overrun && current_frame >= target_frame) in dwc2_gadget_target_frame_elapsed()
1363 if (frame_overrun && current_frame >= target_frame && in dwc2_gadget_target_frame_elapsed()
1364 ((current_frame - target_frame) < limit / 2)) in dwc2_gadget_target_frame_elapsed()
/OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/
H A Docteon-hcd.c1842 u64 current_frame = usb->frame_number; in cvmx_usb_find_ready_pipe() local
1850 (pipe->next_tx_frame <= current_frame) && in cvmx_usb_find_ready_pipe()
1852 ((((int)current_frame - pipe->split_sc_frame) & 0x7f) < in cvmx_usb_find_ready_pipe()