Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/ffmpeg/
Dlv_ffmpeg.c706 uint8_t * iBuffer = av_malloc(DECODER_BUFFER_SIZE); in ffmpeg_open_io_context() local
707 if(iBuffer == NULL) { in ffmpeg_open_io_context()
711 …AVIOContext * pIOCtx = avio_alloc_context(iBuffer, DECODER_BUFFER_SIZE, /* internal Buffer and i… in ffmpeg_open_io_context()
718 av_free(iBuffer); in ffmpeg_open_io_context()