Searched refs:saveVec (Results 1 – 2 of 2) sorted by relevance
/hardware/google/aemu/host-common/ |
D | MediaSnapshotState.cpp | 84 void saveVec(base::Stream* stream, const std::vector<T>& vec) { in saveVec() function 104 saveVec(stream, frame.data); in saveFrameInfo() 106 saveVec(stream, frame.texture); in saveFrameInfo() 128 saveVec(stream, pkt.data); in savePacketInfo() 154 saveVec(stream, sps); in save() 155 saveVec(stream, pps); in save()
|
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaH264DecoderPlugin.h | 129 void saveVec(base::Stream* stream, in saveVec() function 138 saveVec(stream, frame.data); in saveFrameInfo() 154 saveVec(stream, pkt.data); in savePacketInfo() 178 saveVec(stream, sps); in save() 179 saveVec(stream, pps); in save()
|