Lines Matching refs:info
92 * This describes encryption info for a packet. This contains frame-specific
93 * info for how to decrypt the packet before passing it to the decoder.
129 * An array of subsample encryption info specifying how parts of the sample
138 * This describes info used to initialize an encryption key system.
174 * An optional pointer to the next initialization info in the list.
196 AVEncryptionInfo *av_encryption_info_clone(const AVEncryptionInfo *info);
199 * Frees the given encryption info object. This MUST NOT be used to free the
202 void av_encryption_info_free(AVEncryptionInfo *info);
215 * info. The resulting pointer should be either freed using av_free or given
221 const AVEncryptionInfo *info, size_t *side_data_size);
225 const AVEncryptionInfo *info, size_t *side_data_size, AV_DrmCencInfo *cenc_info, int pkt_data_size);
238 * Frees the given encryption init info object. This MUST NOT be used to free
241 void av_encryption_init_info_free(AVEncryptionInitInfo* info);
255 * init info. The resulting pointer should be either freed using av_free or
261 const AVEncryptionInitInfo *info, size_t *side_data_size);