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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c267 int bottomBand; member in struct:AVOutputStream
955 int64_t topBand, bottomBand, leftBand, rightBand; local
1031 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1043 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1049 bottomBand = ((int64_t)ist->st->codec->height * ost->original_bottomBand / ost->original_height) & ~1;
1055 assert(bottomBand <= INT_MAX && bottomBand >= 0);
1060 ost->bottomBand = bottomBand;
1064 ost->resample_height = ist->st->codec->height - (ost->topBand + ost->bottomBand);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c267 int bottomBand; member in struct:AVOutputStream
955 int64_t topBand, bottomBand, leftBand, rightBand; local
1031 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1043 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1049 bottomBand = ((int64_t)ist->st->codec->height * ost->original_bottomBand / ost->original_height) & ~1;
1055 assert(bottomBand <= INT_MAX && bottomBand >= 0);
1060 ost->bottomBand = bottomBand;
1064 ost->resample_height = ist->st->codec->height - (ost->topBand + ost->bottomBand);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c267 int bottomBand; member in struct:AVOutputStream
955 int64_t topBand, bottomBand, leftBand, rightBand; local
1031 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1043 if( (ost->resample_height != (ist->st->codec->height - (ost->topBand + ost->bottomBand)))
1049 bottomBand = ((int64_t)ist->st->codec->height * ost->original_bottomBand / ost->original_height) & ~1;
1055 assert(bottomBand <= INT_MAX && bottomBand >= 0);
1060 ost->bottomBand = bottomBand;
1064 ost->resample_height = ist->st->codec->height - (ost->topBand + ost->bottomBand);
[all...]

Completed in 127 milliseconds