Searched refs:mRenderer (Results 1 – 11 of 11) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaH264DecoderGeneric.cpp | 138 cudavid->resetTexturePool(mRenderer.getTexturePool()); in initH264ContextInternal() 167 macDecoder->resetTexturePool(mRenderer.getTexturePool()); in initH264ContextInternal() 202 mRenderer.putTextureFrame( in destroyH264Context() 207 mRenderer.cleanUpTextures(); in destroyH264Context() 346 mRenderer.renderToHostColorBufferWithTextures( in getImage() 353 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | MediaH264DecoderCuvid.cpp | 179 mRenderer.putTextureFrame(texFrame); in destroyH264Context() 181 mRenderer.cleanUpTextures(); in destroyH264Context() 352 mRenderer.renderToHostColorBufferWithTextures( in getImage() 356 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage() 364 mRenderer.putTextureFrame(decodedTexFrame); in getImage() 651 texFrame = mRenderer.getTextureFrame(mOutputWidth, mOutputHeight); in HandlePictureDisplay() 652 mRenderer.saveDecodedFrameToTexture(texFrame, &my_copy_context, in HandlePictureDisplay() 789 mRenderer.getTextureFrame(mOutputWidth, mOutputHeight); in load()
|
D | MediaVpxDecoderGeneric.cpp | 134 cudavid->resetTexturePool(mRenderer.getTexturePool()); in initVpxContext() 279 mRenderer.renderToHostColorBufferWithTextures( in getImage() 286 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | MediaH264DecoderFfmpeg.cpp | 413 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | MediaH264DecoderVideoToolBox.cpp | 602 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
/hardware/google/gfxstream/host/ |
D | RenderLibImpl.cpp | 129 if (!mRenderer.expired()) { in initRenderer() 137 mRenderer = res; in initRenderer()
|
D | RenderLibImpl.h | 71 std::weak_ptr<Renderer> mRenderer;
|
D | virtio-gpu-gfxstream-renderer.cpp | 1021 return [renderer = mRenderer, fenceId = mFenceId] { in createFence() 1029 return [renderer = mRenderer, fenceId = mFenceId, ring] { in createFence() 1039 PipeVirglRenderer* mRenderer; in createFence() member 1042 .mRenderer = this, in createFence()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVpxDecoderGeneric.h | 68 MediaHostRenderer mRenderer; variable
|
D | MediaH264DecoderGeneric.h | 71 MediaHostRenderer mRenderer; variable
|
D | MediaH264DecoderVideoToolBox.h | 81 MediaHostRenderer mRenderer; variable
|