Searched refs:in_height (Results 1 - 10 of 10) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.h | 46 // also stores in_width/in_height, unscaled! 74 bool nextPage(float in_width,float in_height,NupPageEdit &ret);
|
H A D | nup.cc | 204 bool NupState::nextPage(float in_width,float in_height,NupPageEdit &ret) // {{{ in nextPage() argument 214 ret.sub.height=in_height; in nextPage()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_transpose_npp.c | 178 static int init_processing_chain(AVFilterContext *ctx, int in_width, int in_height, in init_processing_chain() argument 211 rot_height = in_height; in init_processing_chain() 217 s->stages[STAGE_ROTATE].planes_in[0].height = in_height; in init_processing_chain()
|
H A D | vf_scale_npp.c | 518 static int init_processing_chain(AVFilterContext *ctx, int in_width, int in_height, in init_processing_chain() argument 559 if (in_width != out_width || in_height != out_height || in init_processing_chain() 564 (out_width > in_width && out_height > in_height)) { in init_processing_chain() 569 !(out_width < in_width && out_height < in_height)) { in init_processing_chain() 588 s->stages[STAGE_DEINTERLEAVE].planes_in[0].height = in_height; in init_processing_chain() 593 s->stages[STAGE_RESIZE].planes_in[0].height = in_height; in init_processing_chain()
|
H A D | vf_scale_cuda.c | 221 static av_cold int init_processing_chain(AVFilterContext *ctx, int in_width, int in_height, in init_processing_chain() argument 254 if (s->passthrough && in_width == out_width && in_height == out_height && in_format == out_format) { in init_processing_chain() 265 if (in_width == out_width && in_height == out_height && in init_processing_chain()
|
H A D | v360.h | 160 int in_width, in_height; member
|
H A D | vf_scale_qsv.c | 438 static int init_scale_session(AVFilterContext *ctx, int in_width, int in_height, in init_scale_session() argument
|
H A D | vf_v360.c | 4241 const int in_height = s->inplaneheight[p]; in v360_slice() local 4270 in_mask = s->in_transform(s, vec, in_height, in_width, rmap.v, rmap.u, &du, &dv); in v360_slice() 4272 in_mask = s->in_transform(s, vec, in_width, in_height, rmap.u, rmap.v, &du, &dv); in v360_slice() 4273 input_flip(rmap.u, rmap.v, in_width, in_height, s->ih_flip, s->iv_flip); in v360_slice() 4430 s->in_height = s->inplaneheight[0]; in config_output() 4459 FFSWAP(int, s->in_width, s->in_height); in config_output()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 692 static av_cold void opengl_get_texture_size(OpenGLContext *opengl, int in_width, int in_height, in opengl_get_texture_size() argument 697 *out_height = in_height; in opengl_get_texture_size() 699 int max = FFMIN(FFMAX(in_width, in_height), opengl->max_texture_size); in opengl_get_texture_size() 706 in_width, in_height, *out_width, *out_height); in opengl_get_texture_size()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 543 const int in_height = io->mb_h; in AllocateAndInitRescaler() local 566 if (!WebPRescalerInit(dec->rescaler, in_width, in_height, in AllocateAndInitRescaler()
|
Completed in 18 milliseconds