Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dencryption_info.h25 typedef struct AVSubsampleEncryptionInfo { struct
35 } AVSubsampleEncryptionInfo; argument
79 AVSubsampleEncryptionInfo *subsamples;
/third_party/ffmpeg/libavutil/tests/
Dencryption_info.c26 static const AVSubsampleEncryptionInfo test_subsamples[] = {{1, 2}, {3, 4}, {5, 6}, {7, 8}};
/third_party/ffmpeg/libavformat/
Dmov.c6046 AVSubsampleEncryptionInfo *subsamples; in mov_read_sample_encryption_info()