Home
last modified time | relevance | path

Searched refs:destStride (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/cmds/stagefright/
Dmediafilter.cpp197 int32_t destWidth, destHeight, destStride, destSliceHeight; in tryCopyDecodedBuffer() local
203 CHECK(destFormat->findInt32("stride", &destStride) in tryCopyDecodedBuffer()
209 CHECK(srcWidth <= destStride && srcHeight <= destSliceHeight); in tryCopyDecodedBuffer()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp1460 …queryCount, VkBuffer destBuffer, VkDeviceSize destOffset, VkDeviceSize destStride, VkQueryResultFl… in CmdCopyQueryPoolResults() argument