Home
last modified time | relevance | path

Searched refs:colorFormat (Results 1 – 25 of 139) sorted by relevance

123456

/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp87 VkFormat colorFormat; member
234 const VkFormat colorFormat, in makeRenderPass() argument
245 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass()
254 colorFormat, // VkFormat format; in makeRenderPass()
278 colorFormat, // VkFormat format; in makeRenderPass()
418 const VkFormat colorFormat, in makeRenderPass() argument
425 colorFormat, // VkFormat format; in makeRenderPass()
436 colorFormat, // VkFormat format; in makeRenderPass()
517 const VkFormat colorFormat, in makeSingleAttachmentRenderPass() argument
524 colorFormat, // VkFormat format; in makeSingleAttachmentRenderPass()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp161 const VkFormat colorFormat, in makeRenderPass() argument
174 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPass()
318 const VkFormat colorFormat,
329 const VkFormat colorFormat,
337 …epth (const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<d… in makeRenderPassWithDepth() argument
339 …achmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_… in makeRenderPassWithDepth()
347 const VkFormat colorFormat,
356 const VkFormat colorFormat,
363 const VkFormat colorFormat, in makeRenderPassWithAttachments() argument
374 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPassWithAttachments()
[all …]
DvktMultiViewRenderUtil.hpp43 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec…
46 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec…
49 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec…
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp83 VkFormat colorFormat; member
171 VkFormat colorFormat; member
221 const bool hasColor = m_params.colorFormat != VK_FORMAT_UNDEFINED; in MultipleClearsTest()
250 …const ImageCreateInfo targetImageCreateInfo (VK_IMAGE_TYPE_2D, m_params.colorFormat, { WIDTH, HE… in MultipleClearsTest()
252 … colorTargetViewInfo (m_colorTargetImage->object(), VK_IMAGE_VIEW_TYPE_2D, m_params.colorFormat); in MultipleClearsTest()
272 m_params.colorFormat, // format in MultipleClearsTest()
377 (hasColor ? &m_params.colorFormat : DE_NULL), in MultipleClearsTest()
392 if (m_params.colorFormat) in preRenderCommands()
446 if (m_params.colorFormat != VK_FORMAT_UNDEFINED) in drawCommands()
490 (m_params.colorFormat != VK_FORMAT_UNDEFINED), // uint32_t colorAttachmentCount; in beginSecondaryCmdBuffer()
[all …]
DvktDrawDiscardRectanglesTests.cpp459 …void beginSecondaryCmdBuffer (VkCommandBuffer cmdBuffer, VkFormat colorFormat, VkRenderingF…
506 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
507 …orBufferSize = m_renderSize.x() * m_renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate()
543 …m_colorImage = makeImage(vk, device, makeImageCreateInfo(colorFormat, m_renderSize, VK_IMAGE_USAG… in iterate()
546 …m_colorAttachment = makeImageView(vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, c… in iterate()
573 m_renderPass = makeRenderPass (vk, device, colorFormat); in iterate()
606 …beginSecondaryCmdBuffer(*m_secCmdBuffer, colorFormat, VK_RENDERING_CONTENTS_SECONDARY_COMMAND_BUFF… in iterate()
611 beginSecondaryCmdBuffer(*m_secCmdBuffer, colorFormat); in iterate()
676 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), m_renderSize.x(), m_rend… in iterate()
677 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), m_ren… in iterate()
[all …]
DvktDrawShaderLayerTests.cpp620 const VkFormat colorFormat, in Renderer() argument
626 , m_colorFormat (colorFormat) in Renderer()
894 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local
900 …ize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)) * params.numL… in testVertexShader()
919 …const Renderer renderer (context, params.groupParams, renderSize, params.numLayers, colorFormat, c… in testVertexShader()
931 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testVertexShader()
932 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in testVertexShader()
954 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local
960 …ize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)) * params.numL… in testTessellationShader()
979 …const Renderer renderer (context, params.groupParams, renderSize, params.numLayers, colorFormat, c… in testTessellationShader()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp72 , colorFormat (colorFormat_) in FboConfig()
84 , colorFormat (GL_NONE) in FboConfig()
98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig
124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName()
259 checkColorFormatSupport(context, config.colorFormat); in Framebuffer()
270 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer()
275 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer()
507 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare()
531 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local
532 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat); in render()
[all …]
Des3fFboDepthbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
132 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
160 const deUint32 colorFormat = GL_RGBA8; in render() local
179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
218 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
246 const deUint32 colorFormat = GL_RGBA8; in render() local
265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render()
298 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
Des3fFboStencilbufferTests.cpp68 const deUint32 colorFormat = GL_RGBA8; in render() local
82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y()); in render()
132 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), V… in render()
157 const deUint32 colorFormat = GL_RGBA8; in render() local
176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in render()
229 …readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f)… in render()
/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java72 private int colorFormat; field in AndroidVideoDecoder
132 VideoCodecMimeType codecType, int colorFormat, @Nullable EglBase.Context sharedContext) { in AndroidVideoDecoder() argument
133 if (!isSupportedColorFormat(colorFormat)) { in AndroidVideoDecoder()
134 throw new IllegalArgumentException("Unsupported color format: " + colorFormat); in AndroidVideoDecoder()
137 "ctor name: " + codecName + " type: " + codecType + " color format: " + colorFormat in AndroidVideoDecoder()
142 this.colorFormat = colorFormat; in AndroidVideoDecoder()
190 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat); in initDecodeInternal()
488 if (colorFormat == CodecCapabilities.COLOR_FormatYUV420Planar) {
608 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT);
609 Logging.d(TAG, "Color: 0x" + Integer.toHexString(colorFormat));
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp88 const VkFormat colorFormat, in makeRenderPass() argument
92 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass()
376 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
378 … colorImage (makeImage(vk, device, makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE… in iterate()
380 …geView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate()
445 …const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderS… in iterate()
470 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachm… in iterate()
530 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in iterate()
531 tcu::TextureLevel referenceImage(mapVkFormat(colorFormat), renderSize.x(), renderSize.y()); in iterate()
676 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
[all …]
DvktFragmentOperationsScissorMultiViewportTests.cpp306 const VkFormat colorFormat, in ScissorRenderer() argument
310 , m_colorFormat (colorFormat) in ScissorRenderer()
405 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
410 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test()
424 …const ScissorRenderer renderer (context, renderSize, numViewports, scissors, colorFormat, clearCol… in test()
432 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in test()
433 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in test()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp71 VkFormat colorFormat; member
426 const VkFormat colorFormat, in makeMultisampleRenderPass() argument
433 colorFormat, // VkFormat format; in makeMultisampleRenderPass()
493 const VkFormat colorFormat) in makeSimpleRenderPass() argument
498 colorFormat, // VkFormat format; in makeSimpleRenderPass()
923 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in addSimpleVertexAndFragmentPrograms()
924 const bool isUint = isUintFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms()
925 const bool isSint = isIntFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms()
951 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms() local
957 << "layout(location = 0) out " << colorFormat << " o_color;\n" in addSimpleVertexAndFragmentPrograms()
[all …]
DvktPipelineRenderToImageTests.cpp115 VkFormat colorFormat; member
351 const VkFormat colorFormat, in makeRenderPass() argument
360 colorFormat, // VkFormat format; in makeRenderPass()
660 …device, getImageCreateFlags(caseDef.viewType), getImageType(caseDef.viewType), caseDef.colorFormat, in getMemoryTypeNdx()
730 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms()
731 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms()
732 const bool isSint = isIntFormat(caseDef.colorFormat); in initPrograms()
760 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() local
761 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms()
767 << "layout(location = 0) out " << colorFormat << " o_color;\n" in initPrograms()
[all …]
DvktPipelineDescriptorLimitsTests.cpp97 const VkFormat colorFormat) in makeRenderPassInputAttachment() argument
102 colorFormat, // VkFormat format in makeRenderPassInputAttachment()
115 colorFormat, // VkFormat format; in makeRenderPassInputAttachment()
222 VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
246 …akeImage(vk, vkDevice, makeImageCreateInfo(m_params.m_framebufferSize, colorFormat, VK_IMAGE_USAGE… in iterate()
248 … (makeImageView(vk, vkDevice, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate()
250 …(makeImage(vk, vkDevice, makeImageCreateInfo(m_params.m_framebufferSize, colorFormat, imageFlags))) in iterate()
251 …akeImage(vk, vkDevice, makeImageCreateInfo(m_params.m_framebufferSize, colorFormat, imageFlags))) … in iterate()
254 …{ (makeImageView(vk, vkDevice, *inputImages[0], VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate()
255 …, (makeImageView(vk, vkDevice, *inputImages[1], VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate()
[all …]
DvktPipelineMultisampleShaderFragmentMaskTests.cpp152 std::vector<PositionColor> genShapes (const VkFormat colorFormat) in genShapes() argument
156 if (colorFormat == VK_FORMAT_R8G8B8A8_UNORM) in genShapes()
345 VkFormat colorFormat; //!< Color attachment format member
351 , colorFormat () in TestParams()
370 if ((isIntFormat(params.colorFormat) || isUintFormat(params.colorFormat))) in checkRequirements()
419 switch (params.colorFormat) in initPrograms()
693 params.colorFormat, // VkFormat format; in drawAndSampleInputAttachment()
833 …makeVertexInputAttributeDescription(1u, 0u, getVertexInputColorFormat(params.colorFormat), sizeof(… in drawAndSampleInputAttachment()
898 std::vector<VkClearValue> clearValues = genClearValues(params.colorFormat, params.numLayers); in drawAndSampleInputAttachment()
974 …makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorFormat, makeImageSubr… in draw()
[all …]
DvktPipelineStencilExportTests.cpp255 const VkFormat colorFormat, in makeTestRenderPass() argument
262 colorFormat, // VkFormat format; in makeTestRenderPass()
474 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testStencilExportReplace() local
476 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testStencilExportReplace()
498 …Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, rend… in testStencilExportReplace()
500 … = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in testStencilExportReplace()
505 …Move<VkRenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, params.stencil… in testStencilExportReplace()
521 …tcu::TextureLevel referenceImage = generateReferenceImage (mapVkFormat(colorFormat), renderSi… in testStencilExportReplace()
575 …const tcu::ConstPixelBufferAccess resultImage(mapVkFormat(colorFormat), renderSize.x(), renderSize… in testStencilExportReplace()
DvktPipelineMultisampleResolveRenderAreaTests.cpp65 const VkFormat colorFormat) in MultisampleRenderAreaTestInstance() argument
71 , m_colorFormat (colorFormat) in MultisampleRenderAreaTestInstance()
81 const VkFormat colorFormat,
124 const VkFormat colorFormat, in makeRenderPass() argument
130 colorFormat, // VkFormat format; in makeRenderPass()
143 colorFormat, // VkFormat format; in makeRenderPass()
430 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM) in MultisampleRenderAreaTest() argument
436 , m_colorFormat (colorFormat) in MultisampleRenderAreaTest()
/external/deqp/framework/opengl/
DgluFboRenderContext.cpp64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat() argument
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat()
215 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local
226 if (colorFormat == 0) in createFramebuffer()
239 pixelFormat = getPixelFormat(colorFormat); in createFramebuffer()
245 … gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height); in createFramebuffer()
247 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in createFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp79 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
84 …makeImageCreateInfo(resolution, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in iterate()
87 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate()
91 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubRange)… in iterate()
113 …colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate()
182 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), resolution.x(), resol… in iterate()
DvktGeometryInstancedRenderingTests.cpp144 const VkFormat colorFormat, in draw() argument
160 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, co… in draw()
162 …ment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in draw()
172 const Unique<VkRenderPass> renderPass (vk::makeRenderPass (vk, device, colorFormat)); in draw()
363 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
366 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test()
379 …draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInsta… in test()
384 …const tcu::ConstPixelBufferAccess result(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(),… in test()
386 tcu::TextureLevel reference(mapVkFormat(colorFormat), renderSize.x(), renderSize.y()); in test()
/external/angle/src/tests/gl_tests/
DBlendMinMaxTest.cpp40 void runTest(GLenum colorFormat, GLenum type) in runTest() argument
45 SetUpFramebuffer(colorFormat); in runTest()
142 void SetUpFramebuffer(GLenum colorFormat) in SetUpFramebuffer() argument
149 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, getWindowWidth(), getWindowHeight()); in SetUpFramebuffer()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp376 const VkFormat colorFormat, in getPixelBufferAccess() argument
383 …return tcu::ConstPixelBufferAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, al… in getPixelBufferAccess()
500 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
503 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in iterate()
509 …olorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate()
516 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in iterate()
517 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate()
605 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat in iterate()
606 …tcu::ConstPixelBufferAccess image1 = getPixelBufferAccess(vk, device, *colorBuffer[1], colorFormat in iterate()
DvktTessellationGeometryPointSizeTests.cpp321 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local
324 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in test()
329 …colorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test()
334 …ImageView (vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in test()
335 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat)); in test()
401 …tcu::ConstPixelBufferAccess image (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, al… in test()
/external/libavc/fuzzer/
Dmvc_dec_fuzzer.cpp78 Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores);
109 Codec::Codec(IV_COLOR_FORMAT_T colorFormat, size_t numCores) in Codec() argument
110 : mCodec(nullptr), mColorFormat(colorFormat), mNumCores(numCores), mWidth(0), mHeight(0) in Codec()
116 s_create_ip.s_ivd_ip.e_output_format = colorFormat; in Codec()
374 IV_COLOR_FORMAT_T colorFormat = (IV_COLOR_FORMAT_T) (supportedColorFormats[colorFormatIdx]); in LLVMFuzzerTestOneInput() local
376 Codec cCodec = Codec(colorFormat, numCores); in LLVMFuzzerTestOneInput()

123456