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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c122 static int frame_padtop = 0; variable
2020 ost->video_pad = ((frame_padleft + frame_padright + frame_padtop + frame_padbottom) != 0);
2026 (frame_padtop + frame_padbottom)) ||
2035 ost->padtop = frame_padtop;
2059 codec->height - (frame_padtop + frame_padbottom),
2634 frame_padtop = atoi(arg);
2635 if (frame_padtop < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3249 video_enc->height = frame_height + frame_padtop + frame_padbottom;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c122 static int frame_padtop = 0; variable
2020 ost->video_pad = ((frame_padleft + frame_padright + frame_padtop + frame_padbottom) != 0);
2026 (frame_padtop + frame_padbottom)) ||
2035 ost->padtop = frame_padtop;
2059 codec->height - (frame_padtop + frame_padbottom),
2634 frame_padtop = atoi(arg);
2635 if (frame_padtop < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3249 video_enc->height = frame_height + frame_padtop + frame_padbottom;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c122 static int frame_padtop = 0; variable
2020 ost->video_pad = ((frame_padleft + frame_padright + frame_padtop + frame_padbottom) != 0);
2026 (frame_padtop + frame_padbottom)) ||
2035 ost->padtop = frame_padtop;
2059 codec->height - (frame_padtop + frame_padbottom),
2634 frame_padtop = atoi(arg);
2635 if (frame_padtop < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3249 video_enc->height = frame_height + frame_padtop + frame_padbottom;

Completed in 94 milliseconds