Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h269 uint8_t *avioc_buffer = NULL; in CreateFormatContext() local
271 avioc_buffer = (uint8_t *)api->av_malloc(avioc_buffer_size); in CreateFormatContext()
272 if (!avioc_buffer) { in CreateFormatContext()
276 avioc = api->avio_alloc_context(avioc_buffer, avioc_buffer_size, in CreateFormatContext()