Searched defs:getConfig (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp288 OMX_ERRORTYPE SoftMPEG4::getConfig( function in class:android::SoftMPEG4
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp266 OMX_ERRORTYPE SoftAVC::getConfig( function in class:android::SoftAVC
/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(
H A DOMXNodeInstance.cpp251 status_t OMXNodeInstance::getConfig( function in class:android::OMXNodeInstance
/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/av/media/libmedia/
H A DIOMX.cpp166 virtual status_t getConfig( function in class:android::BpOMX
519 err = getConfig(node, index, params, size);
/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/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java176 public Config getConfig() { method in class:Bitmap_Delegate
/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/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/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/core/java/android/view/
H A DHardwareRenderer.java821 abstract int[] getConfig(boolean dirtyRegions); method in class:HardwareRenderer.GlRenderer
876 int[] configSpec = getConfig(sDirtyRegions);
1438 int[] getConfig(boolean dirtyRegions) { method in class:HardwareRenderer.Gl20Renderer

Completed in 202 milliseconds