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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmdav.c202 int frame_width, frame_height; local
208 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1;
210 if ((frame_width == s->avctx->width && frame_height == s->avctx->height) &&
222 (frame_height != s->avctx->height)) {
255 for (i = 0; i < frame_height; i++) {
285 for (i = 0; i < frame_height; i++) {
294 for (i = 0; i < frame_height; i++) {
H A Dsvq1enc.c54 int frame_height; member in struct:SVQ1Context
99 (ff_svq1_frame_size_table[i].height == s->frame_height))
110 put_bits(&s->pb, 12, s->frame_height);
492 s->frame_height = avctx->height;
495 s->y_block_height = (s->frame_height + 15) / 16;
498 s->c_block_height = (s->frame_height / 4 + 15) / 16;
546 s->frame_width / (i?4:1), s->frame_height / (i?4:1),
H A Dlibtheoraenc.c93 t_info.frame_height = avc_context->height;
H A Dutils.c1070 int frame_width = 0, frame_height = 0; local
1075 frame_height = video_frame_size_abbrs[i].height;
1084 frame_height = strtol(p, &p, 10);
1086 if (frame_width <= 0 || frame_height <= 0)
1089 *height_ptr = frame_height;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c115 static int frame_height = 0; variable
2339 if ((frame_topBand) >= frame_height){
2343 frame_height -= frame_topBand;
2357 if ((frame_bottomBand) >= frame_height){
2361 frame_height -= frame_bottomBand;
2402 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2406 if ((frame_width % 2) != 0 || (frame_height % 2) != 0) {
2807 ap->height = frame_height + frame_padtop + frame_padbottom;
2882 frame_height = enc->height;
3021 st->sample_aspect_ratio = av_d2q(frame_aspect_ratio*frame_height/frame_widt
[all...]
H A Dffplay.c188 static int frame_height = 0; variable
1933 ap->height= frame_height;
2402 if (av_parse_video_frame_size(&frame_width, &frame_height, arg) < 0) {
2406 if ((frame_width % 2) != 0 || (frame_height % 2) != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-driver.c2271 __s32 frame_height = height << !V4L2_FIELD_HAS_BOTH(field); local
2291 } else if (frame_height > c->max_scaled_height) {
2294 c->rect.height = (frame_height + 1) & ~1;

Completed in 187 milliseconds