Searched refs:MPEG2RawSlice (Results 1 – 2 of 2) sorted by relevance
217 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) },
206 typedef struct MPEG2RawSlice { struct213 } MPEG2RawSlice; argument