/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | dct.h | 51 void idct_col0(Short *blk); 52 void idct_col1(Short *blk); 53 void idct_col2(Short *blk); 54 void idct_col3(Short *blk); 55 void idct_col4(Short *blk); 56 void idct_col0x40(Short *blk); 57 void idct_col0x20(Short *blk); 58 void idct_col0x10(Short *blk); 60 void idct_rowInter(Short *srce, UChar *rec, Int lx); 61 void idct_row0Inter(Short *blk, UChar *rec, Int lx); [all …]
|
D | mp4enc_lib.h | 54 Int getBlockSAV(Short block[]); 59 void blockIdct(Short *block); 60 void blockIdct_SSE(Short *input); 61 void BlockDCTEnc(Short *blockData, Short *blockCoeff); 65 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 69 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 73 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 76 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, 80 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, 84 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, [all …]
|
D | fastquant.cpp | 30 const static Short scaleArrayV[32] = {0, 16384, 8192, 5462, /* 15 */ 41 const static Short scaleArrayV2[47] = {0, 0, 0, 0, 0, 0, 0, 0, /* 15 */ 50 const static Short AANScale[64] = 149 Int BlockQuantDequantH263Inter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Inter() 269 Int BlockQuantDequantH263Intra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263Intra() 441 Int BlockQuantDequantH263DCInter(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCInter() 495 Int BlockQuantDequantH263DCIntra(Short *rcoeff, Short *qcoeff, struct QPstruct *QuantParam, in BlockQuantDequantH263DCIntra() 544 Int BlockQuantDequantMPEGInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGInter() 673 Int BlockQuantDequantMPEGIntra(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGIntra() 852 Int BlockQuantDequantMPEGDCInter(Short *rcoeff, Short *qcoeff, Int QP, Int *qmat, in BlockQuantDequantMPEGDCInter() [all …]
|
D | fastcodemb.cpp | 53 Short *output, *dataBlock; in CodeMB_H263() 63 Int(*BlockQuantDequantH263)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 65 Int(*BlockQuantDequantH263DC)(Short *, Short *, struct QPstruct *, in CodeMB_H263() 67 void (*BlockDCT1x1)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 68 void (*BlockDCT2x2)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 69 void (*BlockDCT4x4)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 70 void (*BlockDCT8x8)(Short *, UChar *, UChar *, Int); in CodeMB_H263() 282 Short *output, *dataBlock; in CodeMB_MPEG() 293 Int(*BlockQuantDequantMPEG)(Short *, Short *, Int, Int *, in CodeMB_MPEG() 295 Int(*BlockQuantDequantMPEGDC)(Short *, Short *, Int, Int *, in CodeMB_MPEG() [all …]
|
D | fastidct.cpp | 65 void idct_col0(Short *blk) in idct_col0() 72 void idct_col1(Short *blk) in idct_col1() 79 void idct_col2(Short *blk) in idct_col2() 105 void idct_col3(Short *blk) in idct_col3() 140 void idct_col4(Short *blk) in idct_col4() 183 void idct_col0x40(Short *blk) in idct_col0x40() 209 void idct_col0x20(Short *blk) in idct_col0x20() 233 void idct_col0x10(Short *blk) in idct_col0x10() 259 void idct_col(Short *blk) in idct_col() 313 void idct_row0Inter(Short *srce, UChar *rec, Int lx) in idct_row0Inter() [all …]
|
D | dct.cpp | 38 Void BlockDCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in BlockDCT_AANwSub() 40 Short *dst; in BlockDCT_AANwSub() 267 Void Block4x4DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block4x4DCT_AANwSub() 269 Short *dst; in Block4x4DCT_AANwSub() 473 Void Block2x2DCT_AANwSub(Short *out, UChar *cur, UChar *pred, Int width) in Block2x2DCT_AANwSub() 475 Short *dst; in Block2x2DCT_AANwSub() 652 Void BlockDCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in BlockDCT_AANIntra() 654 Short *dst; in BlockDCT_AANIntra() 863 Void Block4x4DCT_AANIntra(Short *out, UChar *cur, UChar *dummy2, Int width) in Block4x4DCT_AANIntra() 865 Short *dst; in Block4x4DCT_AANIntra() [all …]
|
D | mp4lib_int.h | 135 Short block[9][64]; /* 4-Y, U and V blocks , and AAN Scale*/ 151 typedef Short typeDCStore[6]; /* ACDC */ 152 typedef Short typeDCACStore[4][8]; 372 Short dataBlock[128]; /* DCT block data before and after quant/dequant*/
|
D | vlc_encode_inline.h | 23 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 113 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search() 227 __inline Int zero_run_search(UInt *bitmapzz, Short *dataBlock, RunLevelBlock *RLB, Int nc) in zero_run_search()
|
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/ |
D | ViewDumpParser.java | 11 private Map<String, Short> mIds; 12 private List<Map<Short,Object>> mViews; 20 Short windowLeftKey = null, windowTopKey = null; in parse() 23 windowLeftKey = (Short) d.readObject(); in parse() 25 windowTopKey = (Short) d.readObject(); in parse() 33 mViews.add((Map<Short, Object>) o); in parse() 47 Map<Short,Object> idMap = mViews.remove(mViews.size() - 1); in parse() 56 Map<Short, Object> props = mViews.get(0); in getFirstView() 67 private Object getProperty(Map<Short, Object> props, String key) { in getProperty() argument 71 private static Map<String, Short> reverse(Map<Short, Object> m) { in reverse() argument [all …]
|
D | Decoder.java | 72 private Map<Short, Object> readMap() { in readMap() 73 Map<Short, Object> m = new HashMap<Short, Object>(); in readMap() 77 if (!(o instanceof Short)) { in readMap() 81 Short key = (Short)o; in readMap()
|
D | MainActivityTest.java | 68 List<Map<Short, Object>> views = parser.getViews(); in testTextView() 69 Map<String, Short> propertyNameTable = parser.getIds(); in testTextView() 74 Map<Short, Object> textViewProperties = views.get(0); in testTextView()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | EnvironmentalReverb.java | 538 roomLevel = Short.parseShort(st.nextToken()); in Settings() 543 roomHFLevel = Short.parseShort(st.nextToken()); in Settings() 553 decayHFRatio = Short.parseShort(st.nextToken()); in Settings() 558 reflectionsLevel = Short.parseShort(st.nextToken()); in Settings() 568 reverbLevel = Short.parseShort(st.nextToken()); in Settings() 578 diffusion = Short.parseShort(st.nextToken()); in Settings() 583 density = Short.parseShort(st.nextToken()); in Settings() 593 ";roomLevel="+Short.toString(roomLevel)+ in toString() 594 ";roomHFLevel="+Short.toString(roomHFLevel)+ in toString() 596 ";decayHFRatio="+Short.toString(decayHFRatio)+ in toString() [all …]
|
D | Equalizer.java | 476 curPreset = Short.parseShort(st.nextToken()); in Settings() 481 numBands = Short.parseShort(st.nextToken()); in Settings() 491 bandLevels[i] = Short.parseShort(st.nextToken()); in Settings() 503 ";curPreset="+Short.toString(curPreset)+ in toString() 504 ";numBands="+Short.toString(numBands) in toString() 507 str = str.concat(";band"+(i+1)+"Level="+Short.toString(bandLevels[i])); in toString()
|
D | PresetReverb.java | 257 preset = Short.parseShort(st.nextToken()); in Settings() 267 ";preset="+Short.toString(preset) in toString()
|
D | BassBoost.java | 241 strength = Short.parseShort(st.nextToken()); in Settings() 251 ";strength="+Short.toString(strength) in toString()
|
/frameworks/base/core/java/android/view/ |
D | ViewHierarchyEncoder.java | 65 private final Map<String,Short> mPropertyNames = new HashMap<String, Short>(200); 87 for (Map.Entry<String,Short> entry : mPropertyNames.entrySet()) { in endStream() 132 Short index = mPropertyNames.get(name); in createPropertyIndex() 198 short len = (short)Math.min(bytes.length, Short.MAX_VALUE); in writeString()
|
/frameworks/libs/net/common/framework/com/android/net/module/util/ |
D | DnsPacket.java | 73 id = Short.toUnsignedInt(buf.getShort()); in DnsHeader() 74 flags = Short.toUnsignedInt(buf.getShort()); in DnsHeader() 78 mRecordCount[i] = Short.toUnsignedInt(buf.getShort()); in DnsHeader() 131 nsType = Short.toUnsignedInt(buf.getShort()); in DnsRecord() 132 nsClass = Short.toUnsignedInt(buf.getShort()); in DnsRecord() 136 final int length = Short.toUnsignedInt(buf.getShort()); in DnsRecord()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareStateManagerTest.java | 255 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testRequestMacAddresses() 353 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testAwareDataPathInterfaceUpDown() 401 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDisableUsageDisablesApis() 443 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testDisableUsageFlow() 530 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testHalFailureEnableAndConfigure() 579 ArgumentCaptor<Short> transactionIdCapture = ArgumentCaptor.forClass(Short.class); in testAwareEventsDelivery() 662 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testHalNoResponseTimeout() 726 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishFail() 796 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishSuccessTerminated() 878 ArgumentCaptor<Short> transactionId = ArgumentCaptor.forClass(Short.class); in testPublishUpdateFail() [all …]
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ByteArrayHelpers.java | 51 return toByteArray(array, Short.SIZE); in toByteArray() 133 sizeInBits = Short.SIZE; in toByteArray() 182 } else if (klass == Short.class) { in toByteArray() 183 byteBuffer.putShort((Short)value); in toByteArray()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderDicom.java | 104 static HashSet<Short> strVRs = new HashSet<Short>(); 249 e.mValue = new Short(mMappedByteBuffer.getShort()); in readValue() 317 v.mDimx = (Short) data.get(0x28, 0x10).mValue; in buildVolume() 318 v.mDimy = (Short) data.get(0x28, 0x11).mValue; in buildVolume() 411 short dimX = (Short) data.get(0x28, 0x10).mValue; in buildRSVolume() 412 short dimY = (Short) data.get(0x28, 0x11).mValue; in buildRSVolume() 551 short mDimx = (Short) data.get(0x28, 0x10).mValue; in buildRSVolume2() 552 short mDimy = (Short) data.get(0x28, 0x11).mValue; in buildRSVolume2()
|
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Material.java | 86 for (int i = Short.MIN_VALUE; i < Short.MAX_VALUE; i++) { in simpleSetup() 215 for (int i = Short.MIN_VALUE; i <= mOpacity[0].mPos; i++) { in buildOpacityTable() 229 for (int i = mOpacity[last].mPos; i <= Short.MAX_VALUE; i++) { in buildOpacityTable() 247 for (int i = Short.MIN_VALUE; i <= m[0].mPos; i++) { in buildMaterialProp() 290 for (int i = mp.mPos; i <= Short.MAX_VALUE; i++) { in buildMaterialProp()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 273 if (value < Short.MIN_VALUE || value > Short.MAX_VALUE) { in parseValue() 276 return new Short((short)value); in parseValue() 479 if (value instanceof Short) { in getShort() 480 return ((Short)value).shortValue(); in getShort()
|
/frameworks/base/core/java/android/os/ |
D | HwBlob.java | 392 public static Short[] wrapArray(@NonNull short[] array) { in wrapArray() 394 Short[] wrappedArray = new Short[n]; in wrapArray()
|
D | HwParcel.java | 237 public final void writeInt16Vector(ArrayList<Short> val) { in writeInt16Vector() 517 public final ArrayList<Short> readInt16Vector() { in readInt16Vector() 518 Short[] array = HwBlob.wrapArray(readInt16VectorAsArray()); in readInt16Vector() 520 return new ArrayList<Short>(Arrays.asList(array)); in readInt16Vector()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
D | IfdData.java | 31 private final Map<Short, ExifTag> mExifTags = new HashMap<Short, ExifTag>();
|