Home
last modified time | relevance | path

Searched refs:inputImage (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/module/
Dgmp-openh264.cpp294 virtual void Encode (GMPVideoi420Frame* inputImage, in Encode() argument
302 << inputImage->Width() << "x" << inputImage->Height()); in Encode()
310 inputImage, in Encode()
428 void Encode_w (GMPVideoi420Frame* inputImage, in Encode_w() argument
434 if (!inputImage) in Encode_w()
437 if (!inputImage) { in Encode_w()
444 src.iStride[0] = inputImage->Stride (kGMPYPlane); in Encode_w()
446 const_cast<uint8_t*> (inputImage->Buffer (kGMPYPlane))); in Encode_w()
447 src.iStride[1] = inputImage->Stride (kGMPUPlane); in Encode_w()
449 const_cast<uint8_t*> (inputImage->Buffer (kGMPUPlane))); in Encode_w()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp305 …auto inputImage = safeSharedPtr(new Unique<VkImage>(vk::createImage(vk, vkDevice, &inputImageP… in InputAttachmentSparseFillingTestInstance() local
307 …SharedPtr(memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, **inputImage), MemoryRequirem… in InputAttachmentSparseFillingTestInstance()
308 …VK_CHECK(vk.bindImageMemory(vkDevice, **inputImage, inputImageAlloc->getMemory(), inputImageAlloc-… in InputAttachmentSparseFillingTestInstance()
310 inputAttachmentViewParams.image = **inputImage; in InputAttachmentSparseFillingTestInstance()
313 m_inputImages.push_back(inputImage); in InputAttachmentSparseFillingTestInstance()
605 for (auto& inputImage : m_inputImages) in createCommandBuffer() local
617 **inputImage, // VkImage image; in createCommandBuffer()
623 …vk.cmdClearColorImage(*m_cmdBuffer, **inputImage, VK_IMAGE_LAYOUT_GENERAL, &clearColor.color, 1, &… in createCommandBuffer()
/third_party/opencl-headers/
DREADME_zh.md36 "__kernel void test_main(read_only image2d_t inputImage) {\n"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp647 static void convertDepthToColorBufferAccess (const tcu::ConstPixelBufferAccess& inputImage, tcu::Pi… in convertDepthToColorBufferAccess() argument
649 for (int y = 0; y < inputImage.getHeight(); y++) in convertDepthToColorBufferAccess()
650 for (int x = 0; x < inputImage.getWidth(); x++) in convertDepthToColorBufferAccess()
652 const float depth = inputImage.getPixDepth(x, y); in convertDepthToColorBufferAccess()
659 static void convertStencilToColorBufferAccess (const tcu::ConstPixelBufferAccess& inputImage, tcu::… in convertStencilToColorBufferAccess() argument
661 for (int y = 0; y < inputImage.getHeight(); y++) in convertStencilToColorBufferAccess()
662 for (int x = 0; x < inputImage.getWidth(); x++) in convertStencilToColorBufferAccess()
664 const int stencilInt = inputImage.getPixStencil(x, y); in convertStencilToColorBufferAccess()