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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c698 int byte_delta= ((int)idelta)*2*ist->st->codec->channels; local
703 if(byte_delta < 0){
704 byte_delta= FFMAX(byte_delta, -size);
705 size += byte_delta;
706 buf -= byte_delta;
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
716 if(byte_delta > allocated_for_size - size){
717 allocated_for_size= byte_delta + (int64_t)size;
722 memset(input_tmp, 0, byte_delta);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c698 int byte_delta= ((int)idelta)*2*ist->st->codec->channels; local
703 if(byte_delta < 0){
704 byte_delta= FFMAX(byte_delta, -size);
705 size += byte_delta;
706 buf -= byte_delta;
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
716 if(byte_delta > allocated_for_size - size){
717 allocated_for_size= byte_delta + (int64_t)size;
722 memset(input_tmp, 0, byte_delta);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c698 int byte_delta= ((int)idelta)*2*ist->st->codec->channels; local
703 if(byte_delta < 0){
704 byte_delta= FFMAX(byte_delta, -size);
705 size += byte_delta;
706 buf -= byte_delta;
714 input_tmp= av_realloc(input_tmp, byte_delta + size);
716 if(byte_delta > allocated_for_size - size){
717 allocated_for_size= byte_delta + (int64_t)size;
722 memset(input_tmp, 0, byte_delta);
[all...]

Completed in 299 milliseconds