Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java292 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/
DUri.java1948 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/
DGsmSmsTest.java374 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/
Dh264bsd_conceal.c160 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 …]
Dh264bsd_slice_data.c133 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()
Dh264bsd_macroblock_layer.h179 u32 decoded; member
Dh264bsd_storage.c457 pStorage->mb[i].decoded = 0; in h264bsdResetStorage()
545 tmp += pStorage->mb[i].decoded ? 1 : 0; in h264bsdIsEndOfPicture()
Dh264bsd_macroblock_layer.c987 pMb->decoded++; in h264bsdDecodeMacroblock()
1005 if (pMb->decoded > 1) in h264bsdDecodeMacroblock()
1109 if (pMb->decoded > 1) in h264bsdDecodeMacroblock()
Dh264bsd_inter_prediction.c325 if (pMb->decoded > 1) in h264bsdInterPrediction()
467 if (pMb->decoded > 1) in h264bsdInterPrediction()
Dh264bsd_intra_prediction.c521 if (pMb->decoded > 1) in h264bsdIntraPrediction()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * 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/
DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * 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/
Dload-bitmap.jd97 is decoded with an {@link android.graphics.BitmapFactory.Options#inSampleSize} of 4 produces a
/frameworks/base/docs/html/training/multiple-threads/
Dcommunicate-ui.jd152 the decoded data and the {@link android.view.View} object that will show the data. It receives
/frameworks/base/docs/html/training/contacts-provider/
Ddisplay-contact-badge.jd56 for the thumbnail image, you usually use a {@link android.graphics.Bitmap} decoded from the
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd392 … bitmap is a different size---as long as the resulting byte count of the decoded bitmap (available…
Dandroid-4.0-highlights.jd929 preview, decoded video, OpenGL game scenes, and more. TextureView can be viewed