Home
last modified time | relevance | path

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

/frameworks/base/location/java/com/android/internal/location/
DGpsNetInitiatedHandler.java470 String decoded; in decodeGSMPackedString() local
484 decoded = GsmAlphabet.gsm7BitPackedToString(input, 0, lengthSeptets); in decodeGSMPackedString()
487 if (null == decoded) { in decodeGSMPackedString()
489 decoded = ""; in decodeGSMPackedString()
492 return decoded; in decodeGSMPackedString()
497 String decoded = ""; in decodeUTF8String() local
499 decoded = new String(input, "UTF-8"); in decodeUTF8String()
505 return decoded; in decodeUTF8String()
510 String decoded = ""; in decodeUCS2String() local
512 decoded = new String(input, "UTF-16"); in decodeUCS2String()
[all …]
/frameworks/base/core/java/android/net/
DUri.java1956 volatile String decoded; field in Uri.AbstractPart
1958 AbstractPart(String encoded, String decoded) { in AbstractPart() argument
1960 this.decoded = decoded; in AbstractPart()
1967 boolean hasDecoded = decoded != NOT_CACHED; in getDecoded()
1968 return hasDecoded ? decoded : (decoded = decode(encoded)); in getDecoded()
1976 boolean hasDecoded = decoded != NOT_CACHED; in writeTo()
1981 parcel.writeString(decoded); in writeTo()
1987 parcel.writeString(decoded); in writeTo()
2006 private Part(String encoded, String decoded) { in Part() argument
2007 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.s57 ; * same decoded vector.
58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
65 ; * macroblock which contains four decoded motion vectors
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s57 ; * same decoded vector.
58 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
65 ; * macroblock which contains four decoded motion vectors
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java337 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(ssidOctets)); in NetworkDetail() local
338 ssid = decoded.toString(); in NetworkDetail()
/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/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java1426 CharBuffer decoded = decoder.decode(ByteBuffer.wrap(rawSsid)); in ssidConvert() local
1427 ssid = decoded.toString(); in ssidConvert()
/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/volley/
Drequest.jd52 calling back with a decoded bitmap. It also provides convenience features like specifying
/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
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...