Searched refs:GoldfishMediaTransport (Results 1 – 9 of 9) sorted by relevance
43 auto transport = GoldfishMediaTransport::getInstance(); in initHevcContext()72 auto transport = GoldfishMediaTransport::getInstance(); in resetHevcContext()92 auto transport = GoldfishMediaTransport::getInstance(); in destroyHevcContext()108 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame()136 auto transport = GoldfishMediaTransport::getInstance(); in sendMetadata()151 auto transport = GoldfishMediaTransport::getInstance(); in flush()164 auto transport = GoldfishMediaTransport::getInstance(); in getImage()204 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
43 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context()72 auto transport = GoldfishMediaTransport::getInstance(); in resetH264Context()92 auto transport = GoldfishMediaTransport::getInstance(); in destroyH264Context()108 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame()136 auto transport = GoldfishMediaTransport::getInstance(); in sendMetadata()151 auto transport = GoldfishMediaTransport::getInstance(); in flush()164 auto transport = GoldfishMediaTransport::getInstance(); in getImage()204 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation()57 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy()67 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init()121 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_get_frame()147 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_send_metadata()162 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_flush()177 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_decode()
43 auto transport = GoldfishMediaTransport::getInstance(); in initH264Context()74 auto transport = GoldfishMediaTransport::getInstance(); in resetH264Context()94 auto transport = GoldfishMediaTransport::getInstance(); in destroyH264Context()109 auto transport = GoldfishMediaTransport::getInstance(); in decodeFrame()135 auto transport = GoldfishMediaTransport::getInstance(); in flush()148 auto transport = GoldfishMediaTransport::getInstance(); in getImage()186 auto transport = GoldfishMediaTransport::getInstance(); in renderOnHostAndReturnImageMetadata()
45 auto transport = GoldfishMediaTransport::getInstance(); in sendVpxOperation()57 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_destroy()67 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_dec_init()119 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_get_frame()149 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_flush()166 auto transport = GoldfishMediaTransport::getInstance(); in vpx_codec_decode()
47 class GoldfishMediaTransport {49 GoldfishMediaTransport() {} in GoldfishMediaTransport() function52 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()94 static GoldfishMediaTransport* getInstance();
56 class GoldfishMediaTransport {58 GoldfishMediaTransport() {} in GoldfishMediaTransport() function61 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()105 static GoldfishMediaTransport *getInstance();
35 std::unique_ptr<GoldfishMediaTransport> sTransport;37 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {156 GoldfishMediaTransport* GoldfishMediaTransport::getInstance() { in getInstance()
33 std::unique_ptr<GoldfishMediaTransport> sTransport;35 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {162 GoldfishMediaTransport *GoldfishMediaTransport::getInstance() { in getInstance()