Searched refs:frame_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.c128 static int frame_bottomBand = 0; variable
2019 ost->video_crop = ((frame_leftBand + frame_rightBand + frame_topBand + frame_bottomBand) != 0);
2025 (frame_topBand + frame_bottomBand) +
2030 ost->bottomBand = ost->original_bottomBand = frame_bottomBand;
2056 icodec->height - (frame_topBand + frame_bottomBand),
2072 ost->resample_height = icodec->height - (frame_topBand + frame_bottomBand);
2569 frame_bottomBand = atoi(arg);
2570 if (frame_bottomBand < 0) {
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c128 static int frame_bottomBand = 0; variable
2019 ost->video_crop = ((frame_leftBand + frame_rightBand + frame_topBand + frame_bottomBand) != 0);
2025 (frame_topBand + frame_bottomBand) +
2030 ost->bottomBand = ost->original_bottomBand = frame_bottomBand;
2056 icodec->height - (frame_topBand + frame_bottomBand),
2072 ost->resample_height = icodec->height - (frame_topBand + frame_bottomBand);
2569 frame_bottomBand = atoi(arg);
2570 if (frame_bottomBand < 0) {
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c128 static int frame_bottomBand = 0; variable
2019 ost->video_crop = ((frame_leftBand + frame_rightBand + frame_topBand + frame_bottomBand) != 0);
2025 (frame_topBand + frame_bottomBand) +
2030 ost->bottomBand = ost->original_bottomBand = frame_bottomBand;
2056 icodec->height - (frame_topBand + frame_bottomBand),
2072 ost->resample_height = icodec->height - (frame_topBand + frame_bottomBand);
2569 frame_bottomBand = atoi(arg);
2570 if (frame_bottomBand < 0) {
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
[all...]

Completed in 107 milliseconds