Lines Matching refs:start
1002 uint8_t *buf, *end, *start = NULL;
1009 ret = ff_avc_parse_nal_units_buf(buf_in, &start, &size);
1014 buf = start;
1015 end = start + size;
1040 av_free(start);
1071 uint8_t *buf, *end, *start;
1082 /* Not a valid Annex B start code prefix */
1086 ret = ff_avc_parse_nal_units_buf(data, &start, &size);
1092 buf = start;
1093 end = start + size;
1122 av_free(start);