Home
last modified time | relevance | path

Searched refs:MAX_PACKET_LENGTH (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dwrapperdefs.py105 MAX_PACKET_LENGTH = "(400 * 1024 * 1024) // 400MB" variable
Dsubdecode.py8 from .wrapperdefs import MAX_PACKET_LENGTH
330 "#define MAX_PACKET_LENGTH %s\n" % MAX_PACKET_LENGTH)
Ddecoder.py11 from .wrapperdefs import MAX_PACKET_LENGTH
800 "#define MAX_PACKET_LENGTH %s\n" % MAX_PACKET_LENGTH)
/hardware/google/gfxstream/host/vulkan/
DVkSubDecoder.cpp33 #define MAX_PACKET_LENGTH (400 * 1024 * 1024) // 400MB macro
50 if (packetLen < 8 || packetLen > MAX_PACKET_LENGTH) { in subDecode()
DVkDecoder.cpp56 #define MAX_PACKET_LENGTH (400 * 1024 * 1024) // 400MB macro
140 if (packetLen < 8 || packetLen > MAX_PACKET_LENGTH) { in decode()