Searched refs:android (Results 151 - 175 of 362) sorted by relevance

1234567891011>>

/system/media/mca/filterfw/java/android/filterfw/core/
H A DRoundRobinScheduler.java18 package android.filterfw.core;
22 import android.filterfw.core.Filter;
23 import android.filterfw.core.Scheduler;
H A DFrameManager.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.MutableFrameFormat;
H A DSimpleFrame.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.NativeBuffer;
24 import android.filterfw.format.ObjectFormat;
25 import android.graphics.Bitmap;
H A DFilterContext.java18 package android.filterfw.core;
20 import android.filterfw.core.Filter;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameManager;
23 import android.filterfw.core.GLEnvironment;
H A DFilterSurfaceView.java18 package android.filterfw.core;
20 import android.content.Context;
21 import android.util.AttributeSet;
22 import android.view.SurfaceHolder;
23 import android.view.SurfaceView;
H A DVertexFrame.java18 package android.filterfw.core;
20 import android.filterfw.core.Frame;
21 import android.filterfw.core.FrameFormat;
22 import android.filterfw.core.FrameManager;
23 import android.graphics.Bitmap;
/system/media/mca/filterpacks/imageproc/java/
H A DBlackWhiteFilter.java17 package android.filterpacks.imageproc;
19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android
[all...]
H A DDocumentaryFilter.java17 package android.filterpacks.imageproc;
19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android
[all...]
H A DLomoishFilter.java17 package android.filterpacks.imageproc;
19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.GenerateFieldPort;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android
[all...]
/system/extras/tests/bionic/libstdc++/
H A Dtest_climits.cpp39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
42 namespace android namespace
82 } // namespace android
/system/netd/
H A DTetherController.h24 typedef android::List<char *> InterfaceCollection;
25 typedef android::List<struct in_addr> NetAddressCollection;
/system/media/mca/filterpacks/videosink/java/
H A DMediaEncoderFilter.java18 package android.filterpacks.videosink;
20 import android.content.Context;
21 import android.filterfw.core.Filter;
22 import android.filterfw.core.FilterContext;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.FrameManager;
26 import android.filterfw.core.GenerateFieldPort;
27 import android.filterfw.core.GenerateFinalPort;
28 import android
[all...]
/system/media/mca/filterpacks/videosrc/java/
H A DCameraSource.java18 package android.filterpacks.videosrc;
20 import android.content.Context;
21 import android.filterfw.core.Filter;
22 import android.filterfw.core.FilterContext;
23 import android.filterfw.core.Frame;
24 import android.filterfw.core.FrameFormat;
25 import android.filterfw.core.FrameManager;
26 import android.filterfw.core.GenerateFieldPort;
27 import android.filterfw.core.GenerateFinalPort;
28 import android
[all...]
H A DMediaSource.java18 package android.filterpacks.videosrc;
20 import android.content.Context;
21 import android.content.res.AssetFileDescriptor;
22 import android.filterfw.core.Filter;
23 import android.filterfw.core.FilterContext;
24 import android.filterfw.core.Frame;
25 import android.filterfw.core.FrameFormat;
26 import android.filterfw.core.FrameManager;
27 import android.filterfw.core.GenerateFieldPort;
28 import android
[all...]
/system/media/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java19 import android.app.Activity;
20 import android.graphics.SurfaceTexture;
21 import android.media.MediaPlayer;
22 import android.os.Bundle;
23 import android.util.Log;
24 import android.view.Surface;
25 import android.view.SurfaceHolder;
26 import android.view.SurfaceView;
27 import android.view.View;
28 import android
[all...]
/system/core/include/sysutils/
H A DFrameworkClient.h20 typedef android::List<FrameworkClient *> FrameworkClientCollection;
H A DFrameworkCommand.h37 typedef android::List<FrameworkCommand *> FrameworkCommandCollection;
/system/core/libpixelflinger/
H A Draster.h24 namespace android { namespace
31 }; // namespace android
/system/media/mca/filterfw/java/android/filterfw/format/
H A DImageFormat.java18 package android.filterfw.format;
20 import android.filterfw.core.FrameFormat;
21 import android.filterfw.core.MutableFrameFormat;
22 import android.graphics.Bitmap;
/system/media/mca/filterfw/jni/
H A Djni_init.cpp26 using namespace android::filterfw;
35 ObjectPool<NativeFrame>::Setup("android/filterfw/core/NativeFrame", "nativeFrameId");
36 ObjectPool<NativeProgram>::Setup("android/filterfw/core/NativeProgram", "nativeProgramId");
37 ObjectPool<GLFrame>::Setup("android/filterfw/core/GLFrame", "glFrameId");
38 ObjectPool<ShaderProgram>::Setup("android/filterfw/core/ShaderProgram", "shaderProgramId");
39 ObjectPool<GLEnv>::Setup("android/filterfw/core/GLEnvironment", "glEnvId");
40 ObjectPool<VertexFrame>::Setup("android/filterfw/core/VertexFrame", "vertexFrameId");
/system/media/mca/filterpacks/imageproc/native/
H A Dinvert.c17 #include <android/log.h>
/system/media/wilhelm/src/android/
H A DVideoCodec_to_android.h17 namespace android { namespace
85 }; // namespace android
/system/core/rootdir/etc/
H A Dinit.goldfish.sh7 # ro.kernel.android.qemud is normally set when we
24 qemud=`getprop ro.kernel.android.qemud`
27 radio_ril=`getprop ro.kernel.android.ril`
54 boot_anim=`getprop ro.kernel.android.bootanim`
/system/media/wilhelm/src/
H A Dclasses.h18 #include "android/AudioTrackProxy.h"
19 #include "android/CallbackProtector.h"
20 #include "android/android_Effect.h"
21 #include "android/android_GenericPlayer.h"
102 android::sp<android::AudioTrackProxy> mAudioTrack;
103 android::sp<android::CallbackProtector> mCallbackProtector;
104 android::sp<android
[all...]
/system/core/init/
H A Dgrab-bootchart.sh8 TMPDIR=/tmp/android-bootchart

Completed in 1991 milliseconds

1234567891011>>