Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_error_codes.h409 IHEVCE_UNSUPPORTEDPARAM = 30, /** enumerator
423 #define IHEVCE_ISUNSUPPORTEDPARAM(x) (((x) >> IHEVCE_UNSUPPORTEDPARAM) & 0x1)
431 #define IHEVCE_SETUNSUPPORTEDPARAM(x) ((x) |= (0x1U << IHEVCE_UNSUPPORTEDPARAM))