Lines Matching defs:len
48 const uint8_t *buf, int len, uint16_t seq,
61 if (len < RTP_H261_PAYLOAD_HEADER_SIZE + 1) {
62 av_log(ctx, AV_LOG_ERROR, "Too short RTP/H.261 packet, got %d bytes\n", len);
94 len -= RTP_H261_PAYLOAD_HEADER_SIZE;
117 len--;
122 res = init_get_bits(&gb, buf, len*8 - ebit);
137 len = 0;
141 if (len > 0)
142 avio_write(rtp_h261_ctx->buf, buf, len - 1);
144 rtp_h261_ctx->endbyte = buf[len - 1] & (0xff << ebit);
146 avio_write(rtp_h261_ctx->buf, buf, len);