Home
last modified time | relevance | path

Searched refs:H264PingInfoParser (Results 1 – 10 of 10) sorted by relevance

/hardware/google/aemu/host-common/
DH264PingInfoParser.cpp42 H264PingInfoParser::H264PingInfoParser(void* ptr) { in H264PingInfoParser() function in android::emulation::H264PingInfoParser
46 H264PingInfoParser::H264PingInfoParser(uint32_t version) { in H264PingInfoParser() function in android::emulation::H264PingInfoParser
50 uint32_t H264PingInfoParser::parseVersion(void* ptr) { in parseVersion()
56 void H264PingInfoParser::parseInitContextParams(void* ptr, in parseInitContextParams()
68 uint64_t H264PingInfoParser::parseHostDecoderId(void* ptr) { in parseHostDecoderId()
75 void H264PingInfoParser::parseDecodeFrameParams(void* ptr, in parseDecodeFrameParams()
87 void H264PingInfoParser::parseResetParams(void* ptr, ResetParam& param) { in parseResetParams()
97 int32_t H264PingInfoParser::parseHostColorBufferId(void* ptr) { in parseHostColorBufferId()
104 void* H264PingInfoParser::getReturnAddress(void* ptr) { in getReturnAddress()
110 void H264PingInfoParser::parseGetImageParams(void* ptr, GetImageParam& param) { in parseGetImageParams()
DMediaH264DecoderVideoToolBoxProxy.cpp38 using InitContextParam = H264PingInfoParser::InitContextParam;
39 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam;
40 using ResetParam = H264PingInfoParser::ResetParam;
41 using GetImageParam = H264PingInfoParser::GetImageParam;
44 H264PingInfoParser parser) in MediaH264DecoderVideoToolBoxProxy()
119 mParser = H264PingInfoParser{version}; in load()
DMediaH264DecoderDefault.cpp40 H264PingInfoParser parser) { in makeDecoderPlugin()
50 uint64_t key = H264PingInfoParser::parseHostDecoderId(ptr); in readId()
119 using InitContextParam = H264PingInfoParser::InitContextParam; in handlePing()
120 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; in handlePing()
121 using ResetParam = H264PingInfoParser::ResetParam; in handlePing()
122 using GetImageParam = H264PingInfoParser::GetImageParam; in handlePing()
126 H264PingInfoParser parser{ptr}; in handlePing()
214 new MediaH264DecoderGeneric(id, H264PingInfoParser(100)); in load()
DMediaH264DecoderGeneric.cpp49 using InitContextParam = H264PingInfoParser::InitContextParam;
50 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam;
51 using ResetParam = H264PingInfoParser::ResetParam;
52 using GetImageParam = H264PingInfoParser::GetImageParam;
82 H264PingInfoParser parser) in MediaH264DecoderGeneric()
413 mParser = H264PingInfoParser{version}; in load()
DMediaH264DecoderFfmpeg.cpp39 using InitContextParam = H264PingInfoParser::InitContextParam;
40 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam;
41 using ResetParam = H264PingInfoParser::ResetParam;
42 using GetImageParam = H264PingInfoParser::GetImageParam;
130 H264PingInfoParser parser) in MediaH264DecoderFfmpeg()
463 mParser = H264PingInfoParser{version}; in load()
DMediaH264DecoderVideoToolBox.cpp44 using InitContextParam = H264PingInfoParser::InitContextParam;
45 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam;
46 using ResetParam = H264PingInfoParser::ResetParam;
47 using GetImageParam = H264PingInfoParser::GetImageParam;
52 H264PingInfoParser parser) in MediaH264DecoderVideoToolBox()
717 mParser = H264PingInfoParser{version}; in load()
DMediaH264DecoderCuvid.cpp61 using InitContextParam = H264PingInfoParser::InitContextParam;
62 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam;
63 using ResetParam = H264PingInfoParser::ResetParam;
64 using GetImageParam = H264PingInfoParser::GetImageParam;
68 H264PingInfoParser parser) in MediaH264DecoderCuvid()
744 mParser = H264PingInfoParser{version}; in load()
/hardware/google/aemu/host-common/include/host-common/
DH264PingInfoParser.h29 class H264PingInfoParser {
96 explicit H264PingInfoParser(void* ptr);
97 H264PingInfoParser(uint32_t version);
98 ~H264PingInfoParser() = default;
DMediaH264DecoderGeneric.h51 explicit MediaH264DecoderGeneric(uint64_t id, H264PingInfoParser parser);
70 H264PingInfoParser mParser;
DMediaH264DecoderVideoToolBox.h61 H264PingInfoParser parser);
80 H264PingInfoParser mParser;