Home
last modified time | relevance | path

Searched refs:GoldfishMediaTransport (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.h47 class GoldfishMediaTransport {
49 GoldfishMediaTransport() {} in GoldfishMediaTransport() function
52 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()
94 static GoldfishMediaTransport* getInstance();
Dgoldfish_media_utils.cpp27 std::unique_ptr<GoldfishMediaTransport> sTransport;
29 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {
135 GoldfishMediaTransport* GoldfishMediaTransport::getInstance() { in getInstance()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation()
53 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy()
63 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init()
111 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_get_frame()
137 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_flush()
150 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_decode()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp36 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context()
66 auto transport = GoldfishMediaTransport::getInstance(); in resetH264Context()
86 auto transport = GoldfishMediaTransport::getInstance(); in destroyH264Context()
101 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame()
127 auto transport = GoldfishMediaTransport::getInstance(); in flush()
140 auto transport = GoldfishMediaTransport::getInstance(); in getImage()
178 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()