Searched refs:PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance
32 private static final int[] PAYLOAD_SIZE = new int[]{ field in UsbMidiPacketConverter187 int numPayloadBytes = PAYLOAD_SIZE[codeIndex]; in decode()272 int channelMessageSize = PAYLOAD_SIZE[codeIndexNumber]; in encode()311 int systemMessageSize = PAYLOAD_SIZE[codeIndexNumber]; in encode()
54 static constexpr size_t PAYLOAD_SIZE = (1UL << 20); variable55 static_assert(PAYLOAD_SIZE >= BLOCK_SZ);
668 size_t read_size = std::min(PAYLOAD_SIZE, remaining_size); in DmuserWriteRequest()717 size_t read_size = std::min(PAYLOAD_SIZE, remaining_size); in DmuserReadRequest()800 size_t buf_size = sizeof(struct dm_user_header) + PAYLOAD_SIZE; in InitializeBufsink()