Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dencryption_info.h71 uint32_t uuid_len; member
/third_party/ffmpeg/libavformat/
Dmpegts.c366 drm_info->uuid_len = (uint32_t)AV_DRM_MAX_DRM_UUID_LEN; in mpegts_get_drm_info()
382 (old_side_data[i].uuid_len == info->uuid_len)) { in mpegts_avstream_is_exist_pssh()
384 (memcmp(old_side_data[i].uuid, info->uuid, old_side_data[i].uuid_len) == 0)) { in mpegts_avstream_is_exist_pssh()
397 new_side_data[i].uuid_len = old_side_data[i].uuid_len; in mpegts_avstream_copy_drm_info()
398 memcpy(new_side_data[i].uuid, old_side_data[i].uuid, old_side_data[i].uuid_len); in mpegts_avstream_copy_drm_info()
402 new_side_data[i].uuid_len = info->uuid_len; in mpegts_avstream_copy_drm_info()
403 memcpy(new_side_data[i].uuid, info->uuid, info->uuid_len); in mpegts_avstream_copy_drm_info()
3023 drm_info.uuid_len = 0; in pmt_cb()
3118 if ((drm_info.pssh_len != 0) && (drm_info.uuid_len != 0)) { in pmt_cb()
Dmov.c6651 side_data->uuid_len = AV_DRM_MAX_DRM_UUID_LEN; in mov_set_drm_info()
6666 (old_side_data[i].uuid_len == side_data_node.uuid_len)) { in mov_is_exist_pssh()
6668 … (memcmp(old_side_data[i].uuid, side_data_node.uuid, old_side_data[i].uuid_len) == 0)) { in mov_is_exist_pssh()
6681 new_side_data[i].uuid_len = old_side_data[i].uuid_len; in mov_copy_drm_info()
6682 memcpy(new_side_data[i].uuid, old_side_data[i].uuid, old_side_data[i].uuid_len); in mov_copy_drm_info()
6686 new_side_data[i].uuid_len = side_data_node.uuid_len; in mov_copy_drm_info()
6687 memcpy(new_side_data[i].uuid, side_data_node.uuid, side_data_node.uuid_len); in mov_copy_drm_info()