CODEC_CAP_MASK

The bit mask that indicates the device codec capability.

Since
v4.2.0

Enumerator

CODEC_CAP_MASK_NONE
(0): The device does not support encoding or decoding.
CODEC_CAP_MASK_HW_DEC
(1 << 0): The device supports hardware decoding.
CODEC_CAP_MASK_HW_ENC
(1 << 1): The device supports hardware encoding.
CODEC_CAP_MASK_SW_DEC
(1 << 2): The device supports software decoding.
CODEC_CAP_MASK_SW_ENC
(1 << 3): The device supports software ecoding.