HomeSort by relevance Sort by last modified time
    Searched full:bordertype (Results 1 - 12 of 12) sorted by null

  /external/opencv/cv/src/
cvderiv.cpp 158 CvSize size, int bordertype, uchar bordervalue, void* buffer );
162 CvSize size, int bordertype, float bordervalue, void* buffer );
166 CvSize size, int masksize, int bordertype,
171 CvSize size, int masksize, int bordertype,
300 const int bordertype = 1; // replication border local
319 size, masksize, bordertype, 0, buffer ) :
321 size, masksize, bordertype, 0, buffer ) :
323 size, bordertype, 0, buffer ) :
325 size, bordertype, 0, buffer ) :
841 const int bordertype = 1; \/\/ replication border local
    [all...]
_cvipp.h 49 #define IPCV_COPY_BORDER( bordertype, flavor ) \
50 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##R, \
51 "ippiCopy" #bordertype "Border_" #flavor "R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
55 IPCVAPI_EX( CvStatus, icvCopy##bordertype##Border_##flavor##IR, \
56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \
304 void* dst, int dststep, CvSize roi, int bordertype, void* morphstate ))
389 int bordertype, srctype bordervalue, void* buffer ))
412 int bordertype, srctype bordervalue, void* buffer ))
430 int bordertype, srctype bordervalue, void* buffer ))
    [all...]
cvutils.cpp 476 int bordertype, CvScalar value )
514 if( bordertype == IPL_BORDER_REPLICATE )
520 else if( bordertype == IPL_BORDER_REFLECT_101 )
526 else if( bordertype == IPL_BORDER_CONSTANT )
cvmorph.cpp     [all...]
  /packages/apps/TV/src/com/android/tv/tuner/data/
Cea708Data.java 257 public final int borderType;
266 public CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType,
272 this.borderType = borderType;
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 547 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5;
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap,
567 "CaptionCommand SWA fillColor: %s, borderColor: %s, borderType: %d"
571 fillColor, borderColor, borderType, wordWrap, printDirection,
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/cc/
Cea708Parser.java 625 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5;
640 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap,
645 "CaptionCommand SWA fillColor: %s, borderColor: %s, borderType: %d"
649 fillColor, borderColor, borderType, wordWrap, printDirection,
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 31 BEGIN_TM_ENUM(BORDERTYPE)
341 TM_PROP(4002,TMT,BORDERTYPE,ENUM)
vssym32.h 62 enum BORDERTYPE {
  /external/opencv/cv/include/
cv.h 72 int bordertype, CvScalar value CV_DEFAULT(cvScalarAll(0)));
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 4299 milliseconds