Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2.c217 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_read_unit()
302 MPEG2RawSlice *slice = unit->content; in cbs_mpeg2_write_slice()
404 .content_size = sizeof(MPEG2RawSlice),
406 … .ref_offsets = { offsetof(MPEG2RawSlice, header.extra_information_slice.extra_information),
407 offsetof(MPEG2RawSlice, data) },
Dcbs_mpeg2.h206 typedef struct MPEG2RawSlice { struct
213 } MPEG2RawSlice; argument