/external/opencv3/samples/java/ant/src/ |
SimpleSample.java | 15 mr1.setTo(new Scalar(1)); 17 mc5.setTo(new Scalar(5));
|
/external/icu/icu4c/source/common/ |
ulistformatter.cpp | 68 ustrings[stringIndex].setTo(TRUE, strings[stringIndex], -1); 72 ustrings[stringIndex].setTo(stringLengths[stringIndex] < 0, strings[stringIndex], stringLengths[stringIndex]); 79 res.setTo(result, 0, resultCapacity);
|
/external/opencv3/samples/cpp/tutorial_code/core/mat_mask_operations/ |
mat_mask_operations.cpp | 84 Result.row(0).setTo(Scalar(0)); 85 Result.row(Result.rows-1).setTo(Scalar(0)); 86 Result.col(0).setTo(Scalar(0)); 87 Result.col(Result.cols-1).setTo(Scalar(0));
|
/frameworks/av/drm/mediadrm/plugins/clearkey/ |
CryptoPlugin.cpp | 40 errorDetailMsg->setTo("Secure decryption is not supported with " 51 errorDetailMsg->setTo( 72 errorDetailMsg->setTo("Decryption Error"); 76 errorDetailMsg->setTo(
|
/external/opencv3/modules/core/perf/opencl/ |
perf_matop.cpp | 16 ///////////// SetTo //////////////////////// 20 OCL_PERF_TEST_P(SetToFixture, SetTo, 33 OCL_TEST_CYCLE() src.setTo(s); 38 ///////////// SetTo with mask //////////////////////// 55 OCL_TEST_CYCLE() src.setTo(s, mask);
|
/external/opencv3/modules/core/test/ocl/ |
test_matrix_operation.cpp | 176 typedef CopyTo SetTo; 178 OCL_TEST_P(SetTo, Accuracy) 186 OCL_OFF(dst_roi.setTo(val, mask_roi)); 187 OCL_ON(udst_roi.setTo(val, umask_roi)); 191 OCL_OFF(dst_roi.setTo(val)); 192 OCL_ON(udst_roi.setTo(val)); 205 OCL_INSTANTIATE_TEST_CASE_P(MatrixOperation, SetTo, Combine(
|
/frameworks/av/include/media/stagefright/foundation/ |
AString.h | 39 void setTo(const char *s); 40 void setTo(const char *s, size_t size); 41 void setTo(const AString &from, size_t offset, size_t n);
|
/external/opencv3/modules/stitching/test/ |
test_blenders.cpp | 58 mask1(Rect(0, 0, mask1.cols/2, mask1.rows)).setTo(255); 59 mask1(Rect(mask1.cols/2, 0, mask1.cols - mask1.cols/2, mask1.rows)).setTo(0); 62 mask2(Rect(0, 0, mask2.cols/2, mask2.rows)).setTo(0); 63 mask2(Rect(mask2.cols/2, 0, mask2.cols - mask2.cols/2, mask2.rows)).setTo(255);
|
/frameworks/av/media/libstagefright/foundation/ |
AString.cpp | 43 setTo(s); 50 setTo(s, size); 57 setTo(from.string(), from.length()); 64 setTo(from, 0, from.size()); 71 setTo(from, offset, n); 80 setTo(from, 0, from.size()); 98 void AString::setTo(const char *s) { 99 setTo(s, strlen(s)); 102 void AString::setTo(const char *s, size_t size) { 107 void AString::setTo(const AString &from, size_t offset, size_t n) [all...] |
/system/core/libutils/ |
String16.cpp | 116 setTo(o, len, begin); 174 void String16::setTo(const String16& other) 181 status_t String16::setTo(const String16& other, size_t len, size_t begin) 191 setTo(other); 199 return setTo(other.string()+begin, len); 202 status_t String16::setTo(const char16_t* other) 204 return setTo(other, strlen16(other)); 207 status_t String16::setTo(const char16_t* other, size_t len) 226 setTo(other); 247 setTo(chrs, otherLen) [all...] |
/device/google/contexthub/util/common/ |
file.cpp | 36 mInitCheck = setTo(path, mode); 47 status_t File::setTo(const char *path, const char *mode) {
|
file.h | 33 status_t setTo(const char *path, const char *mode);
|
/external/opencv3/doc/tutorials/core/mat-mask-operations/ |
mat_mask_operations.markdown | 58 Result.row(0).setTo(Scalar(0)); 59 Result.row(Result.rows - 1).setTo(Scalar(0)); 60 Result.col(0).setTo(Scalar(0)); 61 Result.col(Result.cols - 1).setTo(Scalar(0)); 102 Result.row(0).setTo(Scalar(0)); // The top row 103 Result.row(Result.rows - 1).setTo(Scalar(0)); // The bottom row 104 Result.col(0).setTo(Scalar(0)); // The left column 105 Result.col(Result.cols - 1).setTo(Scalar(0)); // The right column
|
/external/icu/icu4c/source/test/intltest/ |
srchtest.cpp | 67 rules.setTo(((RuleBasedCollator *)m_de_)->getRules()); 75 rules.setTo(((RuleBasedCollator *)m_es_)->getRules()); 476 text.setTo(temp); 479 pattern.setTo(temp); 535 text.setTo(temp); 538 pattern.setTo(temp); 588 text.setTo(temp); 591 pattern.setTo(temp); 873 text.setTo(temp, u_strlen(temp)); 876 pattern.setTo(temp, u_strlen(temp)) [all...] |
/frameworks/av/media/libstagefright/id3/ |
ID3.cpp | 449 id->setTo(""); 456 id->setTo((const char *)&mParent.mData[mOffset], 3); 458 id->setTo((const char *)&mParent.mData[mOffset], 4); 464 id->setTo("TT2"); 467 id->setTo("TP1"); 470 id->setTo("TAL"); 473 id->setTo("TYE"); 476 id->setTo("COM"); 479 id->setTo("TRK"); 482 id->setTo("TCO") [all...] |
/external/opencv3/modules/java/android_test/src/org/opencv/test/android/ |
UtilsTest.java | 79 bmp16.eraseColor(Color.BLACK); m16.setTo(s0); 85 bmp32.eraseColor(Color.WHITE); m32.setTo(s255); 97 bmp16.eraseColor(Color.BLACK); m16.setTo(s0); 103 bmp32.eraseColor(Color.WHITE); m32.setTo(s255); 116 bmp16.eraseColor(Color.BLACK); m16.setTo(s0); 123 bmp32.eraseColor(Color.WHITE); m32.setTo(s255); 125 tmp.setTo(s0);
|
/external/opencv3/modules/cudaarithm/test/ |
test_gpumat.cpp | 53 // SetTo 78 mat.setTo(zero); 92 mat.setTo(val); 102 mat.setTo(val); 117 mat.setTo(val); 127 mat.setTo(val); 144 mat.setTo(val, loadMat(mask)); 154 mat.setTo(val, loadMat(mask, useRoi)); 156 mat_gold.setTo(val, mask);
|
/external/opencv3/modules/core/perf/cuda/ |
perf_gpumat.cpp | 55 // SetTo 74 TEST_CYCLE() dst.setTo(val); 80 TEST_CYCLE() dst.setTo(val); 111 TEST_CYCLE() dst.setTo(val, d_mask); 117 TEST_CYCLE() dst.setTo(val, mask);
|
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/ |
reduce.hpp | 71 dst.setTo(0, stream); 93 dst.setTo(0, stream); 109 dst.setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); 127 dst.setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); 143 dst.setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream); 161 dst.setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream); 177 dst.col(0).setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); 178 dst.col(1).setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream); 196 dst.col(0).setTo(Scalar::all(std::numeric_limits<ResType>::max()), stream); 197 dst.col(1).setTo(Scalar::all(-std::numeric_limits<ResType>::max()), stream) [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 37 bool ASessionDescription::setTo(const void *data, size_t size) { 69 line.setTo(desc, i, eolPos - i - 1); 71 line.setTo(desc, i, eolPos - i); 103 key.setTo(line, 0, colonPos); 112 key.setTo(line, 0, spacePos); 117 value.setTo(line, colonPos + 1, line.size() - colonPos - 1);
|
/external/icu/icu4c/source/i18n/ |
tztrans.cpp | 59 setTo(*right.fTo); 112 TimeZoneTransition::setTo(const TimeZoneRule& to) {
|
/external/opencv3/modules/cudastereo/src/ |
stereocsbp.cpp | 225 l[0].setTo(0, _stream); 226 d[0].setTo(0, _stream); 227 r[0].setTo(0, _stream); 228 u[0].setTo(0, _stream); 230 l[1].setTo(0, _stream); 231 d[1].setTo(0, _stream); 232 r[1].setTo(0, _stream); 233 u[1].setTo(0, _stream); 235 data_cost.setTo(0, _stream); 236 data_cost_selected.setTo(0, _stream) [all...] |
/external/opencv3/modules/cudalegacy/src/ |
fgd.cpp | 230 changeMask.setTo(Scalar::all(0)); 411 h_foreground.setTo(0); 495 Pbc_.setTo(Scalar::all(0)); 498 Pbcc_.setTo(Scalar::all(0)); 501 is_trained_st_model_.setTo(Scalar::all(0)); 504 is_trained_dyn_model_.setTo(Scalar::all(0)); 507 ctable_Pv_.setTo(Scalar::all(0)); 510 ctable_Pvb_.setTo(Scalar::all(0)); 513 ctable_v_.setTo(Scalar::all(0)); 516 cctable_Pv_.setTo(Scalar::all(0)) [all...] |
/external/opencv3/modules/photo/perf/ |
perf_inpaint.cpp | 30 mask(inpaintArea).setTo(255);
|
/system/core/include/utils/ |
String8.h | 74 void setTo(const String8& other); 75 status_t setTo(const char* other); 76 status_t setTo(const char* other, size_t numChars); 77 status_t setTo(const char16_t* other, size_t numChars); 78 status_t setTo(const char32_t* other, 286 setTo(other); 292 setTo(other);
|