Lines Matching refs:pdest
579 unsigned char *pdest; in zr364xx_read_video_callback() local
605 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
633 frm->cur_size = ptr - pdest; in zr364xx_read_video_callback()
641 pdest += frm->cur_size; in zr364xx_read_video_callback()
642 memcpy(pdest, psrc, purb->actual_length); in zr364xx_read_video_callback()
659 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
661 while (ptr > pdest) { in zr364xx_read_video_callback()
667 if (ptr == pdest) in zr364xx_read_video_callback()
672 while (ptr > pdest) { in zr364xx_read_video_callback()
678 if (ptr != pdest) { in zr364xx_read_video_callback()
687 pdest[0], pdest[1], pdest[2], pdest[3], in zr364xx_read_video_callback()
688 pdest[4], pdest[5], pdest[6], pdest[7]); in zr364xx_read_video_callback()