Home
last modified time | relevance | path

Searched refs:regionDepth (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/dvb/
DDvbParser.java602 int regionDepth, in paintPixelDataSubBlocks() argument
608 if (regionDepth == REGION_DEPTH_8_BIT) { in paintPixelDataSubBlocks()
610 } else if (regionDepth == REGION_DEPTH_4_BIT) { in paintPixelDataSubBlocks()
615 paintPixelDataSubBlock(objectData.topFieldData, clutEntries, regionDepth, horizontalAddress, in paintPixelDataSubBlocks()
617 paintPixelDataSubBlock(objectData.bottomFieldData, clutEntries, regionDepth, horizontalAddress, in paintPixelDataSubBlocks()
625 int regionDepth, in paintPixelDataSubBlock() argument
642 if (regionDepth == REGION_DEPTH_8_BIT) { in paintPixelDataSubBlock()
644 } else if (regionDepth == REGION_DEPTH_4_BIT) { in paintPixelDataSubBlock()
655 if (regionDepth == REGION_DEPTH_8_BIT) { in paintPixelDataSubBlock()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4559 const VkBufferImageCopy regionDepth = in copyDepthStencilImageToBuffers() local
4587 …ageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, depthBuffer, 1u, &regionDepth); in copyDepthStencilImageToBuffers()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1641 const VkBufferImageCopy regionDepth = in iterateInternal() local
1651 …es[attachmentCount - 1], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *m_primaryBuffer, 1u, &regionDepth); in iterateInternal()