Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dfic.c58 uint8_t cursor_buf[4096]; member
219 uint8_t *ptr = ctx->cursor_buf; in fic_draw_cursor()
348 if (!skip_cursor && avpkt->size < CURSOR_OFFSET + sizeof(ctx->cursor_buf)) { in fic_decode_frame()
433 memcpy(ctx->cursor_buf, src + CURSOR_OFFSET, sizeof(ctx->cursor_buf)); in fic_decode_frame()

Completed in 1 milliseconds