Searched refs:frame_height (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvmdav.c201 int frame_width, frame_height; local
207 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
209 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
221 (frame_height != s->avctx->height)) {
254 for (i = 0; i < frame_height; i++) {
284 for (i = 0; i < frame_height; i++) {
293 for (i = 0; i < frame_height; i++) {
H A Dsvq1enc.c56 int frame_height; member in struct:SVQ1Context
98 i= ff_match_2uint16(ff_svq1_frame_size_table, FF_ARRAY_ELEMS(ff_svq1_frame_size_table), s->frame_width, s->frame_height);
104 put_bits(&s->pb, 12, s->frame_height);
483 s->frame_height = avctx->height;
486 s->y_block_height = (s->frame_height + 15) / 16;
489 s->c_block_height = (s->frame_height / 4 + 15) / 16;
538 s->frame_width / (i?4:1), s->frame_height / (i?4:1),
H A Dutils.c1169 int frame_width = 0, frame_height = 0; local
1174 frame_height = video_frame_size_abbrs[i].height;
1183 frame_height = strtol(p, &p, 10);
1185 if (frame_width <= 0 || frame_height <= 0)
1188 *height_ptr = frame_height;
H A Dlibtheoraenc.c164 t_info.frame_height = FFALIGN(avc_context->height, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvmdav.c201 int frame_width, frame_height; local
207 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
209 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
221 (frame_height != s->avctx->height)) {
254 for (i = 0; i < frame_height; i++) {
284 for (i = 0; i < frame_height; i++) {
293 for (i = 0; i < frame_height; i++) {
H A Dsvq1enc.c56 int frame_height; member in struct:SVQ1Context
98 i= ff_match_2uint16(ff_svq1_frame_size_table, FF_ARRAY_ELEMS(ff_svq1_frame_size_table), s->frame_width, s->frame_height);
104 put_bits(&s->pb, 12, s->frame_height);
483 s->frame_height = avctx->height;
486 s->y_block_height = (s->frame_height + 15) / 16;
489 s->c_block_height = (s->frame_height / 4 + 15) / 16;
538 s->frame_width / (i?4:1), s->frame_height / (i?4:1),
H A Dutils.c1169 int frame_width = 0, frame_height = 0; local
1174 frame_height = video_frame_size_abbrs[i].height;
1183 frame_height = strtol(p, &p, 10);
1185 if (frame_width <= 0 || frame_height <= 0)
1188 *height_ptr = frame_height;
H A Dlibtheoraenc.c164 t_info.frame_height = FFALIGN(avc_context->height, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvmdav.c201 int frame_width, frame_height; local
207 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
209 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
221 (frame_height != s->avctx->height)) {
254 for (i = 0; i < frame_height; i++) {
284 for (i = 0; i < frame_height; i++) {
293 for (i = 0; i < frame_height; i++) {
H A Dsvq1enc.c56 int frame_height; member in struct:SVQ1Context
98 i= ff_match_2uint16(ff_svq1_frame_size_table, FF_ARRAY_ELEMS(ff_svq1_frame_size_table), s->frame_width, s->frame_height);
104 put_bits(&s->pb, 12, s->frame_height);
483 s->frame_height = avctx->height;
486 s->y_block_height = (s->frame_height + 15) / 16;
489 s->c_block_height = (s->frame_height / 4 + 15) / 16;
538 s->frame_width / (i?4:1), s->frame_height / (i?4:1),
H A Dutils.c1169 int frame_width = 0, frame_height = 0; local
1174 frame_height = video_frame_size_abbrs[i].height;
1183 frame_height = strtol(p, &p, 10);
1185 if (frame_width <= 0 || frame_height <= 0)
1188 *height_ptr = frame_height;
H A Dlibtheoraenc.c164 t_info.frame_height = FFALIGN(avc_context->height, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c118 static int frame_height = 0; variable
2560 if ((frame_topBand) >= frame_height){
2564 frame_height -= frame_topBand;
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
2611 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3082 frame_height = enc->height;
3094 frame_height >>= enc->lowres;
3222 st->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_widt
[all...]
H A Dffplay.c233 static int frame_height = 0; variable
2383 ap->height= frame_height;
2927 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2931 if ((frame_width % 2) != 0 || (frame_height % 2) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c118 static int frame_height = 0; variable
2560 if ((frame_topBand) >= frame_height){
2564 frame_height -= frame_topBand;
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
2611 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3082 frame_height = enc->height;
3094 frame_height >>= enc->lowres;
3222 st->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_widt
[all...]
H A Dffplay.c233 static int frame_height = 0; variable
2383 ap->height= frame_height;
2927 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2931 if ((frame_width % 2) != 0 || (frame_height % 2) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c118 static int frame_height = 0; variable
2560 if ((frame_topBand) >= frame_height){
2564 frame_height -= frame_topBand;
2574 if ((frame_bottomBand) >= frame_height){
2578 frame_height -= frame_bottomBand;
2611 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2985 ap->height = frame_height + frame_padtop + frame_padbottom;
3082 frame_height = enc->height;
3094 frame_height >>= enc->lowres;
3222 st->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_widt
[all...]
H A Dffplay.c233 static int frame_height = 0; variable
2383 ap->height= frame_height;
2927 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2931 if ((frame_width % 2) != 0 || (frame_height % 2) != 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c1533 u16 frame_height = height; local
1670 screen_width, width, frame_height, color_mode,
1675 screen_width, width, frame_height, color_mode,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/omap2/dss/
H A Ddispc.c1533 u16 frame_height = height; local
1670 screen_width, width, frame_height, color_mode,
1675 screen_width, width, frame_height, color_mode,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c2086 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); local
2106 } else if (frame_height > c->max_scaled_height) {
2109 c->rect.height = (frame_height + 1) & ~1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-driver.c2086 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); local
2106 } else if (frame_height > c->max_scaled_height) {
2109 c->rect.height = (frame_height + 1) & ~1;

Completed in 348 milliseconds