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

  /external/aac/libAACenc/src/
bitenc.h 108 MAX_LAYERS = MAX_AAC_LAYERS , /* only one core layer if present */
  /external/opencv/cvaux/src/
_cvfacedetection.h 50 #define MAX_LAYERS 64
246 if (m_lplFaceFeaturesCount[i] < 3*MAX_LAYERS)
339 CvSeq* m_seqContours[MAX_LAYERS];
cvfacedetection.cpp 64 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
68 assert(m_iNumLayers <= MAX_LAYERS);
108 memset(m_seqContours, 0, sizeof(CvSeq*) * MAX_LAYERS);
cvface.cpp 65 m_lppFoundedFaceFeatures[i] = (new FaceFeature[3*MAX_LAYERS]);
cvvecfacetracking.cpp 59 #define MAX_LAYERS 64
273 int colors[MAX_LAYERS] = {0};
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 46 #define MAX_LAYERS VPX_TS_MAX_LAYERS
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 147 static const size_t MAX_LAYERS = 4096;
SurfaceFlinger.cpp     [all...]

Completed in 154 milliseconds