Searched refs:format (Results 11001 - 11025 of 12638) sorted by relevance
1...<<441442443444445446447448449450>>...506
/third_party/ffmpeg/libavfilter/ |
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()
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 343 Err(Location(), "Unknown command format. See \"gn help refs\"",
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dmix_generic.c | 517 if (snd_pcm_format_cpu_endian(dmix->shmptr->s.format)) { in generic_mix_select_callbacks()
|
/third_party/backends/backend/ |
H A D | canon_dr.h | 106 SANE_Frame format; /*SANE_FRAME_**/ member 396 SANE_Frame format;
|
H A D | bh.h | 230 SANE_Frame format; member
|
/third_party/backends/japi/ |
H A D | Sane.c | 416 fid = (*env)->GetFieldID(env, paramsClass, "format", "I"); in Java_Sane_getParameters() 417 (*env)->SetIntField(env, paramsObj, fid, params.format); in Java_Sane_getParameters()
|
Completed in 27 milliseconds
1...<<441442443444445446447448449450>>...506