/third_party/ffmpeg/libavcodec/ |
H A D | dv_profile.h | 48 AVRational sar[2]; /* sample aspect ratios for 4:3 and 16:9 */ member
|
H A D | mjpegenc_common.c | 173 AVRational sar = avctx->sample_aspect_ratio; in jpeg_put_comments() local
|
H A D | v4l2_context.c | 68 struct AVRational sar = { 0, 1 }; in v4l2_get_sar() local
|
H A D | vaapi_encode_mjpeg.c | 264 AVRational sar = pic->input_image->sample_aspect_ratio; in vaapi_encode_mjpeg_init_picture_params() local
|
H A D | gif.c | 327 const AVRational sar = avctx->sample_aspect_ratio; in gif_image_write_image() local
|
H A D | mediacodecdec_common.c | 499 AVRational sar = av_div_q( in mediacodec_dec_parse_format() local
|
H A D | libx265.c | 230 char sar[12]; in libx265_encode_init() local
|
H A D | h264_ps.h | 73 AVRational sar; member
|
H A D | utils.c | 105 int ff_set_sar(AVCodecContext *avctx, AVRational sar) in ff_set_sar() argument
|
H A D | hevc_ps.h | 50 AVRational sar; member
|
H A D | jpeg2000dec.c | 123 AVRational sar; member
|
H A D | rv34.c | 1589 static AVRational update_sar(int old_w, int old_h, AVRational sar, int new_w, int new_h) in update_sar() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | avc.h | 78 AVRational sar; member
|
H A D | asfenc.c | 522 AVRational sar = par->sample_aspect_ratio; in asf_write_header1() local
|
/third_party/ffmpeg/libavdevice/ |
H A D | sdl2.c | 99 AVRational sar, dar; /* sample and display aspect ratios */ in compute_texture_rect() local
|
H A D | xv.c | 138 AVRational sar = par->sample_aspect_ratio; in xv_write_header() local 229 AVRational sar, dar; /* sample and display aspect ratios */ compute_display_area() local [all...] |
H A D | opengl_enc.c | 670 AVRational sar, dar; /* sample and display aspect ratios */ in opengl_compute_display_area() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_aspect.c | 64 AVRational sar; member 80 static inline void compute_dar(AVRational *dar, AVRational sar, int w, int h) in compute_dar() argument [all...] |
H A D | vf_xmedian.c | 240 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
H A D | vf_stack.c | 199 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
H A D | vf_mix.c | 256 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
H A D | vf_vignette.c | 286 AVRational sar = inlink->sample_aspect_ratio; in config_props() local
|
H A D | vf_delogo.c | 298 AVRational sar; in filter_frame() local 98 apply_delogo(uint8_t *dst, int dst_linesize, uint8_t *src, int src_linesize, int w, int h, AVRational sar, int logo_x, int logo_y, int logo_w, int logo_h, unsigned int band, int show, int direct) apply_delogo() argument [all...] |
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 718 AVRational sar; in configure_input_video_filter() local
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.c | 323 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar) in av_image_check_sar() argument [all...] |