HomeSort by relevance Sort by last modified time
    Searched refs:packet_size (Results 1 - 10 of 10) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 79 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset);
187 unsigned short packet_size; local
345 if (ethernet_utils_process_in_command(module_index, &read_state, &packet_size, in_buffer, &in_buffer_offset) <= 0)
397 int ethernet_utils_process_in_command(int module_index, unsigned char *read_state, unsigned short *packet_size, unsigned char *in_buffer, unsigned int *in_buffer_offset)
433 result = read(socket_id, (void *)((unsigned char *)(packet_size) + 0), sizeof(unsigned char));
446 result = read(socket_id, (void *)((unsigned char *)(packet_size) + 1), sizeof(unsigned char));
447 /*console_printf_terminal("ethernet_utils_process_in_command (State = READ_STATE_GET_LENGTH2, length = %d, packet_size = %d)\n", result, *packet_size); */
464 result = read(socket_id, (in_buffer + 3 + *in_buffer_offset), (*packet_size - *in_buffer_offset));
471 if (*packet_size == *in_buffer_offset
    [all...]
  /external/opencore/protocols/systems/tools/general/common/src/
media_packet.cpp 123 uint16 packet_size = (uint16)packet->GetMediaSize(); local
126 OsclSharedPtr<PVMFMediaDataImpl> mediaDataImpl = alloc.allocate(packet_size);
142 mediaData->setMediaFragFilledLen(0, packet_size);
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
datapart_encode.cpp 50 Int num_bits, packet_size = encParams->ResyncPacketsize; local
149 if (num_bits > packet_size)
229 Int packet_size = encParams->ResyncPacketsize - 1 - (currVop->predictionType == I_VOP ? 19 : 17); local
377 if (num_bits > packet_size && mbnum != firstMB) /* encoding at least one more MB*/
combined_encode.cpp 51 Int num_bits, packet_size = encParams->ResyncPacketsize; local
178 if (num_bits > packet_size)
282 Int packet_size = encParams->ResyncPacketsize - 1; local
466 if (num_bits > packet_size && mbnum != firstMB)
  /external/qemu/
shaper.c 70 size_t packet_size = sizeof(*packet); local
73 packet_size += size;
75 packet = qemu_malloc(packet_size);
  /device/htc/dream-sapphire/tools/
btconfig.c 353 unsigned char packet_size; member in struct:hci_sco_t
357 hci_sco.packet_size = 0x00; /* packet size--keep current setting */
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
mmc_tnetw1150_api.c 471 SDIO_Address SDIO_ConvertTNETWToSDIOMaster(Peripheral_Address in_tnetw_address, SDIO_BufferLength packet_size)
478 Peripheral_Address tnetw_last_address = in_tnetw_address + packet_size - 1;
  /external/bluetooth/bluez/audio/
control.c 456 int ret, packet_size, operand_count, sock; local
474 packet_size = ret;
536 ret = write(sock, buf, packet_size);
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 1324 uint32 packet_size = DispatchPduPacket(packets, list[n], mux_entry, pdu_size_left); local
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 1109 __u32 packet_size; member in struct:__anon2915
    [all...]

Completed in 147 milliseconds