Searched refs:transport (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/ |
D | MediaH264Decoder.cpp | 43 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context() local 45 int slot = transport->getMemorySlot(); in initH264Context() 54 transport->writeParam(mVersion, 0, mAddressOffSet); in initH264Context() 55 transport->writeParam(width, 1, mAddressOffSet); in initH264Context() 56 transport->writeParam(height, 2, mAddressOffSet); in initH264Context() 57 transport->writeParam(outWidth, 3, mAddressOffSet); in initH264Context() 58 transport->writeParam(outHeight, 4, mAddressOffSet); in initH264Context() 59 transport->writeParam(static_cast<uint64_t>(pixFmt), 5, mAddressOffSet); in initH264Context() 60 transport->sendOperation(MediaCodecType::H264Codec, in initH264Context() 62 auto* retptr = transport->getReturnAddr(mAddressOffSet); in initH264Context() [all …]
|
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/ |
D | goldfish_vpx_impl.cpp | 45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation() local 46 transport->sendOperation(ctx->vpversion == 9 ? MediaCodecType::VP9Codec in sendVpxOperation() 53 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy() local 54 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_destroy() 56 transport->returnMemorySlot(ctx->memory_slot); in vpx_codec_destroy() 63 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init() local 64 int slot = transport->getMemorySlot(); in vpx_codec_dec_init() 79 ctx->data = transport->getInputAddr(ctx->address_offset); in vpx_codec_dec_init() 80 ctx->dst = transport->getInputAddr( in vpx_codec_dec_init() 82 transport->writeParam(ctx->id, 0, ctx->address_offset); in vpx_codec_dec_init() [all …]
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Android.bp | 22 "-i device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec " + 32 "-i device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec " + 47 "-i device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec " + 57 "-i device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec " + 72 "-i device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec " + 82 "-i device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec " + 95 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 103 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 111 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 119 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… [all …]
|
/device/google/coral/ |
D | init.qcom.usb.rc | 144 # Value: Passed one per interface. One value represents control and data transport together. 150 # using same transport type. 151 # Value: Passed one per interface. One value represents control and data transport together. 153 # Only required for transport type hsic, optional for other transport types. 157 # Value: Passed two per interface as control, data transport type pair. 163 # using same transport type. 164 # Value: Passed one per interface. One value represents control and data transport together. 166 # Only required for transport type hsic, optional for other transport types.
|