Searched refs:pattern (Results 76 - 100 of 141) sorted by relevance

123456

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h1428 * scan pattern; takes one of the following values:
1435 * pattern - block pattern which is used to decide whether this block is
1468 OMX_U8 pattern,
1492 * scan pattern; takes one of the following values:
1499 * pattern - block pattern which is used to decide whether this block is
1530 OMX_U8 pattern,
1549 * pattern - block pattern whic
[all...]
H A DarmVC.h201 * the zigzag scan pattern. This takes one of the
212 * [in] pattern block pattern which is used to decide whether
233 OMX_U8 pattern,
253 * the zigzag scan pattern. It takes one of the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h1428 * scan pattern; takes one of the following values:
1435 * pattern - block pattern which is used to decide whether this block is
1468 OMX_U8 pattern,
1492 * scan pattern; takes one of the following values:
1499 * pattern - block pattern which is used to decide whether this block is
1530 OMX_U8 pattern,
1549 * pattern - block pattern whic
[all...]
H A DarmVC.h201 * the zigzag scan pattern. This takes one of the
212 * [in] pattern block pattern which is used to decide whether
233 OMX_U8 pattern,
253 * the zigzag scan pattern. It takes one of the
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h1428 * scan pattern; takes one of the following values:
1435 * pattern - block pattern which is used to decide whether this block is
1468 OMX_U8 pattern,
1492 * scan pattern; takes one of the following values:
1499 * pattern - block pattern which is used to decide whether this block is
1530 OMX_U8 pattern,
1549 * pattern - block pattern whic
[all...]
H A DarmVC.h201 * the zigzag scan pattern. This takes one of the
212 * [in] pattern block pattern which is used to decide whether
233 OMX_U8 pattern,
253 * the zigzag scan pattern. It takes one of the
/frameworks/av/media/libstagefright/
H A DACodecBufferChannel.cpp104 const uint8_t *iv, CryptoPlugin::Mode mode, CryptoPlugin::Pattern pattern,
138 result = mCrypto->decrypt(key, iv, mode, pattern,
H A DMediaCodec.cpp1032 const CryptoPlugin::Pattern &pattern,
1048 msg->setInt32("encryptBlocks", pattern.mEncryptBlocks);
1049 msg->setInt32("skipBlocks", pattern.mSkipBlocks);
2730 CryptoPlugin::Pattern pattern; local
2741 pattern.mEncryptBlocks = 0;
2742 pattern.mSkipBlocks = 0;
2755 CHECK(msg->findInt32("encryptBlocks", (int32_t *)&pattern.mEncryptBlocks));
2756 CHECK(msg->findInt32("skipBlocks", (int32_t *)&pattern.mSkipBlocks));
2806 pattern,
1024 queueSecureInputBuffer( size_t index, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, int64_t presentationTimeUs, uint32_t flags, AString *errorDetailMsg) argument
/frameworks/base/core/java/android/widget/
H A DTableLayout.java136 * following pattern (regex): \d+(\s*,\s*\d+)*</p>
150 Pattern pattern = Pattern.compile("\\s*,\\s*");
151 String[] columnDefs = pattern.split(sequence);
H A DDatePickerSpinnerDelegate.java460 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), "yyyyMMMdd");
461 char[] order = ICU.getDateFormatOrder(pattern);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp346 const CryptoPlugin::Pattern &pattern,
351 index, offset, subSamples, numSubSamples, key, iv, mode, pattern,
1330 CryptoPlugin::Pattern pattern; local
1332 pattern.mEncryptBlocks = 0;
1333 pattern.mSkipBlocks = 0;
1335 pattern.mEncryptBlocks = env->GetIntField(patternObj, gFields.patternEncryptBlocksID);
1336 pattern.mSkipBlocks = env->GetIntField(patternObj, gFields.patternSkipBlocksID);
1423 pattern,
1790 gFields.cryptoInfoPatternID = env->GetFieldID(clazz.get(), "pattern",
338 queueSecureInputBuffer( size_t index, size_t offset, const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, int64_t presentationTimeUs, uint32_t flags, AString *errorDetailMsg) argument
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java373 String pattern = IFNAME_LINKLAYER_MAP.valueAt(i);
374 if (ifname.startsWith(pattern)) {
/frameworks/base/test-runner/src/android/test/
H A DMoreAsserts.java519 Pattern pattern = Pattern.compile(expectedRegex);
520 return pattern.matcher(actual);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp439 const uint8_t pattern[] = { local
456 DITHER_KERNEL_SIZE, 0, GL_ALPHA, GL_UNSIGNED_BYTE, &pattern);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h163 Mode mode, const Pattern &pattern, const void *srcPtr,
H A DMockDrmCryptoPlugin.cpp796 Mode mode, const Pattern &pattern, const void *srcPtr,
801 "pattern:{encryptBlocks=%d, skipBlocks=%d} src=%p, "
806 (int)mode, pattern.mEncryptBlocks, pattern.mSkipBlocks, srcPtr,
795 decrypt(bool secure, const uint8_t key[16], const uint8_t iv[16], Mode mode, const Pattern &pattern, const void *srcPtr, const SubSample *subSamples, size_t numSubSamples, void *dstPtr, AString * ) argument
/frameworks/av/include/media/stagefright/
H A DCodecBase.h290 CryptoPlugin::Pattern pattern,
H A DMediaCodec.h147 const CryptoPlugin::Pattern &pattern,
/frameworks/av/media/libstagefright/foundation/include/
H A DCodecBase.h290 CryptoPlugin::Pattern pattern,
/frameworks/av/media/libstagefright/include/
H A DCodecBase.h290 CryptoPlugin::Pattern pattern,
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java102 static UiSelector patternBuilder(UiSelector container, UiSelector pattern) { argument
104 new UiSelector().containerSelector(container).patternSelector(pattern));
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
H A DLayoutFileParser.java419 private List<Node> get(Document doc, XPath xPath, String pattern) argument
421 final XPathExpression expr = xPath.compile(pattern);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsUsageMonitor.java120 /** Country code for the cached short code pattern matcher. */
123 /** Cached short code pattern matcher for {@link #mCurrentCountry}. */
135 /** Last modified time for pattern file */
153 /** XML attribute for the short code regex pattern. */
154 private static final String ATTR_PATTERN = "pattern";
156 /** XML attribute for the premium short code regex pattern. */
159 /** XML attribute for the free short code regex pattern. */
162 /** XML attribute for the standard rate short code regex pattern. */
184 * SMS short code regex pattern matcher for a specific country.
275 * Return a pattern matche
[all...]
/frameworks/base/media/java/android/media/
H A DMediaCodec.java2357 * encrypted bytes. If pattern encryption applies, each of the latter runs
2358 * is encrypted only partly, according to a repeating pattern of "encrypt"
2393 * Metadata describing an encryption pattern for the protected bytes in
2394 * a subsample. An encryption pattern consists of a repeating sequence
2400 * Number of blocks to be encrypted in the pattern. If zero, pattern
2406 * Number of blocks to be skipped (left clear) in the pattern. If zero,
2407 * pattern encryption is inoperative.
2412 * Construct a sample encryption pattern given the number of blocks to
2413 * encrypt and skip in the pattern
2446 private Pattern pattern; field in class:MediaCodec.CryptoInfo
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h39 // Maximum supported size of a vibration pattern.
43 // Maximum allowable delay value in a vibration pattern before
325 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
424 virtual void vibrate(int32_t deviceId, const nsecs_t* pattern, size_t patternSize,
569 void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat, int32_t token);
984 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,
1038 virtual void vibrate(const nsecs_t* pattern, size_t patternSize, ssize_t repeat,

Completed in 2587 milliseconds

123456