Searched refs:MAX_PACKET (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c40 #define MAX_PACKET 1275 macro
53 unsigned char data[MAX_PACKET];
81 if (bytes_per_packet < 0 || bytes_per_packet > MAX_PACKET)
84 MAX_PACKET);
/external/libopus/celt/
H A Dopus_custom_demo.c40 #define MAX_PACKET 1275 macro
53 unsigned char data[MAX_PACKET];
81 if (bytes_per_packet < 0 || bytes_per_packet > MAX_PACKET)
84 MAX_PACKET);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c49 * grouping them in packets of length MAX_PACKET.
62 int npack = MIN2(npush, MAX_PACKET * MAX_OUT_##out); \
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
H A Dnv10_render.c172 #define MAX_PACKET 0x400 macro
H A Dnv20_render.c196 #define MAX_PACKET 0x400 macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c49 * grouping them in packets of length MAX_PACKET.
62 int npack = MIN2(npush, MAX_PACKET * MAX_OUT_##out); \
183 return MAX2(0, n - 7) * max_out * MAX_PACKET / (1 + MAX_PACKET);
H A Dnv10_render.c172 #define MAX_PACKET 0x400 macro
H A Dnv20_render.c196 #define MAX_PACKET 0x400 macro
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_encode.c50 #define MAX_PACKET (1500) macro
133 unsigned char packet[MAX_PACKET+257];
280 len = opus_encode(enc, &inbuf[i<<1], frame_size, packet, MAX_PACKET);
281 if(len<0 || len>MAX_PACKET)test_failed();
357 len = opus_multistream_encode(MSenc, &inbuf[i<<1], frame_size, packet, MAX_PACKET);
358 if(len<0 || len>MAX_PACKET)test_failed();
409 len = opus_encode(enc, &inbuf[offset<<1], frame_size, packet, MAX_PACKET);
410 if(len<0 || len>MAX_PACKET)test_failed();
H A Dtest_opus_decode.c48 #define MAX_PACKET (1500) macro
69 packet=malloc(sizeof(unsigned char)*MAX_PACKET);
/external/libopus/tests/
H A Dtest_opus_encode.c50 #define MAX_PACKET (1500) macro
133 unsigned char packet[MAX_PACKET+257];
280 len = opus_encode(enc, &inbuf[i<<1], frame_size, packet, MAX_PACKET);
281 if(len<0 || len>MAX_PACKET)test_failed();
357 len = opus_multistream_encode(MSenc, &inbuf[i<<1], frame_size, packet, MAX_PACKET);
358 if(len<0 || len>MAX_PACKET)test_failed();
409 len = opus_encode(enc, &inbuf[offset<<1], frame_size, packet, MAX_PACKET);
410 if(len<0 || len>MAX_PACKET)test_failed();
H A Dtest_opus_decode.c48 #define MAX_PACKET (1500) macro
69 packet=malloc(sizeof(unsigned char)*MAX_PACKET);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc80 const uint32 MAX_PACKET = 65535; member in namespace:cricket
252 m_mtu_advise = MAX_PACKET;
370 if (len > MAX_PACKET) {
527 ASSERT(HEADER_SIZE + len <= MAX_PACKET);
531 rtc::scoped_ptr<uint8[]> buffer(new uint8[MAX_PACKET]);
/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c43 #define MAX_PACKET 1500 macro
340 max_payload_bytes = MAX_PACKET;
490 if (max_payload_bytes < 0 || max_payload_bytes > MAX_PACKET)
493 MAX_PACKET);
/external/libopus/src/
H A Dopus_demo.c43 #define MAX_PACKET 1500 macro
340 max_payload_bytes = MAX_PACKET;
490 if (max_payload_bytes < 0 || max_payload_bytes > MAX_PACKET)
493 MAX_PACKET);

Completed in 1611 milliseconds