/third_party/ffmpeg/libavformat/ |
D | avc.h | 48 AVRational sar; member
|
D | asfenc.c | 554 AVRational sar = par->sample_aspect_ratio; in asf_write_header1() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_aspect.c | 62 AVRational sar; member 78 static inline void compute_dar(AVRational *dar, AVRational sar, int w, int h) in compute_dar()
|
D | vf_delogo.c | 100 int w, int h, AVRational sar, in apply_delogo() 306 AVRational sar; in filter_frame() local
|
D | vf_coreimage.m | 43 AVRational sar; ///< sample aspect ratio field
|
D | vf_stack.c | 192 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
D | vf_vignette.c | 294 AVRational sar = inlink->sample_aspect_ratio; in config_props() local
|
D | vf_mix.c | 239 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
D | vf_xmedian.c | 270 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
/third_party/ffmpeg/libavcodec/ |
D | dv_profile.h | 49 AVRational sar[2]; /* sample aspect ratios for 4:3 and 16:9 */ member
|
D | mjpegenc_common.c | 143 AVRational sar = avctx->sample_aspect_ratio; in jpeg_put_comments() local
|
D | vaapi_encode_mjpeg.c | 264 AVRational sar = pic->input_image->sample_aspect_ratio; in vaapi_encode_mjpeg_init_picture_params() local
|
D | v4l2_context.c | 68 struct AVRational sar = { 0, 1 }; in v4l2_get_sar() local
|
D | mediacodecdec_common.c | 509 AVRational sar = av_div_q( in mediacodec_dec_parse_format() local
|
D | libx265.c | 203 char sar[12]; in libx265_encode_init() local
|
D | gif.c | 326 const AVRational sar = avctx->sample_aspect_ratio; in gif_image_write_image() local
|
D | h264_ps.h | 73 AVRational sar; member
|
D | utils.c | 99 int ff_set_sar(AVCodecContext *avctx, AVRational sar) in ff_set_sar()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdrepresentationbasenode.h | 38 GstXMLRatio *sar; member
|
/third_party/ffmpeg/libavdevice/ |
D | xv.c | 138 AVRational sar = par->sample_aspect_ratio; in xv_write_header() local 229 AVRational sar, dar; /* sample and display aspect ratios */ in compute_display_area() local
|
D | sdl2.c | 99 AVRational sar, dar; /* sample and display aspect ratios */ in compute_texture_rect() local
|
D | opengl_enc.c | 670 AVRational sar, dar; /* sample and display aspect ratios */ in opengl_compute_display_area() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 735 AVRational sar; in configure_input_video_filter() local
|
D | ffplay.c | 165 AVRational sar; member 1325 static void set_default_window_size(int width, int height, AVRational sar) in set_default_window_size() 2904 AVRational sar = av_guess_sample_aspect_ratio(ic, st, NULL); in read_thread() local
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 322 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar) in av_image_check_sar()
|