Searched refs:vpxtype (Results 1 – 4 of 4) sorted by relevance
190 stream->putBe32(item.second->vpxtype()); in save()203 MediaCodecType vpxtype = stream->getBe32() == 8 in load() local209 VpxPingInfoParser(version), vpxtype); in load()
28 VpxFrameParser(int vpxtype, const uint8_t* data, size_t size);
58 virtual int vpxtype() const { return 8; } in vpxtype() function
60 virtual int vpxtype() const override { in vpxtype() function