Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmovenccenc.c59 uint16_t clear_bytes, uint32_t encrypted_bytes) in auxiliary_info_add_subsample() argument
75 AV_WB16(p, clear_bytes); in auxiliary_info_add_subsample()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c471 guint16 clear_bytes = 0; in gst_matroska_parse_protection_meta() local
562 clear_bytes = offset - offset_prev; in gst_matroska_parse_protection_meta()
570 if (clear_bytes == 0 && encrypted_bytes == 0) { in gst_matroska_parse_protection_meta()
574 if (!gst_byte_writer_put_uint16_be (&writer, clear_bytes)) { in gst_matroska_parse_protection_meta()