Searched refs:VpxPingInfoParser (Results 1 – 7 of 7) sorted by relevance
42 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::VpxPingInfoParser114 VpxPingInfoParser::VpxPingInfoParser(uint32_t version) { in VpxPingInfoParser() function in android::emulation::VpxPingInfoParser
65 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()
100 MediaVpxDecoderGeneric::MediaVpxDecoderGeneric(VpxPingInfoParser parser, in MediaVpxDecoderGeneric()345 mParser = VpxPingInfoParser{version}; in load()
28 class VpxPingInfoParser {84 explicit VpxPingInfoParser(void* ptr);85 VpxPingInfoParser(uint32_t version);86 ~VpxPingInfoParser() = default;
32 using InitContextParam = VpxPingInfoParser::InitContextParam;33 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam;34 using GetImageParam = VpxPingInfoParser::GetImageParam;
30 using InitContextParam = VpxPingInfoParser::InitContextParam;31 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam;32 using GetImageParam = VpxPingInfoParser::GetImageParam;
48 explicit MediaVpxDecoderGeneric(VpxPingInfoParser parser,67 VpxPingInfoParser mParser;