Searched refs:input_tmp (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c713 static uint8_t *input_tmp= NULL; local
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
722 memset(input_tmp, 0, byte_delta);
723 memcpy(input_tmp + byte_delta, buf, size);
724 buf= input_tmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c713 static uint8_t *input_tmp= NULL; local
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
722 memset(input_tmp, 0, byte_delta);
723 memcpy(input_tmp + byte_delta, buf, size);
724 buf= input_tmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c713 static uint8_t *input_tmp= NULL; local
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
722 memset(input_tmp, 0, byte_delta);
723 memcpy(input_tmp + byte_delta, buf, size);
724 buf= input_tmp;

Completed in 96 milliseconds