Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/common/
Dgoldfish_media_utils.h87 virtual int getMemorySlot() = 0;
Dgoldfish_media_utils.cpp44 virtual int getMemorySlot() override { in getMemorySlot() function in GoldfishMediaTransportImpl
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
Dgoldfish_vpx_impl.cpp64 int slot = transport->getMemorySlot(); in vpx_codec_dec_init()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp38 int slot = transport->getMemorySlot(); in initH264Context()