Home
last modified time | relevance | path

Searched defs:DecodeFrameParam (Results 1 – 11 of 11) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DH264PingInfoParser.h45 struct DecodeFrameParam { struct
47 uint64_t hostDecoderId;
48 uint8_t* pData;
49 size_t size;
50 uint64_t pts;
52 size_t* pConsumedBytes;
53 int32_t* pDecoderErrorCode;
DVpxPingInfoParser.h44 struct DecodeFrameParam { struct
46 uint64_t id;
47 uint8_t* p_data; // host address
48 size_t size;
49 uint64_t user_priv;
DMediaVpxDecoder.h33 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam; variable
DMediaVpxDecoderPlugin.h31 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam; variable
/hardware/google/aemu/host-common/
DMediaH264DecoderVideoToolBoxProxy.cpp39 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; typedef
DMediaVpxDecoder.cpp121 using DecodeFrameParam = VpxPingInfoParser::DecodeFrameParam; in handlePing() typedef
DMediaH264DecoderDefault.cpp120 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; in handlePing() typedef
DMediaH264DecoderGeneric.cpp50 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; typedef
DMediaH264DecoderFfmpeg.cpp40 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; typedef
DMediaH264DecoderVideoToolBox.cpp45 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; typedef
DMediaH264DecoderCuvid.cpp62 using DecodeFrameParam = H264PingInfoParser::DecodeFrameParam; typedef