Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpictordec.c127 int bits_per_plane, bpp, etype, esize, npal, pos_after_pal; in decode_frame() local
177 pos_after_pal = bytestream2_tell(&s->g) + esize; in decode_frame()
219 bytestream2_seek(&s->g, pos_after_pal, SEEK_SET); in decode_frame()