Lines Matching refs:ret
320 int ret;
327 ret = write_stream_codec_info(s, st);
328 if (ret < 0) {
357 int ret;
365 ret = write_stream_codec_info(s, st);
366 if (ret < 0) {
381 int i, pad, ret;
416 ret = write_stream_codec(s, st);
417 if (ret < 0) {
429 ret = write_stream_data(s, st);
430 if (ret < 0) {
470 int ret = ff_check_h264_startcode(s, st, pkt);
471 if (ret < 0)
472 return ret;