Home
last modified time | relevance | path

Searched refs:AVSubsampleEncryptionInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
Dencryption_info.h79 typedef struct AVSubsampleEncryptionInfo { struct
89 } AVSubsampleEncryptionInfo; typedef
133 AVSubsampleEncryptionInfo *subsamples;
/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c27 static const AVSubsampleEncryptionInfo test_subsamples[] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}};
/third_party/ffmpeg/libavformat/
Dmov.c6281 AVSubsampleEncryptionInfo *subsamples; in mov_read_sample_encryption_info()