Searched defs:dstOffset0 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
H A D | VideoCodecTestBase.java | 462 int dstOffset0 = 2 * i * dstWidth + dstByteOffset; in imageUpscale1To2() local 486 int dstOffset0 = (dstHeight - 2) * dstWidth + dstByteOffset; in imageUpscale1To2() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 4992 const VkOffset3D dstOffset0 = region.imageBlit.dstOffsets[0]; in flipCoordinates() local 15294 const VkOffset3D dstOffset0 = {i, 0, 0}; in addBlittingImageAllFormatsDepthStencilTests() local 15324 const VkOffset3D dstOffset0 = {i, defaultSize / 2, 0}; in addBlittingImageAllFormatsDepthStencilTests() local 15407 const VkOffset3D dstOffset0 = {i, 0, 0}; in addBlittingImageAllFormatsDepthStencilTests() local 15437 const VkOffset3D dstOffset0 = {defaultQuarterSize, 0, 0}; in addBlittingImageAllFormatsDepthStencilTests() local 15521 const VkOffset3D dstOffset0 = {i, 0, i}; in addBlittingImageAllFormatsDepthStencilTests() local 15553 const VkOffset3D dstOffset0 = {i, defaultQuarterSize / 2, i}; in addBlittingImageAllFormatsDepthStencilTests() local
|