Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c2163 GstMapInfo encrypted_info, decrypted_info; in gst_hls_demux_decrypt_fragment() local
2169 gst_buffer_map (encrypted_buffer, &encrypted_info, GST_MAP_READ); in gst_hls_demux_decrypt_fragment()
2172 if (!decrypt_fragment (stream, encrypted_info.size, in gst_hls_demux_decrypt_fragment()
2173 encrypted_info.data, decrypted_info.data)) in gst_hls_demux_decrypt_fragment()
2178 gst_buffer_unmap (encrypted_buffer, &encrypted_info); in gst_hls_demux_decrypt_fragment()
2190 gst_buffer_unmap (encrypted_buffer, &encrypted_info); in gst_hls_demux_decrypt_fragment()