OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:packetSize
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/system/libqemu/
test_guest_2.c
54
const char*
packetSize
= NULL;
100
packetSize
= argv[1];
126
if (
packetSize
!= NULL) {
127
int size = atoi(
packetSize
);
129
fprintf(stderr, "Invalid byte size: %s\n",
packetSize
);
/libcore/luni/src/main/native/
libcore_net_RawSocket.cpp
178
int
packetSize
= byteCount;
181
size = NET_FAILURE_RETRY(fd, read(intFd, packetData,
packetSize
));
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h
137
Int
packetSize
;
/frameworks/base/media/libstagefright/
OggExtractor.cpp
458
size_t
packetSize
= 0;
463
packetSize
+= lace;
478
size_t fullSize =
packetSize
;
505
packetSize
);
507
if (n < (ssize_t)
packetSize
) {
509
packetSize
, dataOffset, n);
/external/quake/quake/src/QW/client/
gl_warp.c
559
unsigned char red,green,blue,alphabyte,packetHeader,
packetSize
,j;
564
packetSize
= 1 + (packetHeader & 0x7f);
581
for(j=0;j<
packetSize
;j++) {
598
for(j=0;j<
packetSize
;j++) {
/external/quake/quake/src/WinQuake/
gl_warp.cpp
608
unsigned char red,green,blue,alphabyte,packetHeader,
packetSize
,j;
613
packetSize
= 1 + (packetHeader & 0x7f);
630
for(j=0;j<
packetSize
;j++) {
647
for(j=0;j<
packetSize
;j++) {
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp
266
mEncParams->
packetSize
= 32;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp
202
Int
PacketSize
= encOption->
packetSize
<< 3;
238
/* Check whether the input
packetsize
is valid (Note: put code here (before any memory allocation) in order to avoid memory leak */
267
if (
PacketSize
== 0)
292
if (
PacketSize
> profile_level_table[profile_table_index])
348
encParams->ResyncPacketsize = encOption->
packetSize
<< 3;
405
encParams->ResyncPacketsize =
PacketSize
;
413
encParams->ResyncPacketsize =
PacketSize
;
700
/* Allocate (2*
packetsize
) working bitstreams */
[
all
...]
Completed in 320 milliseconds