Home
last modified time | relevance | path

Searched defs:sourceSize (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.cpp33 auto sourceSize = Size(static_cast<double>(texture->GetSrcWidth()), static_cast<double>(texture->GetSrcHeight())); in Update() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dhist.c66 HIST_count_parallel_wksp( unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, HIST_checkInput_e check, U32* const workSpace) HIST_count_parallel_wksp() argument
140 HIST_countFast_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_countFast_wksp() argument
154 HIST_count_wksp(unsigned* count, unsigned* maxSymbolValuePtr, const void* source, size_t sourceSize, void* workSpace, size_t workSpaceSize) HIST_count_wksp() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp92 std::pair<int32_t, int32_t> sourceSize = source->GetImageSize(); in MakePixmapImage() local
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_loading_context.cpp139 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) {} in SetSourceSize() argument
91 MakeCanvasImageIfNeed(const SizeF& dstSize, bool incomingNeedResize, ImageFit incomingImageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument
100 MakeCanvasImage( const SizeF& dstSize, bool needResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_source_loading.cpp168 bool GenDecodeOpts(const Size &sourceSize, const Size &targetSize, DecodeOptions &decodeOpts) in GenDecodeOpts() argument
192 Size ConvertDecodeSize(ThumbnailData &data, const Size &sourceSize, Size &desiredSize) in ConvertDecodeSize() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp169 void ImageComponent::SetImageSourceSize(const std::pair<Dimension, Dimension>& sourceSize) in SetImageSourceSize() argument
H A Drosen_render_image.cpp877 Size sourceSize = (skImage ? Size(skImage->GetWidth(), skImage->GetHeight()) : Size()); local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp336 Media::Size sourceSize = FuzzSize(data, size); in ThumbnailSourceTest() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp546 void ImageLoadingContext::SetSourceSize(const std::optional<SizeF>& sourceSize) in SetSourceSize() argument
459 MakeCanvasImageIfNeed(const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize, bool hasValidSlice) MakeCanvasImageIfNeed() argument
489 MakeCanvasImage( const SizeF& dstSize, bool autoResize, ImageFit imageFit, const std::optional<SizeF>& sourceSize) MakeCanvasImage() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1418 size_t sourceSize = strlen(g_programSource) + 1; // '\0' occupies 1 bytes in AstcClBuildProgram() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBlit9.cpp384 formatConvert(Context9 *context9, IDirect3DBaseTexture9 *source, const RECT &sourceRect, const gl::Extents &sourceSize, GLenum destFormat, const gl::Offset &destOffset, IDirect3DSurface9 *dest, bool flipY, bool premultiplyAlpha, bool unmultiplyAlpha) formatConvert() argument
613 setViewportAndShaderConstants(const RECT &sourceRect, const gl::Extents &sourceSize, const RECT &destRect, bool flipY) setViewportAndShaderConstants() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.cpp447 SizeF sourceSize = in SetImageSourceSize() local
712 SizeF sourceSize = in SetImageSourceSize() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp42 const size_t sourceSize = componentCount * componentByteSize * count; in Read() local
/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp683 uint64_t sourceSize = 0; in Sniff() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dfse_compress.c357 static size_t FSE_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned checkMax, in FSE_count_parallel_wksp() argument
448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_countFast_wksp() argument
458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sourceSize, unsigned *workSpace) in FSE_count_wksp() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Drbbitblb.cpp1049 int32_t sourceSize = source->size(); in setAdd() local
/third_party/node/deps/icu-small/source/common/
H A Drbbitblb.cpp1034 int32_t sourceSize = source->size(); in setAdd() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DCopyTests.cpp511 void DoTest(uint64_t sourceSize, in GetExpectedTextureData() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbitblb.cpp1046 int32_t sourceSize = source->size(); in setAdd() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp750 deUint32 sourceSize = 0; in createBuffers() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DBlit11.cpp52 StretchedBlitNearest_RowByRow(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, size_t pixelSize, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest_RowByRow() argument
84 StretchedBlitNearest_PixelByPixel(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest_PixelByPixel() argument
130 StretchedBlitNearest(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clipRect, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) StretchedBlitNearest() argument
215 CopyDepthStencil(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) CopyDepthStencil() argument
264 BlitD24S8ToD32F(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) BlitD24S8ToD32F() argument
302 BlitD32FS8ToD32F(const gl::Box &sourceArea, const gl::Box &destArea, const gl::Rectangle &clippedDestArea, const gl::Extents &sourceSize, unsigned int sourceRowPitch, unsigned int destRowPitch, ptrdiff_t readOffset, ptrdiff_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, const uint8_t *sourceData, uint8_t *destData) BlitD32FS8ToD32F() argument
361 GenerateVertexCoords(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, float *x1, float *y1, float *x2, float *y2, float *u1, float *v1, float *u2, float *v2) GenerateVertexCoords() argument
385 Write2DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, void *outVertices, unsigned int *outStride, unsigned int *outVertexCount, D3D11_PRIMITIVE_TOPOLOGY *outTopology) Write2DVertices() argument
411 Write3DVertices(const gl::Box &sourceArea, const gl::Extents &sourceSize, const gl::Box &destArea, const gl::Extents &destSize, void *outVertices, unsigned int *outStride, unsigned int *outVertexCount, D3D11_PRIMITIVE_TOPOLOGY *outTopology) Write3DVertices() argument
912 copyTexture(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, GLenum sourceFormat, const d3d11::RenderTargetView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, GLenum destFormat, GLenum destTypeForDownsampling, GLenum filter, bool maskOffAlpha, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copyTexture() argument
1053 copyStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyStencil() argument
1068 copyDepth(const gl::Context *context, const d3d11::SharedSRV &source, const gl::Box &sourceArea, const gl::Extents &sourceSize, const d3d11::DepthStencilView &dest, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepth() argument
1141 copyDepthStencil(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor) copyDepthStencil() argument
1156 copyDepthStencilImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, bool stencilOnly) copyDepthStencilImpl() argument
1217 copyAndConvertImpl(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &destStaging, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvertImpl() argument
1281 copyAndConvert(const gl::Context *context, const TextureHelper11 &source, unsigned int sourceSubresource, const gl::Box &sourceArea, const gl::Extents &sourceSize, const TextureHelper11 &dest, unsigned int destSubresource, const gl::Box &destArea, const gl::Extents &destSize, const gl::Rectangle *scissor, size_t readOffset, size_t writeOffset, size_t copySize, size_t srcPixelStride, size_t destPixelStride, BlitConvertFunction *convertFunction) copyAndConvert() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp465 gl::Extents sourceSize = readAttachment->getSize(); in blitColorBufferWithShader() local
559 copySubTexture(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceComponentType, GLuint destID, gl::TextureTarget destTarget, size_t destLevel, GLenum destComponentType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, bool *copySucceededOut) copySubTexture() argument
675 copySubTextureCPUReadback(const gl::Context *context, TextureGL *source, size_t sourceLevel, GLenum sourceSizedInternalFormat, TextureGL *dest, gl::TextureTarget destTarget, size_t destLevel, GLenum destFormat, GLenum destType, const gl::Extents &sourceSize, const gl::Rectangle &sourceArea, const gl::Offset &destOffset, bool needsLumaWorkaround, GLenum lumaFormat, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) copySubTextureCPUReadback() argument
[all...]

Completed in 34 milliseconds