Home
last modified time | relevance | path

Searched refs:cenc (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmov.c6012 if (!(*sc)->cenc.default_encrypted_sample) in get_current_encryption_info()
6028 if (!(*sc)->cenc.encryption_index) { in get_current_encryption_info()
6030 if (!(*sc)->cenc.default_encrypted_sample) in get_current_encryption_info()
6032 (*sc)->cenc.encryption_index = av_mallocz(sizeof(*frag_stream_info->encryption_index)); in get_current_encryption_info()
6033 if (!(*sc)->cenc.encryption_index) in get_current_encryption_info()
6037 *encryption_index = (*sc)->cenc.encryption_index; in get_current_encryption_info()
6048 if (!sc->cenc.default_encrypted_sample) { in mov_read_sample_encryption_info()
6053 *sample = av_encryption_info_clone(sc->cenc.default_encrypted_sample); in mov_read_sample_encryption_info()
6057 if (sc->cenc.per_sample_iv_size != 0) { in mov_read_sample_encryption_info()
6058 if ((ret = ffio_read_size(pb, (*sample)->iv, sc->cenc.per_sample_iv_size)) < 0) { in mov_read_sample_encryption_info()
[all …]
Dmovenc.h161 MOVMuxCencContext cenc; member
Disom.h243 } cenc; member
Dmovenc.c2670 if (track->cenc.aes_ctr) { in mov_write_stbl_tag()
2671 ff_mov_cenc_write_stbl_atoms(&track->cenc, pb); in mov_write_stbl_tag()
5686 if (trk->cenc.aes_ctr) { in ff_mov_write_packet()
5687 size = ff_mov_cenc_avc_parse_nal_units(&trk->cenc, pb, pkt->data, size); in ff_mov_write_packet()
5744 if (trk->cenc.aes_ctr) { in ff_mov_write_packet()
5747 … ret = ff_mov_cenc_avc_write_nal_units(s, &trk->cenc, nal_size_length, pb, pkt->data, size); in ff_mov_write_packet()
5749 ret = ff_mov_cenc_write_packet(&trk->cenc, pb, pkt->data, size); in ff_mov_write_packet()
6347 ff_mov_cenc_free(&mov->tracks[i].cenc); in mov_free()
6758 ret = ff_mov_cenc_init(&track->cenc, mov->encryption_key, in mov_init()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/
Dmedia.gyp461 'mp4/cenc.cc',
462 'mp4/cenc.h',
Dmedia.gyp.fontified462 'mp4/cenc.cc',
463 'mp4/cenc.h',
/third_party/node/tools/gyp/tools/emacs/testdata/
Dmedia.gyp461 'mp4/cenc.cc',
462 'mp4/cenc.h',
Dmedia.gyp.fontified462 'mp4/cenc.cc',
463 'mp4/cenc.h',
/third_party/gstreamer/gstplugins_good/
DChangeLog3144 is used: "cenc", "cbcs", "cbc1" or "cens".
3147 "cenc": AES-CTR (no pattern)
3151 Currently only "cenc" and "cbcs" are supported.
19320 H.264[1] uses a media file[2] with cenc encryption which embeds 'pssh' boxes
19338 for H.264[1] uses a media file[2] with cenc encryption whose first two 'moof'
30105 qtdemux: Fix crash with no cenc aux offset
32852 is protected using cenc, but no cenc protection system information
34309 qtdemux: cenc aux info parsing from mdat support in PULL mode
34313 perform the aux info cenc parsing.
34330 qtdemux: don't push encrypted buffer without cenc metadata
[all …]