Searched refs:format (Results 10876 - 10900 of 12439) sorted by relevance
1...<<431432433434435436437438439440>>...498
/third_party/ffmpeg/libavcodec/ |
H A D | vdpau.c | 134 hw_frames->format = AV_PIX_FMT_VDPAU; in ff_vdpau_common_frame_params()
|
/third_party/ffmpeg/libavfilter/ |
H A D | buffersink.c | 219 MAKE_AVFILTERLINK_ACCESSOR(int , format ) in MAKE_AVFILTERLINK_ACCESSOR()
|
H A D | vf_deflicker.c | 316 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_delogo.c | 292 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in filter_frame()
|
H A D | af_asupercut.c | 253 switch (inlink->format) { in config_input()
|
H A D | vf_hqdn3d.c | 258 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_remap_opencl.c | 221 av_get_pix_fmt_name(output->format), in remap_opencl_process_frame()
|
H A D | vf_yadif.c | 304 s->csp = av_pix_fmt_desc_get(outlink->format); in config_output()
|
H A D | vf_monochrome.c | 250 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vsrc_mptestsrc.c | 281 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(outlink->format); in config_props()
|
H A D | vf_feedback.c | 78 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_sab.c | 197 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_props()
|
H A D | vf_unsharp.c | 248 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_owdenoise.c | 320 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_subtitles.c | 147 ff_draw_init(&ass->draw, inlink->format, ass->alpha ? FF_DRAW_PROCESS_ALPHA : 0); in config_input() 163 /* libass stores an RGBA color in the format RRGGBBTT, where TT is the transparency level */
|
H A D | vf_thumbnail_cuda.c | 175 .res.pitch2D.format = pixel_size == 1 ? in thumbnail_kernel() 412 av_log(ctx, AV_LOG_ERROR, "Unsupported input format: %s\n", av_get_pix_fmt_name(hw_frames_ctx->sw_format)); in config_props()
|
H A D | vf_pp7.c | 282 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | vf_program_opencl.c | 170 av_get_pix_fmt_name(output->format), in program_opencl_run() 391 { "format", "Video format", OFFSET(source_format),
|
H A D | vf_vignette.c | 288 s->desc = av_pix_fmt_desc_get(inlink->format); in config_props()
|
/third_party/ffmpeg/libavformat/ |
H A D | argo_asf.c | 99 st->codecpar->format = AV_SAMPLE_FMT_S16P; in ff_argo_asf_fill_stream() 477 * NB: Can't do this as it conflicts with the actual ASF format.
|
H A D | smacker.c | 151 par->format = AV_PIX_FMT_PAL8; in smacker_read_header()
|
H A D | avformat.h | 37 * data in a specified container format. It also has an @ref lavf_io 43 * A supported input format is described by an AVInputFormat struct, conversely 44 * an output format is described by AVOutputFormat. You can iterate over all 58 * "output" format. It is either autodetected or set by user for input; 65 * with an AVFMT_NOFILE format). 69 * mechanism. Generic (format-independent) libavformat options are provided by 72 * from avformat_get_class()). Private (format-specific) options are provided by 74 * AVOutputFormat.priv_class of the corresponding format struct is non-NULL. 113 * specified file (autodetecting the format) and read the header, exporting the 127 * Since the format o [all...] |
H A D | dvenc.c | 8 * Raw DV format 333 /* Some checks -- DV format is very picky about its incoming streams */ in dv_init_mux() 352 vst->codecpar->format, vst->time_base); in dv_init_mux() 396 av_log(s, AV_LOG_ERROR, "Can't initialize DV format!\n" in dv_write_header()
|
H A D | flacenc.c | 156 if ((pixdesc = av_pix_fmt_desc_get(st->codecpar->format))) in flac_write_picture()
|
H A D | riffenc.c | 223 enum AVPixelFormat pix_fmt = par->format; in ff_put_bmp_header()
|
Completed in 25 milliseconds
1...<<431432433434435436437438439440>>...498