Searched refs:win_end (Results 1 – 2 of 2) sorted by relevance
907 context->window, context->win_end, n, rest_bits, *data_end); in gst_rtp_h263_pay_move_window_right()912 while (n != 0 || context->win_end == ((*data_end) + 1)) { in gst_rtp_h263_pay_move_window_right()913 guint8 b = context->win_end <= *data_end ? *context->win_end : 0; in gst_rtp_h263_pay_move_window_right()922 context->win_end++; in gst_rtp_h263_pay_move_window_right()937 context->win_end++; in gst_rtp_h263_pay_move_window_right()942 context->win_end++; in gst_rtp_h263_pay_move_window_right()945 *orig_data = context->win_end - 4; in gst_rtp_h263_pay_move_window_right()949 context->win_end, context->window, *orig_data, rest_bits); in gst_rtp_h263_pay_move_window_right()1457 context->win_end = boundry.end; in gst_rtp_h263_pay_mode_B_fragment()
81 guint8 *win_end; member