Lines Matching refs:pdest
556 unsigned char *pdest; in zr364xx_read_video_callback() local
580 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
616 frm->cur_size = ptr - pdest; in zr364xx_read_video_callback()
623 pdest += frm->cur_size; in zr364xx_read_video_callback()
624 memcpy(pdest, psrc, purb->actual_length); in zr364xx_read_video_callback()
641 ptr = pdest = frm->lpvbits; in zr364xx_read_video_callback()
643 while (ptr > pdest) { in zr364xx_read_video_callback()
649 if (ptr == pdest) in zr364xx_read_video_callback()
654 while (ptr > pdest) { in zr364xx_read_video_callback()
660 if (ptr != pdest) { in zr364xx_read_video_callback()
669 pdest[0], pdest[1], pdest[2], pdest[3], in zr364xx_read_video_callback()
670 pdest[4], pdest[5], pdest[6], pdest[7]); in zr364xx_read_video_callback()