Searched refs:hostColorBufferId (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 173 h264_image_t MediaH264Decoder::renderOnHostAndReturnImageMetadata(int hostColorBufferId) { in renderOnHostAndReturnImageMetadata() argument 176 if (hostColorBufferId < 0) { in renderOnHostAndReturnImageMetadata() 177 ALOGE("%s negative color buffer id %d", __func__, hostColorBufferId); in renderOnHostAndReturnImageMetadata() 180 DDD("%s send color buffer id %d", __func__, hostColorBufferId); in renderOnHostAndReturnImageMetadata() 189 transport->writeParam((uint64_t)hostColorBufferId, 2, mAddressOffSet); in renderOnHostAndReturnImageMetadata()
|
D | MediaH264Decoder.h | 94 h264_image_t renderOnHostAndReturnImageMetadata(int hostColorBufferId);
|
D | GoldfishAVCDec.cpp | 406 int hostColorBufferId = getHostColorBufferId(outHeader); in onQueueFilled() local 407 if (hostColorBufferId >= 0) { in onQueueFilled()
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_defs.h | 43 int hostColorBufferId; member 59 vpx_image_t* vpx_codec_get_frame(vpx_codec_ctx_t*, int hostColorBufferId = -1);
|
D | goldfish_vpx_impl.cpp | 109 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()
|
D | GoldfishVPX.h | 104 void setup_ctx_parameters(vpx_codec_ctx_t*, int hostColorBufferId = -1);
|
D | GoldfishVPX.cpp | 134 int hostColorBufferId) { in setup_ctx_parameters() argument 137 ctx->hostColorBufferId = hostColorBufferId; in setup_ctx_parameters()
|