Searched refs:GoldfishMediaTransport (Results 1 – 4 of 4) sorted by relevance
47 class GoldfishMediaTransport {49 GoldfishMediaTransport() {} in GoldfishMediaTransport() function52 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()94 static GoldfishMediaTransport* getInstance();
27 std::unique_ptr<GoldfishMediaTransport> sTransport;29 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {135 GoldfishMediaTransport* GoldfishMediaTransport::getInstance() { in getInstance()
45 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()
36 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()