Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_defs.h43 int hostColorBufferId; member
59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
Dgoldfish_vpx_impl.cpp109 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t* ctx, int hostColorBufferId) { in vpx_codec_get_frame() argument
119 transport->writeParam(ctx->hostColorBufferId, 6, ctx->address_offset); in vpx_codec_get_frame()
DGoldfishVPX.h104 void setup_ctx_parameters(vpx_codec_ctx_t*, int hostColorBufferId = -1);
DGoldfishVPX.cpp134 int hostColorBufferId) { in setup_ctx_parameters() argument
137 ctx->hostColorBufferId = hostColorBufferId; in setup_ctx_parameters()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp166 h264_image_t MediaH264Decoder::renderOnHostAndReturnImageMetadata(int hostColorBufferId) { in renderOnHostAndReturnImageMetadata() argument
169 if (hostColorBufferId < 0) { in renderOnHostAndReturnImageMetadata()
170 ALOGE("%s negative color buffer id %d", __func__, hostColorBufferId); in renderOnHostAndReturnImageMetadata()
173 ALOGD("%s send color buffer id %d", __func__, hostColorBufferId); in renderOnHostAndReturnImageMetadata()
182 transport->writeParam((uint64_t)hostColorBufferId, 2, mAddressOffSet); in renderOnHostAndReturnImageMetadata()
DMediaH264Decoder.h94 h264_image_t renderOnHostAndReturnImageMetadata(int hostColorBufferId);
DGoldfishAVCDec.cpp396 int hostColorBufferId = getHostColorBufferId(outHeader); in onQueueFilled() local
397 if (hostColorBufferId >= 0) { in onQueueFilled()