Searched refs:in_w (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Didn_win32.c49 wchar_t *in_w = Curl_convert_UTF8_to_wchar(in); local
50 if(in_w) {
52 if(IdnToAscii(0, in_w, -1, punycode, IDN_MAX_LENGTH) == 0) {
54 free(in_w);
57 free(in_w);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pad.c45 "in_w", "iw",
84 int in_w, in_h; ///< width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues member in struct:PadContext
166 s->in_w = ff_draw_round_to_sub(&s->draw, 0, -1, inlink->w);
206 w + (s->w - s->in_w),
347 s->x + s->in_w, s->y, s->w - s->x - s->in_w,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_pad.c42 "in_w", "iw",
94 int in_w, in_h; ///< width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues member in struct:__anon2088
213 pad->in_w = inlink->w & ~((1 << pad->hsub) - 1);
258 w + (pad->w - pad->in_w),
404 pad->x + pad->in_w, y, pad->w - pad->x - pad->in_w, h);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp_v31.c270 static void mdp_calc_scaleInitPhase_3p1(uint32 in_w, argument
297 src_ROI_width = in_w;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Drj54n1cb0c.c558 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h,
641 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, argument
646 unsigned int skip, resize, input_w = *in_w, input_h = *in_h,
817 *in_w = (output_w * resize + 512) / 1024;
823 *in_w, *in_h, resize, output_w, output_h, skip);

Completed in 234 milliseconds