Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMediaHostRenderer.cpp71 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()
DMediaVpxDecoderGeneric.cpp266 (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()
DMediaH264DecoderGeneric.cpp329 (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()
DVpxPingInfoParser.cpp86 param.hostColorBufferId = -1; in parseGetImageParams()
88 param.hostColorBufferId = *(int32_t*)(xptr + 6 * 8); in parseGetImageParams()
DH264PingInfoParser.cpp113 param.hostColorBufferId = -1; in parseGetImageParams()
115 param.hostColorBufferId = parseHostColorBufferId(ptr); in parseGetImageParams()
DMediaH264DecoderCuvid.cpp306 (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()
DMediaH264DecoderFfmpeg.cpp412 if (param.hostColorBufferId >= 0) { in getImage()
413 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
DMediaH264DecoderVideoToolBox.cpp601 if (mParser.version() == 200 && param.hostColorBufferId >= 0) { in getImage()
602 mRenderer.renderToHostColorBuffer(param.hostColorBufferId, in getImage()
/hardware/google/aemu/host-common/include/host-common/
DMediaHostRenderer.h55 void renderToHostColorBuffer(int hostColorBufferId,
64 int hostColorBufferId,
DVpxPingInfoParser.h60 int32_t hostColorBufferId; member
DH264PingInfoParser.h69 int32_t hostColorBufferId; member