Searched refs:out_h (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dconfdata.c333 FILE *out, *out_h; local
370 out_h = NULL;
372 out_h = fopen(".tmpconfig.h", "w");
373 if (!out_h)
392 if (out_h) {
408 fprintf(out_h, "/*\n"
431 if (out_h)
432 fprintf(out_h, "\n"
455 if (out_h) {
456 fprintf(out_h, "#unde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconfdata.c219 FILE *out, *out_h; local
229 out_h = fopen(".tmpconfig.h", "w");
230 if (!out_h)
235 fprintf(out_h, "/*\n"
254 fprintf(out_h, "\n"
275 fprintf(out_h, "#undef __%s__\n", sym->name);
279 fprintf(out_h, "#define __%s__MODULE 1\n", sym->name);
283 fprintf(out_h, "#define __%s__ 1\n", sym->name);
291 fprintf(out_h, "#define __%s__ \"", sym->name);
296 fwrite(str, l, 1, out_h);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_scale.c40 "out_h", "oh",
265 int out_h; local
279 out_h = sws_scale(scale->sws, data, cur_pic->linesize, y, h,
284 scale->slice_y -= out_h;
285 avfilter_draw_slice(link->dst->outputs[0], scale->slice_y, out_h, slice_dir);
287 scale->slice_y += out_h;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconfdata.c779 FILE *out, *tristate, *out_h; local
800 out_h = fopen(".tmpconfig.h", "w");
801 if (!out_h) {
819 fprintf(out_h, "/*\n"
844 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name);
850 fprintf(out_h, "#define CONFIG_%s 1\n", sym->name);
855 conf_write_string(true, sym->name, sym_get_string_value(sym), out_h);
860 fprintf(out_h, "#define CONFIG_%s 0x%s\n", sym->name, str);
865 fprintf(out_h, "#define CONFIG_%s %s\n", sym->name, str);
873 fclose(out_h);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp_v31.c273 uint32 out_h,
300 dst_ROI_height = out_h;
270 mdp_calc_scaleInitPhase_3p1(uint32 in_w, uint32 in_h, uint32 out_w, uint32 out_h, boolean is_rotate, boolean is_pp_x, boolean is_pp_y, struct phase_val *pval) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dartwork.c101 artwork_rescale(AVFormatContext *src_ctx, int s, int out_w, int out_h, int format, struct evbuffer *evbuf) argument
265 dst->height = out_h;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Drj54n1cb0c.c559 s32 *out_w, s32 *out_h);
642 s32 *out_w, s32 *out_h)
647 output_w = *out_w, output_h = *out_h;
820 *out_h = output_h;
641 rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, s32 *out_w, s32 *out_h) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dblizzard.c934 int out_w, int out_h)
940 "plane %d orig_w %d orig_h %d out_w %d out_h %d\n",
941 plane, orig_w, orig_h, out_w, out_h);
945 r = blizzard.int_ctrl->set_scale(plane, orig_w, orig_h, out_w, out_h);
952 p->out_height = out_h;
953 if (orig_w == out_w && orig_h == out_h)
933 blizzard_set_scale(int plane, int orig_w, int orig_h, int out_w, int out_h) argument

Completed in 79 milliseconds