Home
last modified time | relevance | path

Searched refs:sourceHeight (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/image_util/
Dgeneratemip.inc33 static void GenerateMip_Y(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
39 ASSERT(sourceHeight > 1);
53 static void GenerateMip_X(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
59 ASSERT(sourceHeight == 1);
73 static void GenerateMip_Z(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
79 ASSERT(sourceHeight == 1);
93 static void GenerateMip_XY(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
99 ASSERT(sourceHeight > 1);
122 static void GenerateMip_YZ(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
128 ASSERT(sourceHeight > 1);
[all …]
Dgeneratemip.h21 size_t sourceHeight,
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dgeneratemip.inc33 static void GenerateMip_Y(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
39 ASSERT(sourceHeight > 1);
53 static void GenerateMip_X(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
59 ASSERT(sourceHeight == 1);
73 static void GenerateMip_Z(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
79 ASSERT(sourceHeight == 1);
93 static void GenerateMip_XY(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
99 ASSERT(sourceHeight > 1);
122 static void GenerateMip_YZ(size_t sourceWidth, size_t sourceHeight, size_t sourceDepth,
128 ASSERT(sourceHeight > 1);
[all …]
Dgeneratemip.h21 size_t sourceHeight,
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
Dilm_control_notification_test.cpp177 LayerProperties.sourceHeight = layerProperties->sourceHeight; in LayerCallbackFunction()
215 SurfaceProperties.sourceHeight = surfaceProperties->sourceHeight; in SurfaceCallbackFunction()
328 EXPECT_EQ(99u,LayerProperties.sourceHeight); in TEST_F()
367 EXPECT_EQ(99u,LayerProperties.sourceHeight); in TEST_F()
417 EXPECT_EQ(99u,LayerProperties.sourceHeight); in TEST_F()
554 EXPECT_EQ(99u,SurfaceProperties.sourceHeight); in TEST_F()
593 EXPECT_EQ(99u,SurfaceProperties.sourceHeight); in TEST_F()
644 EXPECT_EQ(99u,SurfaceProperties.sourceHeight); in TEST_F()
Dilm_control_test.cpp205 ASSERT_EQ(4u, surfaceProperties.sourceHeight); in TEST_F()
474 ASSERT_EQ(4u, surfaceProperties.sourceHeight); in TEST_F()
494 ASSERT_EQ(78u, surfaceProperties2.sourceHeight); in TEST_F()
519 ASSERT_EQ(4u, layerProperties1.sourceHeight); in TEST_F()
538 ASSERT_EQ(78u, layerProperties2.sourceHeight); in TEST_F()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmCommon/include/
Dilm_types.h191 t_ilm_uint sourceHeight; /*!< source height value of the surface */ member
214 t_ilm_uint sourceHeight; /*!< source height value of the layer */ member
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Danalyze.cpp203 if (targetSurfaceProperties.sourceHeight <= minDimension) in analyzeSurfaceDimensions()
206 …iption, "Surface %i has [sourceHeight=%i]", targetSurfaceId, targetSurfaceProperties.sourceHeight); in analyzeSurfaceDimensions()
283 if (targetLayerProperties.sourceHeight <= minDimension) in analyzeLayerDimensions()
286 …ription, "Layer %i has [sourceHeight=%i]", targetSurfaceLayer, targetLayerProperties.sourceHeight); in analyzeLayerDimensions()
Dcontrol.cpp61 << ", height:" << properties->sourceHeight in layerNotificationCallback()
170 << ", height:" << properties->sourceHeight in surfaceNotificationCallback()
Dcommon.cpp56 t_ilm_float verticalScale = targetLayerProperties.sourceHeight ? in getSurfaceScreenCoordinates()
57 1.0 * targetLayerProperties.destHeight / targetLayerProperties.sourceHeight : 0; in getSurfaceScreenCoordinates()
Dprint.cpp134 << p.sourceY << ", w=" << p.sourceWidth << ", h=" << p.sourceHeight in printLayerProperties()
228 << p.sourceY << ", w=" << p.sourceWidth << ", h=" << p.sourceHeight in printSurfaceProperties()
Dsceneio.cpp55 pSurface->set("sourceHeight", props.sourceHeight); in captureSceneDataHelper()
71 pLayer->set("sourceHeight", props.sourceHeight); in captureSceneDataHelper()
/third_party/skia/third_party/externals/swiftshader/src/Main/
DFrameBufferGDI.cpp86 int sourceHeight = sourceRect ? sourceRect->y1 - sourceRect->y0 : height; in blit() local
92 …, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth, sourceHeight, SRCCOPY); in blit()
/third_party/ffmpeg/libavcodec/
Dlibx265.c160 ctx->params->sourceHeight = avctx->height; in libx265_encode_init()
165 if (ctx->params->sourceWidth < 64 || ctx->params->sourceHeight < 64) in libx265_encode_init()
167 if (ctx->params->sourceWidth < 32 || ctx->params->sourceHeight < 32) in libx265_encode_init()
169 if (ctx->params->sourceWidth < 16 || ctx->params->sourceHeight < 16) { in libx265_encode_init()
171 ctx->params->sourceWidth, ctx->params->sourceHeight); in libx265_encode_init()
/third_party/boost/libs/hana/doc/js/
Dhighcharts-exporting.js23 …dth||/px$/.test(c)&&parseInt(c,10)||(f.isGantt?800:600);e=f.exporting.sourceHeight||f.chart.height…
25 …porting:{sourceWidth:a&&a.sourceWidth||f.sourceWidth,sourceHeight:a&&a.sourceHeight||f.sourceHeigh… property
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DSceneStore.h563 PROPERTY(t_ilm_uint, sourceHeight)
585 PROPERTY(t_ilm_uint, sourceHeight)
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp1301 const auto sourceHeight = image[0].height / compressedInfo->blockSize[1]; in __anon399be5114102() local
1307 … << getTextureFormatStr(uncompressedFormat).toString() << " " << sourceWidth << "x" << sourceHeight in __anon399be5114102()
1312 …gl.texImage2D(GL_TEXTURE_2D, 0, uncompressedFormat, sourceWidth, sourceHeight, 0, unsizedInfo.form… in __anon399be5114102()
1322 …EXTURE_2D, 0, 0, 0, 0, context.texIds[1], GL_TEXTURE_2D, 0, 0, 0, 0, sourceWidth, sourceHeight, 1); in __anon399be5114102()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h125 size_t sourceHeight,
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c858 encoder->x265param.sourceHeight = info->height; in gst_x265_enc_init_encoder_locked()
865 || encoder->x265param.sourceHeight < 64) in gst_x265_enc_init_encoder_locked()
868 || encoder->x265param.sourceHeight < 32) in gst_x265_enc_init_encoder_locked()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.h241 size_t sourceHeight,
DTextureVk.cpp101 const size_t sourceHeight, in generateMipmapLevelsWithCPU() argument
106 size_t previousLevelHeight = sourceHeight; in generateMipmapLevelsWithCPU()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/ilmControl/src/
Dilm_control_wayland_platform.c271 (ctx_layer->prop.sourceHeight == (t_ilm_uint)height))) in wm_listener_layer_source_rectangle()
277 ctx_layer->prop.sourceHeight = (t_ilm_uint)height; in wm_listener_layer_source_rectangle()
500 (ctx_surf->prop.sourceHeight == (t_ilm_uint)height))) in wm_listener_surface_source_rectangle()
506 ctx_surf->prop.sourceHeight = (t_ilm_uint)height; in wm_listener_surface_source_rectangle()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.h75 size_t sourceHeight,
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp769 const int sourceHeight = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight()) : (fboTexH); in render() local
771 const int gridRenderHeight= de::min(256, sourceHeight); in render()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.h382 const size_t sourceHeight,

12