Lines Matching defs:res
52 int res;100 res = avio_open_dyn_buf(&rtp_h261_ctx->buf);101 if (res < 0)102 return res;122 res = init_get_bits(&gb, buf, len*8 - ebit);123 if (res < 0)124 return res;160 res = ff_rtp_finalize_packet(pkt, &rtp_h261_ctx->buf, st->index);161 if (res < 0)162 return res;