Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dcommon.h38 VP9PROFILE_MIN = 12, enumerator
39 VP9PROFILE_PROFILE0 = VP9PROFILE_MIN,
Dcommon.cpp259 if (profile >= VP9PROFILE_MIN && profile <= VP9PROFILE_MAX) return VideoCodecType::VP9; in VideoCodecProfileToType()