Lines Matching defs:IS_KLV_KEY
366 #define IS_KLV_KEY(x, y) (!memcmp(x, y, sizeof(y)))
647 if (!IS_KLV_KEY(klv, mxf_essence_element_key))
945 if (IS_KLV_KEY(uid, mxf_crypto_source_container_ul))
1391 if (IS_KLV_KEY(uid, mxf_sony_mpeg4_extradata)) {
1402 if (IS_KLV_KEY(uid, mxf_jp2k_rsiz)) {
1408 if (IS_KLV_KEY(uid, mxf_mastering_display_prefix)) {
1414 if (IS_KLV_KEY(uid, mxf_mastering_display_uls[0])) {
1424 if (IS_KLV_KEY(uid, mxf_mastering_display_uls[1])) {
1431 if (IS_KLV_KEY(uid, mxf_mastering_display_uls[2])) {
1437 if (IS_KLV_KEY(uid, mxf_mastering_display_uls[3])) {
1444 if (IS_KLV_KEY(uid, mxf_apple_coll_prefix)) {
1450 if (IS_KLV_KEY(uid, mxf_apple_coll_max_cll)) {
1453 if (IS_KLV_KEY(uid, mxf_apple_coll_max_fall)) {
1458 if (IS_KLV_KEY(uid, mxf_sub_descriptor))
1470 if (IS_KLV_KEY(uid, mxf_mca_label_dictionary_id))
1473 if (IS_KLV_KEY(uid, mxf_mca_link_id))
1476 if (IS_KLV_KEY(uid, mxf_soundfield_group_link_id))
1479 if (IS_KLV_KEY(uid, mxf_group_of_soundfield_groups_link_id))
1482 if (IS_KLV_KEY(uid, mxf_mca_channel_id))
1485 if (IS_KLV_KEY(uid, mxf_mca_rfc5646_spoken_language))
2486 if (IS_KLV_KEY(channel_ordering->uid, label->mca_label_dictionary_id)) {
2765 if (IS_KLV_KEY(essence_container_ul, mxf_encrypted_essence_container)) {
3142 if (tag >= 0x8000 && (IS_KLV_KEY(uid, mxf_avid_project_name))) {
3630 !IS_KLV_KEY(klv.key, ff_mxf_random_index_pack_key))
3686 if (IS_KLV_KEY(klv.key, mxf_encrypted_triplet_key) ||
3687 IS_KLV_KEY(klv.key, mxf_essence_element_key) ||
3688 IS_KLV_KEY(klv.key, mxf_canopus_essence_element_key) ||
3689 IS_KLV_KEY(klv.key, mxf_avid_essence_element_key) ||
3690 IS_KLV_KEY(klv.key, mxf_system_item_key_cp) ||
3691 IS_KLV_KEY(klv.key, mxf_system_item_key_gc)) {
3718 if (IS_KLV_KEY(klv.key, metadata->key)) {
3932 if (IS_KLV_KEY(klv.key, mxf_encrypted_triplet_key)) {
3944 if (IS_KLV_KEY(klv.key, mxf_essence_element_key) ||
3945 IS_KLV_KEY(klv.key, mxf_canopus_essence_element_key) ||
3946 IS_KLV_KEY(klv.key, mxf_avid_essence_element_key)) {