Searched defs:Decoder (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/net/metrics/
H A DApfProgramEvent.java125 names.add(Decoder.constants.get(bit));
130 final static class Decoder { class in class:ApfProgramEvent
H A DIpManagerEvent.java93 ifName, Decoder.constants.get(eventType), durationMs);
96 final static class Decoder { class in class:IpManagerEvent
H A DIpReachabilityEvent.java112 String eventName = Decoder.constants.get(hi);
116 final static class Decoder { class in class:IpReachabilityEvent
H A DNetworkEvent.java114 netId, Decoder.constants.get(eventType), durationMs);
117 final static class Decoder { class in class:NetworkEvent
H A DValidationProbeEvent.java104 return Decoder.constants.get(probeType, "PROBE_???");
116 final static class Decoder { class in class:ValidationProbeEvent
H A DDhcpErrorEvent.java118 return String.format("DhcpErrorEvent(%s, %s)", ifName, Decoder.constants.get(errorCode));
121 final static class Decoder { class in class:DhcpErrorEvent
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java8 public class Decoder { class
26 public Decoder(byte[] buf) { method in class:Decoder
30 public Decoder(ByteBuffer buf) { method in class:Decoder
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp56 NuPlayer::Decoder::Decoder( function in class:android::NuPlayer::Decoder
93 NuPlayer::Decoder::~Decoder() {
98 sp<AMessage> NuPlayer::Decoder::getStats() const {
105 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) {
121 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
178 ALOGE("Decoder (%s) reported error : 0x%x",
249 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format) {
345 void NuPlayer::Decoder
[all...]
H A DNuPlayerDecoder.h26 struct NuPlayer::Decoder : public DecoderBase { struct in class:android::NuPlayer
27 Decoder(const sp<AMessage> &notify,
40 virtual ~Decoder();
134 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c54 } Decoder; typedef in typeref:struct:__anon638
72 Decoder **decoder;
136 decoder = (Decoder **)malloc(sizeof(Decoder*)*(u32)instCount);
146 decoder[i] = (Decoder *)calloc(1, sizeof(Decoder));
223 DEBUG(("Decoder[%d] Cropping params: (%d, %d) %dx%d\n",
231 DEBUG(("Decoder[%d] Width %d Height %d\n", i,
235 DEBUG(("Decoder[%d] videoRange %d, matricCoefficients %d\n",
268 DEBUG(("Decoder[
[all...]
/frameworks/base/core/java/android/util/
H A DBase64.java158 Decoder decoder = new Decoder(flags, new byte[len*3/4]);
176 /* package */ static class Decoder extends Coder { class in class:Base64
241 public Decoder(int flags, byte[] output) { method in class:Base64.Decoder
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2156 milliseconds