Home
last modified time | relevance | path

Searched refs:mRenderer (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/host-common/
DMediaH264DecoderGeneric.cpp138 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()
DMediaH264DecoderCuvid.cpp179 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()
DMediaVpxDecoderGeneric.cpp134 cudavid->resetTexturePool(mRenderer.getTexturePool()); in initVpxContext()
279 mRenderer.renderToHostColorBufferWithTextures( in getImage()
286 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
DMediaH264DecoderFfmpeg.cpp413 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
DMediaH264DecoderVideoToolBox.cpp602 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
/hardware/google/gfxstream/host/
DRenderLibImpl.cpp129 if (!mRenderer.expired()) { in initRenderer()
137 mRenderer = res; in initRenderer()
DRenderLibImpl.h71 std::weak_ptr<Renderer> mRenderer;
Dvirtio-gpu-gfxstream-renderer.cpp1021 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/
DMediaVpxDecoderGeneric.h68 MediaHostRenderer mRenderer; variable
DMediaH264DecoderGeneric.h71 MediaHostRenderer mRenderer; variable
DMediaH264DecoderVideoToolBox.h81 MediaHostRenderer mRenderer; variable