Home
last modified time | relevance | path

Searched defs:InitContextParam (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/host-common/
DH264PingInfoParser.h33 struct InitContextParam { struct
35 uint32_t version;
36 unsigned int width;
37 unsigned int height;
38 unsigned int outputWidth;
39 unsigned int outputHeight;
40 PixelFormat outputPixelFormat;
42 uint64_t* pHostDecoderId;
DVpxPingInfoParser.h30 struct InitContextParam { struct
32 uint64_t id; // unique id > 0
33 uint32_t version; // 100 or 200
DMediaH264DecoderVideoToolBoxProxy.cpp38 using InitContextParam = H264PingInfoParser::InitContextParam; typedef
DMediaVpxDecoder.cpp98 using InitContextParam = VpxPingInfoParser::InitContextParam; in handlePing() typedef
DMediaH264DecoderDefault.cpp119 using InitContextParam = H264PingInfoParser::InitContextParam; in handlePing() typedef
DMediaH264DecoderGeneric.cpp47 using InitContextParam = H264PingInfoParser::InitContextParam; typedef
DMediaH264DecoderFfmpeg.cpp39 using InitContextParam = H264PingInfoParser::InitContextParam; typedef
DMediaH264DecoderCuvid.cpp61 using InitContextParam = H264PingInfoParser::InitContextParam; typedef
DMediaH264DecoderVideoToolBox.cpp44 using InitContextParam = H264PingInfoParser::InitContextParam; typedef