Home
last modified time | relevance | path

Searched defs:srcFormat (Results 1 – 25 of 44) sorted by relevance

12

/third_party/ffmpeg/libswscale/tests/
Dswscale.c84 enum AVPixelFormat srcFormat, enum AVPixelFormat dstFormat, in doTest()
265 enum AVPixelFormat srcFormat, dstFormat; in selfTest() local
314 enum AVPixelFormat srcFormat; in fileTest() local
363 enum AVPixelFormat srcFormat = AV_PIX_FMT_NONE; in main() local
/third_party/skia/src/codec/
DSkScalingCodec.h17 : INHERITED(std::move(info), srcFormat, std::move(stream), origin) {} in INHERITED() argument
DSkCodec.cpp177 SkCodec::SkCodec(SkEncodedInfo&& info, XformFormat srcFormat, std::unique_ptr<SkStream> stream, in SkCodec()
DSkRawCodec.cpp715 constexpr auto srcFormat = skcms_PixelFormat_RGB_888; in onGetPixels() local
/third_party/flutter/skia/src/codec/
DSkScalingCodec.h17 : INHERITED(std::move(info), srcFormat, std::move(stream), origin) {} in INHERITED() argument
DSkCodec.cpp155 SkCodec::SkCodec(SkEncodedInfo&& info, XformFormat srcFormat, std::unique_ptr<SkStream> stream, in SkCodec()
/third_party/flutter/skia/src/gpu/
DGrCaps.cpp323 const GrBackendFormat& srcFormat, in supportedReadPixelsColorType()
/third_party/skia/src/gpu/
DGrCaps.cpp348 const GrBackendFormat& srcFormat, in supportedReadPixelsColorType()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCopyTextureForBrowserHelper.cpp144 MaybeError ValidateCopyTextureFormatConversion(const wgpu::TextureFormat srcFormat, in ValidateCopyTextureFormatConversion()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp119 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyImage()
134 bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, in canCopyAsBlit()
157 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyAsResolve()
230 VkFormat dstFormat, srcFormat; in onCanCopySurface() local
DGrVkGpu.cpp2089 VkFormat srcFormat; in copySurfaceAsCopyImage() local
2144 VkFormat srcFormat; in copySurfaceAsBlit() local
2247 VkFormat srcFormat = srcImage->imageFormat(); in onCopySurface() local
/third_party/ffmpeg/libswscale/
Dutils.c1183 enum AVPixelFormat srcFormat = c->srcFormat; in sws_init_context() local
1874 SwsContext *sws_alloc_set_opts(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_alloc_set_opts()
1899 SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, in sws_getContext()
2380 int srcH, enum AVPixelFormat srcFormat, in sws_getCachedContext()
Dswscale_unscaled.c526 const enum AVPixelFormat srcFormat = c->srcFormat; in palToRgbWrapper() local
1409 const enum AVPixelFormat srcFormat = c->srcFormat; in findRgbConvFn() local
1535 const enum AVPixelFormat srcFormat = c->srcFormat; in rgbToRgbWrapper() local
1929 const enum AVPixelFormat srcFormat = c->srcFormat; in ff_get_unscaled_swscale() local
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp67 DXGI_FORMAT srcFormat, int srcSampleCnt) const { in canCopyTexture()
78 DXGI_FORMAT srcFormat, int srcSampleCnt) const { in canCopyAsResolve()
116 DXGI_FORMAT dstFormat, srcFormat; in onCanCopySurface() local
DGrD3DGpu.cpp451 DXGI_FORMAT srcFormat = srcTexResource->dxgiFormat(); in onCopySurface() local
474 DXGI_FORMAT srcFormat; in copySurfaceAsCopyTexture() local
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp137 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyImage()
152 bool dstHasYcbcr, VkFormat srcFormat, int srcSampleCnt, in canCopyAsBlit()
175 VkFormat srcFormat, int srcSampleCnt, bool srcHasYcbcr) const { in canCopyAsResolve()
258 VkFormat dstFormat, srcFormat; in onCanCopySurface() local
DGrVkGpu.cpp2159 VkFormat srcFormat; in copySurfaceAsCopyImage() local
2223 VkFormat srcFormat; in copySurfaceAsBlit() local
2349 VkFormat srcFormat = srcImage->imageFormat(); in onCopySurface() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp2904 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
2934 GrGLFormat srcFormat, int srcSampleCnt, in canCopyAsBlit()
3040 auto srcFormat = src->backendFormat().asGLFormat(); in onCanCopySurface() local
3081 auto srcFormat = src->backendFormat().asGLFormat(); in getDstCopyRestrictions() local
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3280 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage()
3351 GrGLFormat srcFormat, int srcSampleCnt, in canCopyAsBlit()
3457 auto srcFormat = src->backendFormat().asGLFormat(); in onCanCopySurface() local
3498 auto srcFormat = src->backendFormat().asGLFormat(); in getDstCopyRestrictions() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp59 const VkFormat srcFormat = srcRenderTarget->getImageFormat().vkImageFormat; in HasSrcBlitFeature() local
74 const angle::Format &srcFormat = srcRenderTarget->getImageFormat().angleFormat(); in areSrcAndDstColorChannelsBlitCompatible() local
92 const angle::Format &srcFormat = srcRenderTarget->getImageFormat().angleFormat(); in areSrcAndDstDepthStencilChannelsBlitCompatible() local
DUtilsVk.cpp213 uint32_t GetImageCopyFlags(const vk::Format &srcFormat, const vk::Format &destFormat) in GetImageCopyFlags()
1334 const vk::Format &srcFormat = src->getFormat(); in copyImage() local
DTextureVk.cpp42 const vk::Format &srcFormat, in CanCopyWithTransfer()
55 const vk::Format &srcFormat, in CanCopyWithDraw()
424 const vk::Format &srcFormat = colorReadRT->getImageFormat(); in copySubImageImpl() local
DVertexArrayVk.cpp243 const angle::Format &srcFormat = vertexFormat.angleFormat(); in convertVertexBufferGPU() local
DUtilsVk.h59 const angle::Format *srcFormat; member
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.cpp217 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode); in copyFTBitmap() local

12