Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbink.c110 uint8_t *cur_dec; ///< pointer to the not yet decoded part of the buffer member
310 c->bundle[bundle_num].cur_dec = in read_bundle()
324 if (!b->cur_dec || (b->cur_dec > b->cur_ptr)) \
328 b->cur_dec = NULL; \
338 dec_end = b->cur_dec + t; in read_runs()
347 memset(b->cur_dec, v, t); in read_runs()
348 b->cur_dec += t; in read_runs()
350 while (b->cur_dec < dec_end) in read_runs()
351 *b->cur_dec in read_runs()
[all...]

Completed in 2 milliseconds