/third_party/ffmpeg/libavformat/ |
D | avc.h | 48 AVRational sar; member
|
D | asfenc.c | 550 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 | 101 int w, int h, AVRational sar, in apply_delogo() 307 AVRational sar; in filter_frame() local
|
D | vf_coreimage.m | 43 AVRational sar; ///< sample aspect ratio field
|
D | vf_stack.c | 195 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
D | vf_mix.c | 224 AVRational sar = ctx->inputs[0]->sample_aspect_ratio; in config_output() local
|
D | vf_vignette.c | 297 AVRational sar = inlink->sample_aspect_ratio; in config_props() local
|
D | vf_xmedian.c | 264 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 | vaapi_encode_mjpeg.c | 264 AVRational sar = pic->input_image->sample_aspect_ratio; in vaapi_encode_mjpeg_init_picture_params() local
|
D | mjpegenc_common.c | 171 AVRational sar = avctx->sample_aspect_ratio; in jpeg_put_comments() local
|
D | v4l2_context.c | 68 struct AVRational sar = { 0, 1 }; in v4l2_get_sar() local
|
D | libx265.c | 203 char sar[12]; in libx265_encode_init() local
|
D | mediacodecdec_common.c | 509 AVRational sar = av_div_q( in mediacodec_dec_parse_format() local
|
D | gif.c | 281 const AVRational sar = avctx->sample_aspect_ratio; in gif_image_write_image() local
|
D | h264_ps.h | 73 AVRational 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
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | fsl_dma.h | 38 uint sar; /* DMA source address register */ member 90 uint sar; /* DMA source address register */ member
|
/third_party/uboot/u-boot-2020.01/arch/xtensa/include/asm/ |
D | ptrace.h | 95 unsigned long sar; /* 44 */ member
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-mvebu/serdes/axp/ |
D | high_speed_env_lib.c | 171 u32 sar; in board_cpu_freq_get() local
|
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 287 int av_image_check_sar(unsigned int w, unsigned int h, AVRational sar) in av_image_check_sar()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 763 AVRational sar; in configure_input_video_filter() local
|
D | ffplay.c | 165 AVRational sar; member 1328 static void set_default_window_size(int width, int height, AVRational sar) in set_default_window_size() 2900 AVRational sar = av_guess_sample_aspect_ratio(ic, st, NULL); in read_thread() local
|