Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DMediaHevcDecoder.cpp43 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()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DMediaH264Decoder.cpp43 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()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
Dgoldfish_vpx_impl.cpp45 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()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp43 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()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp45 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()
/device/generic/goldfish-opengl/system/codecs/omx/common/include/
Dgoldfish_media_utils.h47 class GoldfishMediaTransport {
49 GoldfishMediaTransport() {} in GoldfishMediaTransport() function
52 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()
94 static GoldfishMediaTransport* getInstance();
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
Dgoldfish_media_utils.h56 class GoldfishMediaTransport {
58 GoldfishMediaTransport() {} in GoldfishMediaTransport() function
61 virtual ~GoldfishMediaTransport() {} in ~GoldfishMediaTransport()
105 static GoldfishMediaTransport *getInstance();
/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp35 std::unique_ptr<GoldfishMediaTransport> sTransport;
37 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {
156 GoldfishMediaTransport* GoldfishMediaTransport::getInstance() { in getInstance()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dgoldfish_media_utils.cpp33 std::unique_ptr<GoldfishMediaTransport> sTransport;
35 class GoldfishMediaTransportImpl : public GoldfishMediaTransport {
162 GoldfishMediaTransport *GoldfishMediaTransport::getInstance() { in getInstance()