Searched
full:extract (Results
2326 -
2350 of
6076) sorted by null
<<919293949596979899100>>
/external/webrtc/webrtc/video/ |
vie_encoder.h | 100 // TODO(pbos): Set protection method on construction or extract vcm_ outside
|
/external/zlib/src/as400/ |
readme.txt | 28 _ Extract the saved objects into the ZLIB AS400 library using:
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
inv_sqrt.cpp | 182 i = extract_h (L_x); // Extract b25-b31 184 a = extract_l (L_x); // Extract b10-b24 251 i = (Word16)(L_x >> 16); /* Extract b25-b31 */ 252 a = (Word16)(L_x >> 1); /* Extract b10-b24 */
|
sqrt_l.cpp | 172 i = extract_h (L_x); // Extract b25-b31, 16 <= i <= 63 175 a = extract_l (L_x); // Extract b10-b24 244 i = (Word16)(L_x >> 15) & 63; /* Extract b25-b31, 16<= i <=63 */ 247 a = (Word16)(L_x); /* Extract b10-b24 */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
oper_32b.c | 46 * Extract from a 32 bit integer two 16 bit DPF. *
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_FindMVpred.c | 108 /* Based on the position of the block extract the motion vectors and
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
uiautomator | 64 # we also pass the list of jar files, so we can extract class names for tests
|
/frameworks/base/core/java/android/app/backup/ |
BackupDataInput.java | 95 * Extract the next entity header from the restore stream. After this method
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 125 * Extract 5 bits of data, then shift it out.
|
/frameworks/base/core/java/android/view/inputmethod/ |
CompletionInfo.java | 33 * case in extract mode where the IME has taken over the full
|
/frameworks/base/core/java/android/widget/ |
AbsoluteLayout.java | 198 * @param attrs the set of attributes from which to extract the layout
|
/frameworks/base/core/java/com/android/internal/os/ |
MobileRadioPowerCalculator.java | 35 final long MOBILE_BPS = 200000; // TODO: Extract average bit rates from system
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ScrollingThroughListOfFocusablesTest.java | 29 * TODO: extract base test case that launches {@link ListOfInternalSelectionViews} with
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
languages.jd | 27 <p>It?s always a good practice to extract UI strings from your app code and keep them
|
/frameworks/base/docs/html/training/efficient-downloads/ |
redundant_redundant.jd | 38 <p>To ensure that your caching doesn't result in your app displaying stale data, be sure to extract the time at which the requested content was last updated, and when it expires, from within the HTTP response headers. This will allow you to determine when the associated content should be refreshed.</p>
|
/frameworks/base/drm/java/android/drm/ |
DrmUtils.java | 151 //Extract KeyValue Pair Info, till terminator occurs.
|
package.html | 67 <li>Extract constraint information from the license.
|
/frameworks/base/libs/hwui/utils/ |
TestWindowContext.cpp | 161 SkDebugf("Failed to extract pixels from HWUI buffer");
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
WifiSignalController.java | 99 * Extract wifi state directly from broadcasts about changes in wifi state.
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
histogram.cpp | 17 // Native function to extract histogram from image (handed down as ByteBuffer).
|
sobeloperator.cpp | 17 // Native function to extract histogram from image (handed down as ByteBuffer).
|
/frameworks/base/tests/CoreTests/android/core/ |
NsdServiceInfoTest.java | 135 // Extract from parcel.
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 100 if (!me.extract()) { 101 bccAssert("Could not extract RS pragma metadata for module!"); 322 ALOGE("Cannot extract metadata from module"); 402 me.extract();
|
/frameworks/compile/slang/BitWriter_2_9/ |
ReaderWriter_2_9.h | 39 /// buffer and extract just the triple information. If successful,
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
ReaderWriter_2_9_func.h | 39 /// buffer and extract just the triple information. If successful,
|
Completed in 4229 milliseconds
<<919293949596979899100>>