Searched refs:alloc_resp (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvideomemory.c | 449 GstVideoInfo * image_info, mfxFrameAllocResponse * alloc_resp) in gst_msdk_video_allocator_new() argument 457 cached = gst_msdk_context_get_cached_alloc_responses (context, alloc_resp); in gst_msdk_video_allocator_new() 471 allocator->mfx_response = *alloc_resp; in gst_msdk_video_allocator_new() 571 GstVideoInfo * image_info, mfxFrameAllocResponse * alloc_resp) in gst_msdk_dmabuf_allocator_new() argument 579 cached = gst_msdk_context_get_cached_alloc_responses (context, alloc_resp); in gst_msdk_dmabuf_allocator_new() 593 allocator->mfx_response = *alloc_resp; in gst_msdk_dmabuf_allocator_new()
|
D | gstmsdkvideomemory.h | 136 GstVideoInfo *image_info, mfxFrameAllocResponse * alloc_resp); 193 GstVideoInfo *image_info, mfxFrameAllocResponse * alloc_resp);
|
D | gstmsdkbufferpool.h | 92 mfxFrameAllocResponse * alloc_resp);
|
D | gstmsdkdec.h | 73 mfxFrameAllocResponse alloc_resp; member
|
D | gstmsdkbufferpool.c | 386 mfxFrameAllocResponse * alloc_resp) in gst_msdk_buffer_pool_new() argument 392 pool->priv->alloc_response = alloc_resp; in gst_msdk_buffer_pool_new()
|
D | gstmsdkdec.c | 287 gst_msdk_frame_free (thiz->context, &thiz->alloc_resp); in gst_msdkdec_close_decoder() 434 gst_msdk_frame_alloc (thiz->context, &request, &thiz->alloc_resp); in gst_msdkdec_init_decoder() 1413 mfxFrameAllocResponse *alloc_resp = NULL; in gst_msdkdec_create_buffer_pool() local 1419 alloc_resp = &thiz->alloc_resp; in gst_msdkdec_create_buffer_pool() 1421 pool = gst_msdk_buffer_pool_new (thiz->context, alloc_resp); in gst_msdkdec_create_buffer_pool() 1430 allocator = gst_msdk_dmabuf_allocator_new (thiz->context, info, alloc_resp); in gst_msdkdec_create_buffer_pool() 1432 allocator = gst_msdk_video_allocator_new (thiz->context, info, alloc_resp); in gst_msdkdec_create_buffer_pool()
|
D | gstmsdkenc.c | 793 gst_msdk_frame_alloc (thiz->context, &(request[0]), &thiz->alloc_resp); in gst_msdkenc_init_encoder() 879 gst_msdk_frame_free (thiz->context, &thiz->alloc_resp); in gst_msdkenc_close_encoder() 1312 mfxFrameAllocResponse *alloc_resp = NULL; in gst_msdkenc_create_buffer_pool() local 1315 alloc_resp = set_align ? &thiz->vpp_alloc_resp : &thiz->alloc_resp; in gst_msdkenc_create_buffer_pool() 1317 alloc_resp = &thiz->alloc_resp; in gst_msdkenc_create_buffer_pool() 1319 pool = gst_msdk_buffer_pool_new (thiz->context, alloc_resp); in gst_msdkenc_create_buffer_pool() 1333 gst_msdk_dmabuf_allocator_new (thiz->context, &info, alloc_resp); in gst_msdkenc_create_buffer_pool() 1335 allocator = gst_msdk_video_allocator_new (thiz->context, &info, alloc_resp); in gst_msdkenc_create_buffer_pool()
|
D | gstmsdkvpp.c | 418 mfxFrameAllocResponse *alloc_resp = NULL; in gst_msdkvpp_create_buffer_pool() local 422 alloc_resp = &thiz->in_alloc_resp; in gst_msdkvpp_create_buffer_pool() 426 alloc_resp = &thiz->out_alloc_resp; in gst_msdkvpp_create_buffer_pool() 431 pool = gst_msdk_buffer_pool_new (thiz->context, alloc_resp); in gst_msdkvpp_create_buffer_pool() 443 gst_msdk_dmabuf_allocator_new (thiz->context, &info, alloc_resp); in gst_msdkvpp_create_buffer_pool() 445 allocator = gst_msdk_video_allocator_new (thiz->context, &info, alloc_resp); in gst_msdkvpp_create_buffer_pool()
|
D | gstmsdkenc.h | 118 mfxFrameAllocResponse alloc_resp; member
|