Searched refs:cenc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | mov.c | 6383 if (!(*sc)->cenc.default_encrypted_sample) 6399 if (!(*sc)->cenc.encryption_index) { 6401 if (!(*sc)->cenc.default_encrypted_sample) 6403 (*sc)->cenc.encryption_index = av_mallocz(sizeof(*frag_stream_info->encryption_index)); 6404 if (!(*sc)->cenc.encryption_index) 6408 *encryption_index = (*sc)->cenc.encryption_index; 6419 if (!sc->cenc.default_encrypted_sample) { 6424 *sample = av_encryption_info_clone(sc->cenc.default_encrypted_sample); 6428 if (sc->cenc.per_sample_iv_size != 0) { 6429 if ((ret = ffio_read_size(pb, (*sample)->iv, sc->cenc [all...] |
H A D | movenc.h | 169 MOVMuxCencContext cenc; member
|
H A D | isom.h | 260 } cenc; member
|
H A D | movenc.c | 114 { "encryption_scheme", "Configures the encryption scheme, allowed values are none, cenc-aes-ctr", offsetof(MOVMuxContext, encryption_scheme_str), AV_OPT_TYPE_STRING, {.str = NULL}, .flags = AV_OPT_FLAG_ENCODING_PARAM }, 2897 if (track->cenc.aes_ctr) { in mov_write_stbl_tag() 2898 ff_mov_cenc_write_stbl_atoms(&track->cenc, pb); in mov_write_stbl_tag() 6531 if (trk->cenc.aes_ctr) { 6532 size = ff_mov_cenc_avc_parse_nal_units(&trk->cenc, pb, pkt->data, size); 6551 if (trk->cenc.aes_ctr) { 6552 size = ff_mov_cenc_avc_parse_nal_units(&trk->cenc, pb, pkt->data, size); 6600 if (trk->cenc.aes_ctr) { 6603 ret = ff_mov_cenc_avc_write_nal_units(s, &trk->cenc, nal_size_length, pb, pkt->data, size); 6606 ret = ff_mov_cenc_avc_write_nal_units(s, &trk->cenc, nal_size_lengt [all...] |
Completed in 26 milliseconds