Searched refs:getConfig (Results 1 - 25 of 43) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h42 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h44 virtual OMX_ERRORTYPE getConfig(OMX_INDEXTYPE index, OMX_PTR params);
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp156 return me->getConfig(index, params);
274 OMX_ERRORTYPE SoftOMXComponent::getConfig( function in class:android::SoftOMXComponent
H A DOMX.cpp299 status_t OMX::getConfig( function in class:android::OMX
302 return findInstance(node)->getConfig(
/frameworks/base/libs/hwui/
H A DTextureCache.cpp240 switch (bitmap->getConfig()) {
268 ALOGW("Unsupported bitmap config: %d", bitmap->getConfig());
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp63 static inline EGLConfig getConfig(JNIEnv* env, jobject o) { function in namespace:android
232 EGLConfig cnf = getConfig(_env, config);
248 EGLConfig cnf = getConfig(_env, config);
276 EGLConfig cnf = getConfig(_env, config);
320 EGLContext cnf = getConfig(_env, config);
347 EGLContext cnf = getConfig(_env, config);
376 EGLContext cnf = getConfig(_env, config);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp58 virtual status_t getConfig(
232 status_t MuxOMX::getConfig( function in class:android::MuxOMX
235 return getOMX(node)->getConfig(node, index, params, size);
/frameworks/av/include/media/
H A DIOMX.h71 virtual status_t getConfig(
/frameworks/av/media/libstagefright/include/
H A DOMX.h54 virtual status_t getConfig(
H A DOMXNodeInstance.h49 status_t getConfig(OMX_INDEXTYPE index, void *params, size_t size);
H A DSoftOMXComponent.h64 virtual OMX_ERRORTYPE getConfig(
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java182 if (bitmap.getConfig() == Bitmap.Config.ARGB_8888) {
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java568 final Config config = source.getConfig();
893 * <p>This method always returns false if {@link #getConfig()} is
904 return getConfig() != Config.RGB_565 && hasAlpha();
1007 public final Config getConfig() { method in class:Bitmap
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java412 int[] configSpec = getConfig();
422 private static int[] getConfig() { method in class:GLTextureViewActivity.RenderThread
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp635 SkBitmap::Config config = bitmap.getConfig();
645 SkBitmap::Config config = bitmap.getConfig();
656 SkBitmap::Config config = bitmap.getConfig();
705 SkBitmap::Config config = bitmap.getConfig();
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java144 Bitmap b2 = Bitmap.createBitmap(b.getWidth(), b.getHeight(), b.getConfig());
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp126 switch (bitmap.getConfig()) {
184 switch (bitmap.getConfig()) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java675 int[] configSpec = getConfig();
685 private int[] getConfig() { method in class:ImageWallpaper.DrawableEngine
/frameworks/base/core/jni/android/graphics/
H A DNinePatchImpl.cpp41 switch (bitmap.getConfig()) {
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java821 abstract int[] getConfig(boolean dirtyRegions); method in class:HardwareRenderer.GlRenderer
876 int[] configSpec = getConfig(sDirtyRegions);
1442 int[] getConfig(boolean dirtyRegions) { method in class:HardwareRenderer.Gl20Renderer
/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java344 Bitmap b = Bitmap.createBitmap(source.getWidth(), source.getHeight(), source.getConfig());
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java339 Bitmap b = Bitmap.createBitmap(source.getWidth(), source.getHeight(), source.getConfig());
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java176 public Config getConfig() { method in class:Bitmap_Delegate
/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java1125 Bitmap.Config newConfig = bitmap.getConfig();

Completed in 3001 milliseconds

12