Home
last modified time | relevance | path

Searched refs:VpxPingInfoParser (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/
DVpxPingInfoParser.cpp42 uint32_t VpxPingInfoParser::parseVersion(void* ptr) { in parseVersion()
48 uint64_t VpxPingInfoParser::parseId(void* ptr) { in parseId()
55 void* VpxPingInfoParser::getReturnAddress(void* ptr) { in getReturnAddress()
61 void VpxPingInfoParser::parseInitContextParams(void* ptr, in parseInitContextParams()
67 void VpxPingInfoParser::parseDecodeFrameParams(void* ptr, in parseDecodeFrameParams()
77 void VpxPingInfoParser::parseGetImageParams(void* ptr, GetImageParam& param) { in parseGetImageParams()
102 void VpxPingInfoParser::parseDestroyParams(void* ptr, DestroyParam& param) { in parseDestroyParams()
106 void VpxPingInfoParser::parseFlushParams(void* ptr, FlushParam& param) { in parseFlushParams()
110 VpxPingInfoParser::VpxPingInfoParser(void* ptr) { in VpxPingInfoParser() function in android::emulation::VpxPingInfoParser
114 VpxPingInfoParser::VpxPingInfoParser(uint32_t version) { in VpxPingInfoParser() function in android::emulation::VpxPingInfoParser
DMediaVpxDecoder.cpp65 VpxPingInfoParser parser, in makeDecoderPlugin()
75 uint64_t key = VpxPingInfoParser::parseId(ptr); in readId()
120 using InitContextParam = VpxPingInfoParser::InitContextParam; in handlePing()
121 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam; in handlePing()
122 using GetImageParam = VpxPingInfoParser::GetImageParam; in handlePing()
126 VpxPingInfoParser parser{ptr}; in handlePing()
209 VpxPingInfoParser(version), vpxtype); in load()
DMediaVpxDecoderGeneric.cpp100 MediaVpxDecoderGeneric::MediaVpxDecoderGeneric(VpxPingInfoParser parser, in MediaVpxDecoderGeneric()
345 mParser = VpxPingInfoParser{version}; in load()
/hardware/google/aemu/host-common/include/host-common/
DVpxPingInfoParser.h28 class VpxPingInfoParser {
84 explicit VpxPingInfoParser(void* ptr);
85 VpxPingInfoParser(uint32_t version);
86 ~VpxPingInfoParser() = default;
DMediaVpxDecoder.h32 using InitContextParam = VpxPingInfoParser::InitContextParam;
33 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam;
34 using GetImageParam = VpxPingInfoParser::GetImageParam;
DMediaVpxDecoderPlugin.h30 using InitContextParam = VpxPingInfoParser::InitContextParam;
31 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam;
32 using GetImageParam = VpxPingInfoParser::GetImageParam;
DMediaVpxDecoderGeneric.h48 explicit MediaVpxDecoderGeneric(VpxPingInfoParser parser,
67 VpxPingInfoParser mParser;