Home
last modified time | relevance | path

Searched defs:SnapshotState (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaH264DecoderPlugin.h88 struct SnapshotState { struct
89 std::vector<uint8_t> sps; // sps NALU
90 std::vector<uint8_t> pps; // pps NALU
91 std::vector<PacketInfo> savedPackets;
92 FrameInfo savedDecodedFrame; // only one or nothing
93 std::vector<FrameInfo> savedFrames;
95 void saveSps(std::vector<uint8_t> xsps) { sps = std::move(xsps); } in saveSps()
97 void savePps(std::vector<uint8_t> xpps) { pps = std::move(xpps); } in savePps()
112 std::vector<uint8_t> vec;
129 void saveVec(base::Stream* stream, in saveVec()
[all …]
/hardware/google/gfxstream/host/
DRenderThread.h68 enum class SnapshotState { enum
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h77 enum SnapshotState { enum