Home
last modified time | relevance | path

Searched refs:next_pu_offset (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddirac_parser.c95 int next_pu_offset; member
116 pu->next_pu_offset = AV_RB32(start + 5); in unpack_parse_unit()
126 if (pu->pu_type == 0x10 && pu->next_pu_offset == 0x00) in unpack_parse_unit()
127 pu->next_pu_offset = 13; /* The length of a parse info header */ in unpack_parse_unit()
130 if ((pu->next_pu_offset && pu->next_pu_offset < 13) || in unpack_parse_unit()
187 pu.next_pu_offset != pu1.prev_pu_offset || in dirac_combine_frame()
203 pc->dirac_unit_size += pu.next_pu_offset; in dirac_combine_frame()

Completed in 1 milliseconds