Home
last modified time | relevance | path

Searched refs:ResetParam (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DH264PingInfoParser.h56 struct ResetParam { struct
92 void parseResetParams(void* ptr, ResetParam& param);
DMediaH264DecoderVideoToolBoxProxy.cpp40 using ResetParam = H264PingInfoParser::ResetParam; typedef
DMediaH264DecoderGeneric.cpp49 using ResetParam = H264PingInfoParser::ResetParam; typedef
98 ResetParam param{}; in reset()
DMediaH264DecoderDefault.cpp121 using ResetParam = H264PingInfoParser::ResetParam; in handlePing() typedef
DMediaH264DecoderFfmpeg.cpp41 using ResetParam = H264PingInfoParser::ResetParam; typedef
50 ResetParam param{}; in reset()
DMediaH264DecoderVideoToolBox.cpp46 using ResetParam = H264PingInfoParser::ResetParam; typedef
250 ResetParam param{}; in reset()
DMediaH264DecoderCuvid.cpp63 using ResetParam = H264PingInfoParser::ResetParam; typedef
99 ResetParam param{}; in reset()
DH264PingInfoParser.cpp87 void H264PingInfoParser::parseResetParams(void* ptr, ResetParam& param) { in parseResetParams()