Searched refs:outfmt (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf.h61 unsigned int flags, unsigned int outfmt);
123 mp_image_t* ff_vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag, int w, int h);
138 unsigned int flags, unsigned int outfmt);
152 unsigned int flags, unsigned int outfmt);
H A Dvf_softpulldown.c134 unsigned int flags, unsigned int outfmt)
136 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
132 config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) argument
H A Dvf_uspp.c215 unsigned int flags, unsigned int outfmt){
255 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
213 config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) argument
H A Dvf_ilpack.c392 unsigned int flags, unsigned int outfmt)
390 config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) argument
H A Dvf_pp7.c349 unsigned int flags, unsigned int outfmt){
355 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
347 config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) argument
H A Dvf_fspp.c492 unsigned int flags, unsigned int outfmt)
501 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
490 config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int flags, unsigned int outfmt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_scale.c238 enum AVPixelFormat outfmt = outlink->format; local
335 if (outfmt == AV_PIX_FMT_PAL8) outfmt = AV_PIX_FMT_BGR8;
336 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL ||
337 av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PSEUDOPAL;
373 av_opt_set_int(*s, "dst_format", outfmt, 0);
H A Dvf_mp.c304 mp_image_t* ff_vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag, int w, int h){ argument
392 if(!mpi->bpp) ff_mp_image_setfmt(mpi,outfmt);
416 int flags=vf->query_format(vf,outfmt); // should not fail
417 if(!(flags&3)) ff_mp_msg(MSGT_DECVIDEO,MSGL_WARN,"??? ff_vf_get_image{vf->query_format(outfmt)} failed!\n");
512 unsigned int voflags, unsigned int outfmt){
519 int flags=vf->next->query_format(vf->next,outfmt);
510 ff_vf_next_config(struct vf_instance *vf, int width, int height, int d_width, int d_height, unsigned int voflags, unsigned int outfmt) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c777 static char *outfmt(char format, double b, char *obuf);
1929 outfmt('G', nbytes, nbytes_str);
1931 outfmt('I', nbytes, nbytes_str);
1935 outfmt(fmt, bytes_per_sec, outfmt_str));
1940 outfmt(fmt, (nbytes/cput)*1e6, outfmt_str));
2015 outfmt(char format, double num, char *obuf) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9m111.c315 static int mt9m111_setup_pixfmt(struct i2c_client *client, u16 outfmt) argument
319 ret = reg_write(OUTPUT_FORMAT_CTRL2_A, outfmt);
321 ret = reg_write(OUTPUT_FORMAT_CTRL2_B, outfmt);

Completed in 83 milliseconds