HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 351 - 375 of 1875) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/Shared/
PrintInfo.h 54 static bool decode(CoreIPC::ArgumentDecoder*, PrintInfo&);
SecurityOriginData.h 44 static bool decode(CoreIPC::ArgumentDecoder*, SecurityOriginData&);
SessionState.h 49 static bool decode(CoreIPC::ArgumentDecoder*, SessionState&);
WebOpenPanelParameters.h 46 static bool decode(CoreIPC::ArgumentDecoder*, Data&);
WebPageCreationParameters.h 45 static bool decode(CoreIPC::ArgumentDecoder*, WebPageCreationParameters&);
WebPopupItem.h 50 static bool decode(CoreIPC::ArgumentDecoder*, WebPopupItem&);
  /external/webkit/Source/WebKit2/Shared/gtk/
PlatformCertificateInfo.h 50 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&) function in class:WebKit::PlatformCertificateInfo
UpdateChunk.h 53 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/mac/
PlatformCertificateInfo.h 48 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
UpdateChunk.h 50 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/qt/
PlatformCertificateInfo.h 49 static bool decode(CoreIPC::ArgumentDecoder*, PlatformCertificateInfo&) function in class:WebKit::PlatformCertificateInfo
UpdateChunk.h 51 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /external/webkit/Source/WebKit2/Shared/win/
LayerTreeContextWin.cpp 48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&) function in class:WebKit::LayerTreeContext
PlatformCertificateInfo.h 55 static bool decode(CoreIPC::ArgumentDecoder* decoder, PlatformCertificateInfo& t);
UpdateChunk.h 49 static bool decode(CoreIPC::ArgumentDecoder*, UpdateChunk&);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 13 * H.264 decode coefficients module
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 13 * H.264 decode coefficients module
  /frameworks/base/voip/jni/rtp/
AmrCodec.cpp 55 int decode(int16_t *samples, int count, void *payload, int length);
131 int AmrCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon15726::AmrCodec
216 int decode(int16_t *samples, int count, void *payload, int length);
242 int GsmEfrCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon15726::GsmEfrCodec
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
Makefile 43 COMPONENT_LIB=libOMX.TI.WMA.decode.so
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 51 * be used to decode the result.
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 18 public static native int decode(long converterHandle, byte[] input, int inEnd, method in class:NativeConverter
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
InhibitAnyPolicy.java 47 ASN1Integer.getInstance().decode(encoding)).intValue();
NameConstraints.java 94 public static NameConstraints decode(byte[] encoding) throws IOException { method in class:NameConstraints
95 return (NameConstraints) ASN1.decode(encoding);
144 return (byte[]) ASN1OctetString.getInstance().decode(bytes);
175 : ((GeneralNames) GeneralNames.ASN1.decode(bytes)).getNames();
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Finished.java 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
ServerHelloDone.java 47 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHelloDone");

Completed in 938 milliseconds

<<11121314151617181920>>