Searched refs:m_functions_avformat (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoSessionFfmpegUtils.cpp | 125 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"), // pFFMpe… in FfmpegFunctionsImpl() 149 …(pFFMpeg_av_find_best_stream) m_functions_avformat.getFunction("av_find_best_stream"), // pFFMp… in FfmpegFunctionsImpl() 150 …(pFFMpeg_av_read_frame) m_functions_avformat.getFunction("av_read_frame"), // pFFMpeg_av_re… in FfmpegFunctionsImpl() 151 …(pFFMpeg_avformat_alloc_context) m_functions_avformat.getFunction("avformat_alloc_context"), // … in FfmpegFunctionsImpl() 152 …(pFFMpeg_avformat_network_init) m_functions_avformat.getFunction("avformat_network_init"), // p… in FfmpegFunctionsImpl() 153 …(pFFMpeg_avformat_find_stream_info) m_functions_avformat.getFunction("avformat_find_stream_info"),… in FfmpegFunctionsImpl() 154 …(pFFMpeg_avformat_open_input) m_functions_avformat.getFunction("avformat_open_input"), // pFFMp… in FfmpegFunctionsImpl() 155 …(pFFMpeg_avformat_close_input) m_functions_avformat.getFunction("avformat_close_input"), // pFF… in FfmpegFunctionsImpl()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoSessionFfmpegUtils.cpp | 125 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"), // pFFMpe… in FfmpegFunctionsImpl() 149 …(pFFMpeg_av_find_best_stream) m_functions_avformat.getFunction("av_find_best_stream"), // pFFMp… in FfmpegFunctionsImpl() 150 …(pFFMpeg_av_read_frame) m_functions_avformat.getFunction("av_read_frame"), // pFFMpeg_av_re… in FfmpegFunctionsImpl() 151 …(pFFMpeg_avformat_alloc_context) m_functions_avformat.getFunction("avformat_alloc_context"), // … in FfmpegFunctionsImpl() 152 …(pFFMpeg_avformat_network_init) m_functions_avformat.getFunction("avformat_network_init"), // p… in FfmpegFunctionsImpl() 153 …(pFFMpeg_avformat_find_stream_info) m_functions_avformat.getFunction("avformat_find_stream_info"),… in FfmpegFunctionsImpl() 154 …(pFFMpeg_avformat_open_input) m_functions_avformat.getFunction("avformat_open_input"), // pFFMp… in FfmpegFunctionsImpl() 155 …(pFFMpeg_avformat_close_input) m_functions_avformat.getFunction("avformat_close_input"), // pFF… in FfmpegFunctionsImpl()
|