Searched refs:max_raw (Results 1 – 1 of 1) sorted by relevance
3810 int max_raw = MAX_RAW_DATA_SIZE(ov->maxwidth, ov->maxheight); in ov511_move_data() local3859 RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw); in ov511_move_data()3928 if (frame->bytes_recvd <= max_raw) in ov511_move_data()3933 frame->bytes_recvd - max_raw); in ov511_move_data()3936 if (frame->bytes_recvd <= max_raw) in ov511_move_data()3941 frame->bytes_recvd - max_raw); in ov511_move_data()3962 if (frame->bytes_recvd + copied + 32 <= max_raw) in ov511_move_data()3982 int max_raw = MAX_RAW_DATA_SIZE(ov->maxwidth, ov->maxheight); in ov518_move_data() local4029 RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw); in ov518_move_data()4088 if (frame->bytes_recvd <= max_raw) in ov518_move_data()[all …]