Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoSessionFfmpegUtils.cpp125 tcu::DynamicFunctionLibrary m_functions_avformat; member in vkt::video::FfmpegFunctionsImpl
134 , m_functions_avformat (FFMPEG_AVFORMAT_LIBRARY_NAME) in FfmpegFunctionsImpl()
148 (pFFMpeg_avio_alloc_context) m_functions_avformat.getFunction("avio_alloc_context"), // pFFMpeg_avio_alloc_context avio_alloc_context; in FfmpegFunctionsImpl()
149 (pFFMpeg_av_find_best_stream) m_functions_avformat.getFunction("av_find_best_stream"), // pFFMpeg_av_find_best_stream av_find_best_stream; in FfmpegFunctionsImpl()
150 (pFFMpeg_av_read_frame) m_functions_avformat.getFunction("av_read_frame"), // pFFMpeg_av_read_frame av_read_frame; in FfmpegFunctionsImpl()
151 (pFFMpeg_avformat_alloc_context) m_functions_avformat.getFunction("avformat_alloc_context"), // pFFMpeg_avformat_alloc_context avformat_alloc_context; in FfmpegFunctionsImpl()
152 (pFFMpeg_avformat_network_init) m_functions_avformat.getFunction("avformat_network_init"), // pFFMpeg_avformat_network_init avformat_network_init; in FfmpegFunctionsImpl()
153 (pFFMpeg_avformat_find_stream_info) m_functions_avformat.getFunction("avformat_find_stream_info"), // pFFMpeg_avformat_find_stream_info avformat_find_stream_info; in FfmpegFunctionsImpl()
154 (pFFMpeg_avformat_open_input) m_functions_avformat.getFunction("avformat_open_input"), // pFFMpeg_avformat_open_input avformat_open_input; in FfmpegFunctionsImpl()
155 (pFFMpeg_avformat_close_input) m_functions_avformat in FfmpegFunctionsImpl()
[all...]

Completed in 2 milliseconds