Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs_mpeg2.c216 if (MPEG2_START_IS_SLICE(unit->type)) { in cbs_mpeg2_read_unit()
351 if (MPEG2_START_IS_SLICE(unit->type)) in cbs_mpeg2_write_unit()
Dcbs_mpeg2.h40 #define MPEG2_START_IS_SLICE(type) \ macro