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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode_bwe.c 29 WebRtc_Word32 packet_size,
59 (WebRtc_Word16) packet_size, /* in bytes */
isacfix.c 555 * - packet_size : size of the packet.
566 WebRtc_Word32 packet_size,
585 if (packet_size <= 0) {
589 } else if (packet_size > (STREAM_MAXW16<<1)) {
614 if (packet_size == 0)
623 packet_size,
648 * - packet_size : size of the packet.
660 WebRtc_Word32 packet_size,
680 if (packet_size <= 0) {
684 } else if (packet_size > (STREAM_MAXW16<<1))
    [all...]
codec.h 27 WebRtc_Word32 packet_size,
  /external/eigen/test/eigen2/
eigen2_first_aligned.cpp 15 const int packet_size = sizeof(Scalar) * ei_packet_traits<Scalar>::size; local
16 VERIFY(((std::size_t(array) + sizeof(Scalar) * ei_alignmentOffset(array, size)) % packet_size) == 0);
  /external/eigen/test/
first_aligned.cpp 15 const int packet_size = sizeof(Scalar) * internal::packet_traits<Scalar>::size; local
16 VERIFY(((size_t(array) + sizeof(Scalar) * internal::first_aligned(array, size)) % packet_size) == 0);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 21 WebRtc_Word32 packet_size,
80 arrivalTimestampIn16kHz, packet_size);
codec.h 28 WebRtc_Word32 packet_size,
isac.c     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
isacfix.h 195 * - packet_size : size of the packet.
206 WebRtc_Word32 packet_size,
218 * - packet_size : size of the packet.
231 WebRtc_Word32 packet_size,
  /external/bluetooth/bluedroid/stack/rfcomm/
port_utils.c 145 UINT16 packet_size; local
151 packet_size = btm_get_max_packet_size (p_port->bd_addr);
152 if (packet_size == 0)
168 if ((L2CAP_MTU_SIZE + L2CAP_PKT_OVERHEAD) >= packet_size)
170 p_port->mtu = ((L2CAP_MTU_SIZE + L2CAP_PKT_OVERHEAD) / packet_size * packet_size) - RFCOMM_DATA_OVERHEAD - L2CAP_PKT_OVERHEAD;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 34 int packet_size, /* bytes */
46 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
test_iSACfixfloat.c 67 int packet_size, /* bytes */
79 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
kenny.c 52 int packet_size, /* bytes */
64 BN_data->arrival_time += ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate);
  /external/chromium/net/spdy/
spdy_test_util.cc 772 int packet_size = 0; local
789 packet_size += AppendToBuffer(header_string,
793 packet_size += AppendToBuffer(": ",
806 packet_size += AppendToBuffer(value_string + offset,
810 packet_size += AppendToBuffer("\n",
818 packet_size += AppendToBuffer(header_string,
822 packet_size += AppendToBuffer(": ",
829 packet_size += AppendToBuffer(value_string + offset,
833 packet_size += AppendToBuffer("\n",
838 return packet_size;
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 181 * - packet_size : size of the packet.
194 WebRtc_Word32 packet_size,
  /frameworks/av/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/bluedroid/stack/l2cap/
l2c_utils.c 2522 UINT16 packet_size; local
    [all...]
  /external/kernel-headers/original/linux/
cdrom.h 1109 __u32 packet_size; member in struct:__anon9652
    [all...]

Completed in 346 milliseconds