Home
last modified time | relevance | path

Searched refs:fFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp131 fboInfo.fFormat = GL_RGBA16F; in draw()
135 fboInfo.fFormat = GL_RGBA8; in draw()
137 fboInfo.fFormat = GL_RGB10_A2; in draw()
139 fboInfo.fFormat = GL_R8; in draw()
DVkFunctorDrawable.cpp87 params.format = vulkan_info.fFormat; in draw()
/frameworks/native/libs/renderengine/skia/compat/
DGaneshBackendTexture.cpp135 textureInfo.fTarget, textureInfo.fFormat, colorType); in logFatalTexture()
150 imageInfo.fFormat, imageInfo.fSampleCount, imageInfo.fLevelCount, in logFatalTexture()
/frameworks/base/media/java/android/media/
DMediaPlayer.java2904 final MediaFormat fFormat = format; in addSubtitleSource() local
2929 SubtitleTrack track = mSubtitleController.addTrack(fFormat); in addSubtitleSource()
3134 final MediaFormat fFormat = new MediaFormat(); in addTimedTextSource() local
3135 fFormat.setString(MediaFormat.KEY_MIME, mime); in addTimedTextSource()
3136 fFormat.setInteger(MediaFormat.KEY_IS_TIMED_TEXT, 1); in addTimedTextSource()
3143 if (!mSubtitleController.hasRendererFor(fFormat)) { in addTimedTextSource()
3148 final SubtitleTrack track = mSubtitleController.addTrack(fFormat); in addTimedTextSource()