OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLKSIZE
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h
38
#define
BLKSIZE
8
/external/srec/tools/grxmlcompile/
sub_grph.h
52
#define
BLKSIZE
10000 // Buffer size
69
dataPack= new int [3*
BLKSIZE
];
70
else if ((num%
BLKSIZE
) == 0) {
71
int *newPack = new int [num+3*
BLKSIZE
];
281
vertexProp= new int [
BLKSIZE
];
282
vertexMinned= new bool [
BLKSIZE
];
283
sizeProp=
BLKSIZE
;
293
int newSize= (vertNo/
BLKSIZE
+ 1)*
BLKSIZE
;
Completed in 325 milliseconds