OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPackets
(Results
1 - 11
of
11
) sorted by null
/hardware/invensense/mlsdk/mllite/
mlFIFO.h
130
inv_error_t inv_read_and_process_fifo(int_fast8_t
numPackets
,
mlFIFO.c
583
* @param
numPackets
592
inv_error_t inv_read_and_process_fifo(int_fast8_t
numPackets
,
608
for (packet = 0; packet <
numPackets
; ++packet) {
[
all
...]
/frameworks/wilhelm/tests/sandbox/
xaplay.c
44
size_t
numPackets
; // number of packets to play, defaults to totalPackets - firstPacket
281
numPackets
= atoi(&arg[2]);
350
if (
numPackets
== 0) {
351
numPackets
= totalPackets - firstPacket;
352
} else if (firstPacket +
numPackets
> totalPackets) {
353
fprintf(stderr, "-n%zu ignored\n",
numPackets
);
354
numPackets
= totalPackets - firstPacket;
356
lastPacket = firstPacket +
numPackets
;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h
393
unsigned int
numPackets
;
OMX_VideoEnc_Utils.h
502
unsigned int
numPackets
;/*unsigned int*/
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h
668
unsigned long int
numPackets
;
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c
[
all
...]
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
240
int
numPackets
= 100;
241
int contentLength = STRING_1K.length() *
numPackets
;
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c
[
all
...]
Completed in 1987 milliseconds