Home
last modified time | relevance | path

Searched refs:av_des (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Domadec.c88 struct AVDES *av_des; member
96 av_freep(&oc->av_des); in oma_read_close()
147 struct AVDES *av_des; in rprobe() local
154 av_des = av_des_alloc(); in rprobe()
155 if (!av_des) in rprobe()
159 av_des_init(av_des, r_val, 192, 1); in rprobe()
160 av_des_crypt(av_des, oc->m_val, &enc_header[48], 1, NULL, 1); in rprobe()
163 av_des_init(av_des, oc->m_val, 64, 0); in rprobe()
164 av_des_crypt(av_des, oc->s_val, NULL, 1, NULL, 0); in rprobe()
168 av_des_init(av_des, o in rprobe()
184 struct AVDES *av_des; nprobe() local
[all...]

Completed in 1 milliseconds