Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dencryption_info.h27 #define AV_DRM_IV_SIZE 16 macro
59 uint8_t iv[AV_DRM_IV_SIZE];
Dencryption_info.c193 …((info == NULL) || (info->key_id_size != AV_DRM_KEY_ID_SIZE) || (info->iv_size > AV_DRM_IV_SIZE) || in av_encryption_info_add_side_data_ex()