Searched refs:eminfo (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstvc1parse.c | 1028 GstMapInfo minfo, sminfo, eminfo; in gst_vc1_parse_update_caps() local 1039 gst_buffer_map (vc1parse->entrypoint_buffer, &eminfo, GST_MAP_READ); in gst_vc1_parse_update_caps() 1050 memcpy (minfo.data + 1 + 4 + sminfo.size + 4, eminfo.data, eminfo.size); in gst_vc1_parse_update_caps() 1053 gst_buffer_unmap (vc1parse->entrypoint_buffer, &eminfo); in gst_vc1_parse_update_caps()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1705 VkExportMemoryAllocateInfo eminfo[AV_NUM_DATA_POINTERS]; in vulkan_pool_alloc() local 1722 eminfo[i].sType = VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO; in vulkan_pool_alloc() 1723 eminfo[i].pNext = hwctx->alloc_pnext[i]; in vulkan_pool_alloc() 1724 eminfo[i].handleTypes = e; in vulkan_pool_alloc() 1732 err = alloc_bind_mem(hwfc, f, eminfo, sizeof(*eminfo)); in vulkan_pool_alloc()
|