HomeSort by relevance Sort by last modified time
    Searched refs:nElements (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
adj_thr.h 33 Word32 nElements);
  /external/collada/include/dae/
daeArray.h 201 * @param nElements The new size of the array.
205 void setCount(size_t nElements, const T& value)
207 grow(nElements);
209 for (size_t i = nElements; i < _count; i++)
212 for (size_t i = _count; i < nElements; i++)
214 _count = nElements;
220 * @param nElements The new size of the array.
223 virtual void setCount(size_t nElements) {
225 setCount(nElements, *prototype);
227 setCount(nElements, T())
    [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;
  /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...]
  /external/clang/lib/AST/
Type.cpp 150 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
159 VectorTypeBits.NumElements = nElements;
162 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
171 VectorTypeBits.NumElements = nElements;
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 284 int nElements = ranges[i].getSize()/attribSize;
285 for(int j=0;j<nElements;j++) {
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c 181 queue->nElements = 0;
218 queue->nElements = 0;
242 if(queue->nElements == 0)
261 queue->nElements++;
279 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
291 queue->nElements++;
307 if(queue->nElements >= VIDDEC_MAX_QUEUE_SIZE)
319 queue->nElements++;
345 if(queue->nElements > 0)
368 queue->nElements--
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 580 OMX_U32 nElements;
    [all...]

Completed in 512 milliseconds