Searched refs:hostColorBufferId (Results 1 – 11 of 11) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaHostRenderer.cpp | 71 void MediaHostRenderer::renderToHostColorBuffer(int hostColorBufferId, in renderToHostColorBuffer() argument 76 hostColorBufferId); in renderToHostColorBuffer() 77 if (hostColorBufferId < 0) { in renderToHostColorBuffer() 78 H264_DPRINT("ERROR: negative buffer id %d", hostColorBufferId); in renderToHostColorBuffer() 82 mVirtioGpuOps->update_color_buffer(hostColorBufferId, 0, 0, outputWidth, in renderToHostColorBuffer() 91 int hostColorBufferId, in renderToHostColorBufferWithTextures() argument 96 hostColorBufferId); in renderToHostColorBufferWithTextures() 97 if (hostColorBufferId < 0) { in renderToHostColorBufferWithTextures() 98 H264_DPRINT("ERROR: negative buffer id %d", hostColorBufferId); in renderToHostColorBufferWithTextures() 111 hostColorBufferId, 0, 0, outputWidth, outputHeight, kGL_RGBA, in renderToHostColorBufferWithTextures()
|
D | MediaVpxDecoderGeneric.cpp | 266 (void*)(*(param.p_user_priv)), param.hostColorBufferId, in getImage() 271 param.hostColorBufferId); in getImage() 276 param.hostColorBufferId, in getImage() 280 param.hostColorBufferId, pFrame->width, pFrame->height, in getImage() 285 param.hostColorBufferId); in getImage() 286 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage() 296 (int)param.hostColorBufferId); in getImage()
|
D | MediaH264DecoderGeneric.cpp | 329 (int)param.hostColorBufferId); in getImage() 344 param.hostColorBufferId, pFrame->texture[0], in getImage() 347 param.hostColorBufferId, pFrame->width, pFrame->height, in getImage() 352 param.hostColorBufferId); in getImage() 353 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | VpxPingInfoParser.cpp | 86 param.hostColorBufferId = -1; in parseGetImageParams() 88 param.hostColorBufferId = *(int32_t*)(xptr + 6 * 8); in parseGetImageParams()
|
D | H264PingInfoParser.cpp | 113 param.hostColorBufferId = -1; in parseGetImageParams() 115 param.hostColorBufferId = parseHostColorBufferId(ptr); in parseGetImageParams()
|
D | MediaH264DecoderCuvid.cpp | 306 (int)param.hostColorBufferId); in getImage() 349 if (param.hostColorBufferId >= 0) { in getImage() 353 param.hostColorBufferId, myOutputWidth, myOutputHeight, in getImage() 356 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | MediaH264DecoderFfmpeg.cpp | 412 if (param.hostColorBufferId >= 0) { in getImage() 413 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
D | MediaH264DecoderVideoToolBox.cpp | 601 if (mParser.version() == 200 && param.hostColorBufferId >= 0) { in getImage() 602 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaHostRenderer.h | 55 void renderToHostColorBuffer(int hostColorBufferId, 64 int hostColorBufferId,
|
D | VpxPingInfoParser.h | 60 int32_t hostColorBufferId; member
|
D | H264PingInfoParser.h | 69 int32_t hostColorBufferId; member
|