Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp61 void MediaHostRenderer::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture() function in android::emulation::MediaHostRenderer
64 mTexturePool.saveDecodedFrameToTexture(frame, privData, func); in saveDecodedFrameToTexture()
DMediaTexturePool.cpp86 void MediaTexturePool::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture() function in android::emulation::MediaTexturePool
DMediaCudaVideoHelper.cpp369 mTexturePool->saveDecodedFrameToTexture( in HandlePictureDisplay()
DMediaVideoToolBoxVideoHelper.cpp596 mTexturePool->saveDecodedFrameToTexture( in copyFrameToTextures()
DMediaH264DecoderCuvid.cpp652 mRenderer.saveDecodedFrameToTexture(texFrame, &my_copy_context, in HandlePictureDisplay()
/hardware/google/aemu/host-common/include/host-common/
DMediaHostRenderer.h36 void saveDecodedFrameToTexture(MediaTexturePool::TextureFrame frame,
DMediaTexturePool.h41 void saveDecodedFrameToTexture(TextureFrame frame,