Home
last modified time | relevance | path

Searched refs:GoldfishMediaTransportImpl (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.cpp37 class GoldfishMediaTransportImpl : public GoldfishMediaTransport { class
39 GoldfishMediaTransportImpl();
40 ~GoldfishMediaTransportImpl();
114 GoldfishMediaTransportImpl::~GoldfishMediaTransportImpl() { in ~GoldfishMediaTransportImpl()
121 GoldfishMediaTransportImpl::GoldfishMediaTransportImpl() { in GoldfishMediaTransportImpl() function in GoldfishMediaTransportImpl
159 sTransport.reset(new GoldfishMediaTransportImpl()); in getInstance()
165 __u64 GoldfishMediaTransportImpl::makeMetadata(MediaCodecType type, in makeMetadata()
177 uint8_t* GoldfishMediaTransportImpl::getInputAddr(unsigned int offSet) const { in getInputAddr()
181 uint8_t* GoldfishMediaTransportImpl::getOutputAddr() const { in getOutputAddr()
185 uint8_t* GoldfishMediaTransportImpl::getBaseAddr() const { in getBaseAddr()
[all …]
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
Dgoldfish_media_utils.cpp35 class GoldfishMediaTransportImpl : public GoldfishMediaTransport { class
37 GoldfishMediaTransportImpl();
38 ~GoldfishMediaTransportImpl();
117 GoldfishMediaTransportImpl::~GoldfishMediaTransportImpl() { in ~GoldfishMediaTransportImpl()
124 GoldfishMediaTransportImpl::GoldfishMediaTransportImpl() { in GoldfishMediaTransportImpl() function in GoldfishMediaTransportImpl
165 sTransport.reset(new GoldfishMediaTransportImpl()); in getInstance()
171 __u64 GoldfishMediaTransportImpl::makeMetadata(MediaCodecType type, in makeMetadata()
184 uint8_t *GoldfishMediaTransportImpl::getInputAddr(unsigned int offSet) const { in getInputAddr()
188 uint8_t *GoldfishMediaTransportImpl::getOutputAddr() const { in getOutputAddr()
192 uint8_t *GoldfishMediaTransportImpl::getBaseAddr() const { in getBaseAddr()
[all …]