Home
last modified time | relevance | path

Searched refs:vpxtype (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
DMediaVpxDecoder.cpp190 stream->putBe32(item.second->vpxtype()); in save()
203 MediaCodecType vpxtype = stream->getBe32() == 8 in load() local
209 VpxPingInfoParser(version), vpxtype); in load()
/hardware/google/aemu/host-common/include/host-common/
DVpxFrameParser.h28 VpxFrameParser(int vpxtype, const uint8_t* data, size_t size);
DMediaVpxDecoderPlugin.h58 virtual int vpxtype() const { return 8; } in vpxtype() function
DMediaVpxDecoderGeneric.h60 virtual int vpxtype() const override { in vpxtype() function