/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 143 x10 = x5 - (x4 << 8); /* extract low bytes */ 313 x10 = x5 - (x4 << 8); /* extract low bytes */ 488 x10 = x5 - (x4 << 8); /* extract low bytes */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 146 x10 = x5 - (x4 << 8); /* extract low bytes */ 316 x10 = x5 - (x4 << 8); /* extract low bytes */ 504 x10 = x5 - (x4 << 8); /* extract low bytes */
|
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 217 // extract the attribute name 222 // extract the attribute value length 227 // extract the attribute value
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyGroup.java | 272 // extract name from full path 357 // special case - need to extract file name from full path 372 // if title and name fail, extract name from full path
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 235 /* bit positon for extract from acc */ 258 /* bit positon for extract from acc */ 373 /* bit positon for extract from acc */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_codec.h | 234 #define VPX_VERSION_MAJOR(v) ((v>>16)&0xff) /**< extract major from packed version */ 235 #define VPX_VERSION_MINOR(v) ((v>>8)&0xff) /**< extract minor from packed version */ 236 #define VPX_VERSION_PATCH(v) ((v>>0)&0xff) /**< extract patch from packed version */
|
/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 383 void extract(integer_t& d, const pixel_t& s, int component); 384 void extract(component_t& d, const pixel_t& s, int component); 385 void extract(integer_t& d, int s, int h, int l, int bits=32);
|
/bootable/recovery/minzip/ |
Zip.c | 691 LOGE("Can't extract entry to buffer.\n"); 734 LOGE("Can't extract entry to file.\n"); 787 LOGE("Can't extract entry to memory buffer.\n"); 898 /* If zipDir is empty, we'll extract the entire zip file. 924 /* Walk through the entries and extract anything whose path begins 966 /* This entry begins with zipDir, so we'll extract it. [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_asn1.c | 762 /* now extract the curve parameters a and b */ 881 /* extract the prime number */ 922 /* extract seed (optional) */ 950 /* extract the ec point */ 958 /* extract the order */ 975 /* extract the cofactor (optional) */ [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 63 // You can supply extra pointer arguments to extract matched subpieces. 76 // Example: does not try to extract any extra sub-patterns 79 // Example: does not try to extract into NULL 142 // could extract all words from a string by repeatedly calling 419 static bool Extract(const StringPiece &text, 430 // Making this test will guarantee that "replace" and "extract"
|
/external/openssl/crypto/ec/ |
ec_asn1.c | 764 /* now extract the curve parameters a and b */ 883 /* extract the prime number */ 924 /* extract seed (optional) */ 952 /* extract the ec point */ 960 /* extract the order */ 977 /* extract the cofactor (optional) */ [all...] |
/external/regex-re2/util/ |
pcre.h | 63 // You can supply extra pointer arguments to extract matched subpieces. 76 // Example: does not try to extract any extra sub-patterns 79 // Example: does not try to extract into NULL 142 // could extract all words from a string by repeatedly calling 413 static bool Extract(const StringPiece &text, 424 // Making this test will guarantee that "replace" and "extract"
|
/ndk/ |
ndk-gdb.py | 481 simply extract the 'android:debuggable' attribute value from 576 error('''Could not extract package name from %s. 666 error('''Could not extract package's data directory. Are you sure that 675 error('''Could not extract name of launchable activity from manifest! 701 error('''Could not extract PID of application on device/emulator. 709 error('''Could not extract PID of application on device/emulator. [all...] |
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
BaseDevicePolicyTest.java | 123 // Extract the id of all existing users. 238 // Extract the id of the new user.
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
AbstractVerifier.java | 223 * Note: Java doesn't appear able to extract international characters 224 * from the SubjectAlts. It can only extract international characters
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
enterprise_install_attributes.cc | 351 // If we could extract basic setting we should try to extract the
|
/external/chromium_org/chrome/renderer/safe_browsing/ |
phishing_term_feature_extractor.cc | 197 // First, extract shingle hashes. 214 // Next, extract page terms.
|
/external/chromium_org/components/policy/core/common/cloud/ |
cloud_policy_validator_unittest.cc | 341 // Pass an empty domain to tell validator to extract the domain from the 369 // extract the domain from the username.
|
/external/chromium_org/native_client_sdk/src/doc/sdk/ |
download.rst | 96 * On Windows, right-click on the .zip file and select "Extract All...". A 97 dialog box will open; enter a location and click "Extract".
|
/external/chromium_org/sync/internal_api/public/base/ |
model_type.h | 163 // Extract the model type of a SyncEntity protocol buffer. ModelType is a 170 // Extract the model type from an EntitySpecifics field. Note that there
|
/external/chromium_org/third_party/icu/source/i18n/ |
dtitvfmt.cpp | 83 skeleton.extract(0, skeleton.length(), result, "UTF-8"); 86 pat.extract(0, pat.length(), result_1, "UTF-8"); 556 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8"); 601 fSkeleton.extract(0, fSkeleton.length(), result, "UTF-8"); [all...] |
/external/chromium_org/third_party/libwebp/webp/ |
demux.h | 13 // Code Example: Demuxing WebP data to extract all the frames, ICC profile 34 // ... (Extract metadata).
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
zip_writer.cc | 153 WriteShort(&output, 10); // version needed to extract 184 WriteShort(&output, 10); // version needed to extract
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapDevice.cpp | 274 // the bitmap, we extract a subset. 282 // Since we did an extract, we need to adjust the matrix accordingly
|
/external/chromium_org/url/ |
url_parse_file.cc | 146 // Windows path, don't try to extract the scheme (for example, "c:\foo"). 150 // Windows UNC path: don't try to extract the scheme, but keep the slashes.
|