Home
last modified time | relevance | path

Searched refs:TextureFrame (Results 1 – 9 of 9) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaTexturePool.h33 struct TextureFrame { struct
39 TextureFrame getTextureFrame(int w, int h);
41 void saveDecodedFrameToTexture(TextureFrame frame,
47 void putTextureFrame(TextureFrame frame);
54 using Pool = std::list<TextureFrame>;
55 using PoolHandle = std::list<TextureFrame>*;
60 void deleteTextures(TextureFrame frame);
DMediaHostRenderer.h32 using TextureFrame = MediaTexturePool::TextureFrame;
34 MediaTexturePool::TextureFrame getTextureFrame(int w, int h);
36 void saveDecodedFrameToTexture(MediaTexturePool::TextureFrame frame,
42 void putTextureFrame(MediaTexturePool::TextureFrame frame) { in putTextureFrame()
67 MediaTexturePool::TextureFrame frame,
/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp37 using TextureFrame = MediaTexturePool::TextureFrame; typedef
57 TextureFrame MediaHostRenderer::getTextureFrame(int w, int h) { in getTextureFrame()
61 void MediaHostRenderer::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture()
94 TextureFrame frame) { in renderToHostColorBufferWithTextures()
DMediaTexturePool.cpp59 MediaTexturePool::TextureFrame MediaTexturePool::getTextureFrame(int w, int h) { in getTextureFrame()
73 TextureFrame frame{textures[2 * i], textures[2 * i + 1]}; in getTextureFrame()
79 TextureFrame frame = ph->front(); in getTextureFrame()
86 void MediaTexturePool::saveDecodedFrameToTexture(TextureFrame frame, in saveDecodedFrameToTexture()
98 void MediaTexturePool::putTextureFrame(TextureFrame frame) { in putTextureFrame()
117 void MediaTexturePool::deleteTextures(TextureFrame frame) { in deleteTextures()
DMediaH264DecoderGeneric.cpp53 using TextureFrame = MediaHostRenderer::TextureFrame; typedef
203 TextureFrame{pFrame->texture[0], pFrame->texture[1]}); in destroyH264Context()
348 TextureFrame{pFrame->texture[0], pFrame->texture[1]}); in getImage()
DMediaVpxDecoderGeneric.cpp47 using TextureFrame = MediaHostRenderer::TextureFrame; typedef
281 TextureFrame{pFrame->texture[0], pFrame->texture[1]}); in getImage()
DMediaCudaVideoHelper.cpp51 using TextureFrame = MediaTexturePool::TextureFrame; typedef
359 TextureFrame texFrame; in HandlePictureDisplay()
DMediaH264DecoderCuvid.cpp65 using TextureFrame = MediaHostRenderer::TextureFrame; typedef
312 TextureFrame decodedTexFrame; in getImage()
642 TextureFrame texFrame; in HandlePictureDisplay()
788 TextureFrame texFrame = in load()
DMediaVideoToolBoxVideoHelper.cpp33 using TextureFrame = MediaTexturePool::TextureFrame; typedef
585 TextureFrame texFrame; in copyFrameToTextures()