Lines Matching refs:pdest
571 unsigned char *pdest; in zr364xx_read_video_callback() local
597 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
633 frm->cur_size = ptr - pdest; in zr364xx_read_video_callback()
640 pdest += frm->cur_size; in zr364xx_read_video_callback()
641 memcpy(pdest, psrc, purb->actual_length); in zr364xx_read_video_callback()
658 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
660 while (ptr > pdest) { in zr364xx_read_video_callback()
666 if (ptr == pdest) in zr364xx_read_video_callback()
671 while (ptr > pdest) { in zr364xx_read_video_callback()
677 if (ptr != pdest) { in zr364xx_read_video_callback()
686 pdest[0], pdest[1], pdest[2], pdest[3], in zr364xx_read_video_callback()
687 pdest[4], pdest[5], pdest[6], pdest[7]); in zr364xx_read_video_callback()