Home
last modified time | relevance | path

Searched refs:VP8PROFILE_MAX (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h37 VP8PROFILE_MAX = VP8PROFILE_ANY, enumerator
Dcommon.cpp258 if (profile >= VP8PROFILE_MIN && profile <= VP8PROFILE_MAX) return VideoCodecType::VP8; in VideoCodecProfileToType()