Home
last modified time | relevance | path

Searched refs:widthIn (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_texture.c110 GLuint widthIn, in st_gl_texture_dims_to_pipe_dims() argument
122 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
129 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
138 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
145 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
151 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
160 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
Dst_texture.h161 GLuint widthIn,
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp2325 static void findClosestSizeAndSubtype(videoDevice * VD, int widthIn, int heightIn, int &widthOut, i…
2367 if( widthIn == x ){
2372 else if( abs(widthIn-x) < abs(widthIn-tempW) ){
2394 widthOut = widthIn;
2402 …else if( abs(widthIn - tempW) + abs(heightIn - tempH) < abs(widthIn - nearW) + abs(heightIn - nea…