Home
last modified time | relevance | path

Searched refs:getTextureFrame (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp57 TextureFrame MediaHostRenderer::getTextureFrame(int w, int h) { in getTextureFrame() function in android::emulation::MediaHostRenderer
58 return mTexturePool.getTextureFrame(w, h); in getTextureFrame()
DMediaTexturePool.cpp59 MediaTexturePool::TextureFrame MediaTexturePool::getTextureFrame(int w, int h) { in getTextureFrame() function in android::emulation::MediaTexturePool
DMediaH264DecoderCuvid.cpp651 texFrame = mRenderer.getTextureFrame(mOutputWidth, mOutputHeight); in HandlePictureDisplay()
789 mRenderer.getTextureFrame(mOutputWidth, mOutputHeight); in load()
DMediaCudaVideoHelper.cpp368 texFrame = mTexturePool->getTextureFrame(mOutputWidth, mOutputHeight); in HandlePictureDisplay()
DMediaVideoToolBoxVideoHelper.cpp593 texFrame = mTexturePool->getTextureFrame(mOutputWidth, mOutputHeight); in copyFrameToTextures()
/hardware/google/aemu/host-common/include/host-common/
DMediaHostRenderer.h34 MediaTexturePool::TextureFrame getTextureFrame(int w, int h);
DMediaTexturePool.h39 TextureFrame getTextureFrame(int w, int h);