/frameworks/base/location/java/com/android/internal/location/ |
D | GpsNetInitiatedHandler.java | 292 String decoded; in decodeGSMPackedString() local 306 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets); in decodeGSMPackedString() 309 if (null == decoded) { in decodeGSMPackedString() 311 decoded = ""; in decodeGSMPackedString() 314 return decoded; in decodeGSMPackedString() 319 String decoded = ""; in decodeUTF8String() local 321 decoded = new String(input, "UTF-8"); in decodeUTF8String() 327 return decoded; in decodeUTF8String() 332 String decoded = ""; in decodeUCS2String() local 334 decoded = new String(input, "UTF-16"); in decodeUCS2String() [all …]
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1948 volatile String decoded; field in Uri.AbstractPart 1950 AbstractPart(String encoded, String decoded) { in AbstractPart() argument 1952 this.decoded = decoded; in AbstractPart() 1959 boolean hasDecoded = decoded != NOT_CACHED; in getDecoded() 1960 return hasDecoded ? decoded : (decoded = decode(encoded)); in getDecoded() 1968 boolean hasDecoded = decoded != NOT_CACHED; in writeTo() 1973 parcel.writeString(decoded); in writeTo() 1979 parcel.writeString(decoded); in writeTo() 1998 private Part(String encoded, String decoded) { in Part() argument 1999 super(encoded, decoded); in Part() [all …]
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmSmsTest.java | 374 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0); in decodeSingle() local 375 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0); in decodeSingle() 377 assertEquals(sBasicTables[language], decoded); in decodeSingle() 451 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtended() local 453 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, 0, language); in testDecodeExtended() 455 assertEquals(sExtendedTables[language], decoded); in testDecodeExtended() 526 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, in testDecodeExtendedFallback() local 529 assertEquals(defaultTable.toString(), decoded); in testDecodeExtendedFallback() local 531 decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, 1, language); in testDecodeExtendedFallback() 532 assertEquals(turkishTable.toString(), decoded); in testDecodeExtendedFallback() local [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_conceal.c | 160 while (i < pStorage->picSizeInMbs && !pStorage->mb[i].decoded) in h264bsdConceal() 195 mb[j].decoded = 1; in h264bsdConceal() 200 if (!mb[j].decoded) in h264bsdConceal() 203 mb[j].decoded = 1; in h264bsdConceal() 217 mb->decoded = 1; in h264bsdConceal() 231 if (!mb[j].decoded) in h264bsdConceal() 234 mb[j].decoded = 1; in h264bsdConceal() 279 ASSERT(!pMb->decoded); in ConcealMb() 338 if (row && (pMb-width)->decoded) in ConcealMb() 351 if ((row != height - 1) && (pMb+width)->decoded) in ConcealMb() [all …]
|
D | h264bsd_slice_data.c | 133 if (!pSliceHeader->redundantPicCnt && pStorage->mb[currMbAddr].decoded) in h264bsdDecodeSliceData() 195 if (pStorage->mb[currMbAddr].decoded == 1) in h264bsdDecodeSliceData() 339 (pStorage->mb[currMbAddr].decoded) ) in h264bsdMarkSliceCorrupted() 341 pStorage->mb[currMbAddr].decoded--; in h264bsdMarkSliceCorrupted()
|
D | h264bsd_macroblock_layer.h | 179 u32 decoded; member
|
D | h264bsd_storage.c | 457 pStorage->mb[i].decoded = 0; in h264bsdResetStorage() 545 tmp += pStorage->mb[i].decoded ? 1 : 0; in h264bsdIsEndOfPicture()
|
D | h264bsd_macroblock_layer.c | 987 pMb->decoded++; in h264bsdDecodeMacroblock() 1005 if (pMb->decoded > 1) in h264bsdDecodeMacroblock() 1109 if (pMb->decoded > 1) in h264bsdDecodeMacroblock()
|
D | h264bsd_inter_prediction.c | 325 if (pMb->decoded > 1) in h264bsdInterPrediction() 467 if (pMb->decoded > 1) in h264bsdInterPrediction()
|
D | h264bsd_intra_prediction.c | 521 if (pMb->decoded > 1) in h264bsdIntraPrediction()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 43 ; * same decoded vector. 44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded, 51 ; * macroblock which contains four decoded motion vectors
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
D | omxVCM4P2_DecodePadMV_PVOP_s.s | 43 ; * same decoded vector. 44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded, 51 ; * macroblock which contains four decoded motion vectors
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 97 is decoded with an {@link android.graphics.BitmapFactory.Options#inSampleSize} of 4 produces a
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | communicate-ui.jd | 152 the decoded data and the {@link android.view.View} object that will show the data. It receives
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 56 for the thumbnail image, you usually use a {@link android.graphics.Bitmap} decoded from the
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 392 … bitmap is a different size---as long as the resulting byte count of the decoded bitmap (available…
|
D | android-4.0-highlights.jd | 929 preview, decoded video, OpenGL game scenes, and more. TextureView can be viewed
|