Searched defs:convertPixelFormat (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp74 static inline SkImageInfo convertPixelFormat(const ANativeWindow_Buffer& buffer) { function in namespace:android
158 bitmap.setInfo(convertPixelFormat(buffer), bytesCount);
H A Dandroid_view_GraphicBuffer.cpp137 static inline SkColorType convertPixelFormat(int32_t format) { function in namespace:android
184 convertPixelFormat(buffer->getPixelFormat()),
H A Dandroid_view_Surface.cpp277 static inline SkColorType convertPixelFormat(PixelFormat format) { function in namespace:android
323 convertPixelFormat(outBuffer.format),
H A Dcom_google_android_gles_jni_EGLImpl.cpp257 static PixelFormat convertPixelFormat(SkColorType format) function in namespace:android
296 pixmap.format = convertPixelFormat(nativeBitmap.colorType());

Completed in 580 milliseconds