OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nElements
(Results
1 - 7
of
7
) sorted by null
/external/aac/libAACenc/src/
channel_map.h
103
INT
nElements
;
qc_data.h
129
INT
nElements
;
255
INT
nElements
;
adj_thr.cpp
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
302
int
nElements
= ranges[i].getSize()/attribSize;
303
for(int j=0;j<
nElements
;j++) {
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
68
int ChoiceTrackingFace3(CvFaceTracker* pTF, const int
nElements
, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy);
69
int ChoiceTrackingFace2(CvFaceTracker* pTF, const int
nElements
, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel);
473
int
nElements
= 16;
517
int found = ChoiceTrackingFace3(pFaceTracker,
nElements
, big_face, new_face, new_energy);
561
int found2 = ChoiceTrackingFace2(pFaceTracker,
nElements
, big_face, new_face, new_energy, noel);
661
int ChoiceTrackingFace3(CvFaceTracker* pTF, const int
nElements
, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy)
671
for (int i_mouth = 0; i_mouth < big_face[MOUTH].m_seqRects->total && i_mouth <
nElements
; i_mouth++)
675
for (int i_left = 0; i_left < big_face[LEYE].m_seqRects->total && i_left <
nElements
; i_left++)
681
for (int i_right = 0; i_right < big_face[REYE].m_seqRects->total && i_right <
nElements
; i_right++)
709
int ChoiceTrackingFace2(CvFaceTracker* pTF, const int
nElements
, const CvFaceElement* big_face, CvTrackingRect* face, int& new_energy, int noel
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h
199
(_pPrivateData_)->sCircularBuffer.
nElements
= 0; \
221
if((_sCircular_).
nElements
< VIDENC_MAX_NUM_OF_BUFFERS) \
230
(_sCircular_).
nElements
++; \
237
for(_i_=2 ; _i_ < (_sCircular_).
nElements
; _i_++) \
309
(_sCircular_).
nElements
--; \
432
OMX_U8
nElements
;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
580
OMX_U32
nElements
;
[
all
...]
Completed in 249 milliseconds