OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPackets
(Results
1 - 12
of
12
) sorted by null
/hardware/invensense/60xx/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*/
/external/chromium_org/media/midi/
midi_manager_mac.cc
156
for (size_t i = 0; i < packet_list->
numPackets
; i++) {
/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
239
int
numPackets
= 100;
240
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 2834 milliseconds