Home
last modified time | relevance | path

Searched refs:putTextureFrame (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaHostRenderer.h42 void putTextureFrame(MediaTexturePool::TextureFrame frame) { in putTextureFrame() function
43 mTexturePool.putTextureFrame(frame); in putTextureFrame()
DMediaTexturePool.h47 void putTextureFrame(TextureFrame frame);
/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp100 mTexturePool.putTextureFrame(frame); in renderToHostColorBufferWithTextures()
118 mTexturePool.putTextureFrame(frame); in renderToHostColorBufferWithTextures()
DMediaTexturePool.cpp98 void MediaTexturePool::putTextureFrame(TextureFrame frame) { in putTextureFrame() function in android::emulation::MediaTexturePool
DMediaH264DecoderCuvid.cpp179 mRenderer.putTextureFrame(texFrame); in destroyH264Context()
364 mRenderer.putTextureFrame(decodedTexFrame); in getImage()
DMediaH264DecoderGeneric.cpp202 mRenderer.putTextureFrame( in destroyH264Context()