Lines Matching defs:tmp
642 } *slices = NULL, *tmp;
689 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1);
690 if (!tmp) {
694 slices = tmp;
718 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1);
719 if (!tmp) {
723 slices = tmp;
753 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1);
754 if (!tmp) {
758 slices = tmp;