Home
last modified time | relevance | path

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

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddecrypt_cenc_isma.c467 u32 i, nb_pssh, pssh_crc=0; in cenc_dec_setup_cenc() local
511 nb_pssh = pssh_data ? gf_bs_read_u32(ctx->bs_r) : 0; in cenc_dec_setup_cenc()
512 for (i = 0; i < nb_pssh; i++) { in cenc_dec_setup_cenc()
H A Dencrypt_cenc_isma.c368 u32 nb_pssh=0; in cenc_parse_pssh() local
481 nb_pssh++; in cenc_parse_pssh()
501 if (nb_pssh) { in cenc_parse_pssh()
506 gf_bs_write_u32(pssh_bs, nb_pssh); in cenc_parse_pssh()
H A Dmux_isom.c2591 u32 i, nb_pssh; in mp4_mux_cenc_insert_pssh() local
2600 nb_pssh = gf_bs_read_u32(ctx->bs_r); in mp4_mux_cenc_insert_pssh()
2601 for (i = 0; i < nb_pssh; i++) { in mp4_mux_cenc_insert_pssh()
H A Ddasher.c1494 u32 j, nb_pssh; in dasher_get_content_protection_desc() local
1523 nb_pssh = gf_bs_read_u32(bs_r); in dasher_get_content_protection_desc()
1526 for (j=0; j<nb_pssh; j++) { in dasher_get_content_protection_desc()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddecrypt_cenc_isma.c467 u32 i, nb_pssh, pssh_crc=0; in cenc_dec_setup_cenc() local
511 nb_pssh = pssh_data ? gf_bs_read_u32(ctx->bs_r) : 0; in cenc_dec_setup_cenc()
512 for (i = 0; i < nb_pssh; i++) { in cenc_dec_setup_cenc()
H A Dencrypt_cenc_isma.c368 u32 nb_pssh=0; in cenc_parse_pssh() local
481 nb_pssh++; in cenc_parse_pssh()
501 if (nb_pssh) { in cenc_parse_pssh()
506 gf_bs_write_u32(pssh_bs, nb_pssh); in cenc_parse_pssh()
H A Dmux_isom.c2591 u32 i, nb_pssh; in mp4_mux_cenc_insert_pssh() local
2600 nb_pssh = gf_bs_read_u32(ctx->bs_r); in mp4_mux_cenc_insert_pssh()
2601 for (i = 0; i < nb_pssh; i++) { in mp4_mux_cenc_insert_pssh()
H A Ddasher.c1494 u32 j, nb_pssh; in dasher_get_content_protection_desc() local
1523 nb_pssh = gf_bs_read_u32(bs_r); in dasher_get_content_protection_desc()
1526 for (j=0; j<nb_pssh; j++) { in dasher_get_content_protection_desc()