Searched refs:iBuffer (Results 1 – 1 of 1) sorted by relevance
706 uint8_t * iBuffer = av_malloc(DECODER_BUFFER_SIZE); in ffmpeg_open_io_context() local707 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()