Searched refs:dst_file (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dscaling_video.c60 FILE *dst_file; local
83 dst_file = fopen(dst_filename, "wb");
84 if (!dst_file) {
127 fwrite(dst_data[0], 1, dst_bufsize, dst_file);
135 if (dst_file)
136 fclose(dst_file);
H A Dresampling_audio.c91 FILE *dst_file; local
108 dst_file = fopen(dst_filename, "wb");
109 if (!dst_file) {
192 fwrite(dst_data[0], 1, dst_bufsize, dst_file);
202 if (dst_file)
203 fclose(dst_file);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp.c276 void put_img(struct file *src_file, struct file *dst_file) argument
286 struct file *src_file = 0, *dst_file = 0; local
305 if (unlikely(get_img(&req->dst, fb, &dst_start, &dst_len, &dst_file))) {
327 src_len, dst_file, dst_start,
343 ret = mdp_ppp_blit(mdp, req, src_file, src_start, src_len, dst_file,
352 put_img(src_file, dst_file);
358 put_img(src_file, dst_file);
H A Dmdp_ppp.c579 struct file *src_file, struct file *dst_file)
605 struct file *dst_file)
640 flush_imgs(req, regs, src_file, dst_file);
647 struct file *dst_file, unsigned long dst_start, unsigned long dst_len)
728 send_blit(mdp, req, &regs, src_file, dst_file);
578 flush_imgs(struct mdp_blit_req *req, struct mdp_regs *regs, struct file *src_file, struct file *dst_file) argument
603 send_blit(const struct mdp_info *mdp, struct mdp_blit_req *req, struct mdp_regs *regs, struct file *src_file, struct file *dst_file) argument
645 mdp_ppp_blit(const struct mdp_info *mdp, struct mdp_blit_req *req, struct file *src_file, unsigned long src_start, unsigned long src_len, struct file *dst_file, unsigned long dst_start, unsigned long dst_len) argument
H A Dmdp_hw.h30 unsigned long src_len, struct file *dst_file,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c822 FILE * dst_file; local
827 dst_file = fopen(path, "w");
828 if( !dst_file )
833 nwritten = fwrite(buf, 1, size, dst_file);
834 fclose(dst_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dimage_utils.c867 FILE * dst_file; local
872 dst_file = fopen(path, "w");
873 if( !dst_file )
878 nwritten = fwrite(buf, 1, size, dst_file);
879 fclose(dst_file);

Completed in 72 milliseconds