/external/chromium/net/spdy/ |
spdy_test_util.cc | 765 int packet_size = 0; local 782 packet_size += AppendToBuffer(header_string, 786 packet_size += AppendToBuffer(": ", 799 packet_size += AppendToBuffer(value_string + offset, 803 packet_size += AppendToBuffer("\n", 811 packet_size += AppendToBuffer(header_string, 815 packet_size += AppendToBuffer(": ", 822 packet_size += AppendToBuffer(value_string + offset, 826 packet_size += AppendToBuffer("\n", 831 return packet_size; [all...] |
/frameworks/base/media/libstagefright/codecs/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);
|
/external/bluetooth/bluez/audio/ |
control.c | 501 int ret, packet_size, operand_count, sock; local 519 packet_size = ret; 581 ret = write(sock, buf, packet_size); 582 if (ret != packet_size)
|
/external/kernel-headers/original/linux/ |
cdrom.h | 1109 __u32 packet_size; member in struct:__anon6880 [all...] |