Searched refs:ofsdata (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | iff.c | 1045 unsigned ofsdst, ofssrc, ofsdata, opcode, x; in decode_short_vertical_delta() local 1059 ofsdata = bytestream2_get_be32(&dptrs); in decode_short_vertical_delta() 1067 if (ofsdata >= buf_end - buf) in decode_short_vertical_delta() 1071 bytestream2_init(&dgb, buf + ofsdata, buf_end - (buf + ofsdata)); in decode_short_vertical_delta() 1113 unsigned ofsdst, ofssrc, ofsdata, opcode, x; in decode_long_vertical_delta() local 1128 ofsdata = bytestream2_get_be32(&dptrs); in decode_long_vertical_delta() 1136 if (ofsdata >= buf_end - buf) in decode_long_vertical_delta() 1140 bytestream2_init(&dgb, buf + ofsdata, buf_end - (buf + ofsdata)); in decode_long_vertical_delta() [all...] |
Completed in 3 milliseconds