Home
last modified time | relevance | path

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

/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/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()
DSkRawCodec.cpp715 constexpr auto srcFormat = skcms_PixelFormat_RGB_888; in onGetPixels() local
/third_party/flutter/skia/src/gpu/
DGrCaps.cpp323 const GrBackendFormat& srcFormat, in supportedReadPixelsColorType()
/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
Dswscale.c553 enum AVPixelFormat srcFormat = c->srcFormat; in sws_init_swscale() local
Dswscale_internal.h301 enum AVPixelFormat srcFormat; ///< Source pixel format. member
Dinput.c1100 enum AVPixelFormat srcFormat = c->srcFormat; in ff_sws_init_input_funcs() local
/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/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
DGrGLGpu.cpp3030 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_blit_framebuffer_for_copy_surface() local
3073 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_copy_texsubimage() 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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES3.cpp708 static bool QueryEffectiveFormatList(const InternalFormat &srcFormat, in QueryEffectiveFormatList()
736 bool GetSizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetSizedEffectiveInternalFormatInfo()
761 bool GetUnsizedEffectiveInternalFormatInfo(const InternalFormat &srcFormat, in GetUnsizedEffectiveInternalFormatInfo()
789 static bool GetEffectiveInternalFormat(const InternalFormat &srcFormat, in GetEffectiveInternalFormat()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DBlit11.cpp1177 const auto &srcFormat = source.getFormatSet().format(); in copyDepthStencilImpl() local