Searched refs:pixel_aspect (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_buffer.h33 int64_t pts, AVRational pixel_aspect);
H A Dvf_transpose.c125 if (picref->video->pixel_aspect.num == 0) {
126 outlink->out_buf->video->pixel_aspect = picref->video->pixel_aspect;
128 outlink->out_buf->video->pixel_aspect.num = picref->video->pixel_aspect.den;
129 outlink->out_buf->video->pixel_aspect.den = picref->video->pixel_aspect.num;
H A Dvsrc_buffer.c36 AVRational pixel_aspect; member in struct:__anon2100
46 int64_t pts, AVRational pixel_aspect)
67 c->buf->video->pixel_aspect = pixel_aspect;
100 &c->pixel_aspect.num, &c->pixel_aspect.den)) != 7) {
140 link->sample_aspect_ratio = c->pixel_aspect;
45 av_vsrc_buffer_add_frame(AVFilterContext *buffer_filter, AVFrame *frame, int64_t pts, AVRational pixel_aspect) argument
H A Dvf_showinfo.c68 picref->video->pixel_aspect.num, picref->video->pixel_aspect.den,
H A Dvf_scale.c253 av_reduce(&outpicref->video->pixel_aspect.num, &outpicref->video->pixel_aspect.den,
254 (int64_t)picref->video->pixel_aspect.num * outlink->h * link->w,
255 (int64_t)picref->video->pixel_aspect.den * outlink->w * link->h,
H A Dvsrc_movie.c253 movie->picref->video->pixel_aspect = st->sample_aspect_ratio;
259 movie->picref->video->pixel_aspect.num, movie->picref->video->pixel_aspect.den);
H A Dvf_aspect.c69 picref->video->pixel_aspect = aspect->aspect;
H A Dvsrc_color.c142 picref->video->pixel_aspect = (AVRational) {1, 1};
H A Davfilter.h109 AVRational pixel_aspect; ///< pixel aspect ratio member in struct:AVFilterBufferRefVideoProps
H A Davfilter.c244 ref->video->pixel_aspect.num, ref->video->pixel_aspect.den,
695 dst->video->pixel_aspect = src->sample_aspect_ratio;
H A Dvf_frei0r.c434 picref->video->pixel_aspect = (AVRational) {1, 1};
H A Dvsrc_testsrc.c140 picref->video->pixel_aspect = test->sar;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersrc.c55 AVRational pixel_aspect; member in struct:BufferSourceContext
322 c->pixel_aspect.num, c->pixel_aspect.den, (char *)av_x_if_null(c->sws_param, ""));
346 { "sar_num", "deprecated, do not use", OFFSET(pixel_aspect.num), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, V },
347 { "sar_den", "deprecated, do not use", OFFSET(pixel_aspect.den), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX, V },
349 { "sar", "sample aspect ratio", OFFSET(pixel_aspect), AV_OPT_TYPE_RATIONAL, { .dbl = 1 }, 0, DBL_MAX, V },
350 { "pixel_aspect", "sample aspect ratio", OFFSET(pixel_aspect), AV_OPT_TYPE_RATIONAL, { .dbl = 1 }, 0, DBL_MAX, V },
471 link->sample_aspect_ratio = c->pixel_aspect;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_ps.c40 static const AVRational pixel_aspect[17] = { variable
167 } else if (aspect_ratio_idc < FF_ARRAY_ELEMS(pixel_aspect)) {
168 sps->sar = pixel_aspect[aspect_ratio_idc];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_ps.c43 static const AVRational pixel_aspect[17]={ variable
160 }else if(aspect_ratio_idc < FF_ARRAY_ELEMS(pixel_aspect)){
161 sps->sar= pixel_aspect[aspect_ratio_idc];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1091 frame->sample_aspect_ratio = picref->video->pixel_aspect;
H A Davplay.c657 if (vp->picref->video->pixel_aspect.num == 0)
660 aspect_ratio = av_q2d(vp->picref->video->pixel_aspect);
H A Davconv.c2025 ost->st->codec->sample_aspect_ratio = ost->picref->video->pixel_aspect;
H A Dffmpeg.c1673 ost->st->codec->sample_aspect_ratio = ost->picref->video->pixel_aspect;

Completed in 188 milliseconds