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/ |
D | DvbParser.java | 602 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/ |
D | vkImageUtil.cpp | 4559 const VkBufferImageCopy regionDepth = in copyDepthStencilImageToBuffers() local 4587 …ageToBuffer(cmdBuffer, image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, depthBuffer, 1u, ®ionDepth); in copyDepthStencilImageToBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1641 const VkBufferImageCopy regionDepth = in iterateInternal() local 1651 …es[attachmentCount - 1], VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *m_primaryBuffer, 1u, ®ionDepth); in iterateInternal()
|