Searched refs:frame_pos (Results 1 – 1 of 1) sorted by relevance
854 char *frame_pos = (char *) pBuffer->pBuffer; in fbd_thread() local863 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; in fbd_thread()865 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread()866 frame_pos += stride; in fbd_thread()869 frame_pos = (nViewsDone == 0 ? in fbd_thread()872 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; in fbd_thread()874 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread()875 frame_pos += stride; in fbd_thread()879 frame_pos = view2; in fbd_thread()