/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct_inline.h | 85 int32 carry, abs_sum; in sum_abs() local 87 carry = k0 >> 31; in sum_abs() 88 abs_sum = (k0 ^ carry); in sum_abs() 89 carry = k1 >> 31; in sum_abs() 90 abs_sum += (k1 ^ carry) - carry; in sum_abs() 91 carry = k2 >> 31; in sum_abs() 92 abs_sum += (k2 ^ carry) - carry; in sum_abs() 93 carry = k3 >> 31; in sum_abs() 94 abs_sum += (k3 ^ carry) - carry; in sum_abs() 95 carry = k4 >> 31; in sum_abs() [all …]
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/ |
D | pvmp3_crc.cpp | 145 uint32 carry; in calculate_crc() local 150 carry = *crc & 0x8000; in calculate_crc() 152 if (!carry ^ !(data & masking)) in calculate_crc()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
D | FwdLockFile.c | 225 unsigned char carry = 0; in FwdLockFile_CalculateCounter() local 229 pCounter[i] = part + carry; in FwdLockFile_CalculateCounter() 230 carry = (part < pNonce[i] || pCounter[i] < part) ? 1 : 0; in FwdLockFile_CalculateCounter() 233 pCounter[i] = pNonce[i] + carry; in FwdLockFile_CalculateCounter() 234 carry = (pCounter[i] < pNonce[i]) ? 1 : 0; in FwdLockFile_CalculateCounter()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/ |
D | utils.js | 526 var carry = (bitsLow == 0) ? 1 : 0; 527 bitsHigh = (~bitsHigh + carry) >>> 0;
|
/frameworks/native/cmds/service/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/id3/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/am/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/mediaserver/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/packages/InputDevices/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/dpm/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/timedtext/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/media/jni/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/rtsp/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/extractors/mpeg2/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/extractors/midi/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/cmds/appops/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/libmedia/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/base/packages/Keyguard/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/native/libs/ui/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/extractors/flac/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|
/frameworks/av/media/codec2/components/g711/ |
D | NOTICE | 110 (b) You must cause any modified files to carry prominent notices
|