Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
DMediaVpxDecoderGeneric.h60 virtual int vpxtype() const override { in vpxtype() function
DMediaVpxDecoderPlugin.h58 virtual int vpxtype() const { return 8; } in vpxtype() function
/hardware/google/aemu/host-common/
DMediaVpxDecoder.cpp203 MediaCodecType vpxtype = stream->getBe32() == 8 in load() local