/external/opencv3/3rdparty/include/ffmpeg_/libswscale/ |
D | swscale.h | 194 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, 321 int srcW, int srcH, enum AVPixelFormat srcFormat,
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blit.c | 445 const int srcH = abs(srcY1 - srcY0); in util_blit_pixels() local 500 src_box.height = srcH; in util_blit_pixels() 570 texTemp.height0 = srcH; in util_blit_pixels() 583 src_box.height = srcH; in util_blit_pixels() 601 t1 = srcH; in util_blit_pixels()
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 287 float srcX, float srcY, float srcW, float srcH, in setup_vertex_data_yuv() argument 297 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 291 float srcH, in setup_vertex_data_yuv() argument 303 spt1[1] = srcY + srcH; in setup_vertex_data_yuv()
|
/external/skia/src/effects/ |
D | SkDisplacementMapEffect.cpp | 66 const int srcH = src->height(); in computeDisplacement() local 84 *dstPtr++ = ((srcX < 0) || (srcX >= srcW) || (srcY < 0) || (srcY >= srcH)) ? in computeDisplacement()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1585 const GLint srcH = abs(srcY1 - srcY0); in _mesa_meta_BlitFramebuffer() local 1598 if (srcW > maxTexSize || srcH > maxTexSize in _mesa_meta_BlitFramebuffer() 1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); in _mesa_meta_BlitFramebuffer() 1686 setup_copypix_texture(tex, newTex, srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1693 GLuint *tmp = (GLuint *) malloc(srcW * srcH * sizeof(GLuint)); in _mesa_meta_BlitFramebuffer() 1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); in _mesa_meta_BlitFramebuffer() 1701 _mesa_ReadPixels(srcX, srcY, srcW, srcH, in _mesa_meta_BlitFramebuffer() 1704 setup_drawpix_texture(ctx, tex, newTex, GL_DEPTH_COMPONENT, srcW, srcH, in _mesa_meta_BlitFramebuffer()
|
/external/skia/src/core/ |
D | SkScalerContext.cpp | 377 int srcH = mask.fBounds.height(); in generateMask() local 379 int dstH = srcH; in generateMask()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 1430 const int srcH = abs(srcY1 - srcY0); in renderer_copy_surface() local 1469 texTemp.height0 = srcH; in renderer_copy_surface() 1484 u_box_2d_zslice(srcLeft, srcTop, src->u.tex.first_layer, srcW, srcH, &src_box); in renderer_copy_surface()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 3165 const float srcH = float(src.getHeight()); in compareGenMipmapBilinear() local 3183 const float cy = (float(y)+0.5f) / dstH * srcH; in compareGenMipmapBilinear() 3201 const float srcH = float(src.getHeight()); in compareGenMipmapBox() local 3219 const float cy = deFloatFloor(float(y) / dstH * srcH) + 1.0f; in compareGenMipmapBox() 3238 const float srcH = float(src.getHeight()); in compareGenMipmapVeryLenient() local 3246 const int minY = deFloorFloatToInt32(((float)y-0.5f) / dstH * srcH); in compareGenMipmapVeryLenient() 3248 const int maxY = deCeilFloatToInt32(((float)y+1.5f) / dstH * srcH); in compareGenMipmapVeryLenient()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1106 static SkISize auto_compute_translate(SkMatrix* matrix, int srcW, int srcH) { in auto_compute_translate() argument 1107 SkRect bounds = SkRect::MakeIWH(srcW, srcH); in auto_compute_translate()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3118 int srcH = de::abs(srcY1-srcY0); in blitFramebuffer() local 3121 bool scale = srcW != dstW || srcH != dstH; in blitFramebuffer() 3126 IVec4 srcRect = IVec4(srcOriginX, srcOriginY, srcW, srcH); in blitFramebuffer() 3143 RC_IF_ERROR(srcW != dstW || srcH != dstH, GL_INVALID_OPERATION, RC_RET_VOID); in blitFramebuffer()
|