Home
last modified time | relevance | path

Searched refs:YV12Buffer (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.cpp531 std::vector<deUint8> YV12Buffer; in semiplanarToYV12() local
535 YV12Buffer.resize(plane0Size + plane1Size); in semiplanarToYV12()
538 deMemcpy(YV12Buffer.data(), multiPlaneImageData.getPlanePtr(0), plane0Size); in semiplanarToYV12()
544 YV12Buffer[idx++] = static_cast<deUint8>(plane2[i] & 0xFF); in semiplanarToYV12()
546 YV12Buffer[idx++] = static_cast<deUint8>((plane2[i] >> 8) & 0xFF); in semiplanarToYV12()
548 return YV12Buffer; in semiplanarToYV12()

Completed in 2 milliseconds