Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c203 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in gst_cuda_memory_upload_transfer()
241 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in gst_cuda_memory_download_transfer()
444 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in cuda_mem_copy()
Dgstcudabasefilter.c235 param.WidthInBytes = width; in gst_cuda_base_filter_transform_frame()
305 param.WidthInBytes = width; in gst_cuda_base_filter_transform_frame()
Dgstcudaloader.c74 size_t WidthInBytes, size_t Height, unsigned int ElementSizeBytes);
335 CuMemAllocPitch (CUdeviceptr * dptr, size_t * pPitch, size_t WidthInBytes, in CuMemAllocPitch() argument
340 return gst_cuda_vtable.CuMemAllocPitch (dptr, pPitch, WidthInBytes, Height, in CuMemAllocPitch()
Dgstcudaloader.h79 size_t WidthInBytes,
Dgstnvdecoder.c639 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in gst_nv_decoder_copy_frame_to_gl_internal()
707 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (&decoder->info, 0) in gst_nv_decoder_copy_frame_to_system()
783 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (&decoder->info, 0) in gst_nv_decoder_copy_frame_to_cuda()
Dgstcudabasetransform.c416 param.WidthInBytes = width; in gst_cuda_base_transform_transform_frame_default()
Dgstnvdec.c1211 mcpy2d.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in copy_video_frame_to_gl_textures()
1324 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in gst_nvdec_copy_device_to_memory()
Dgstnvbaseenc.c2205 param.WidthInBytes = _get_plane_width (data->info, i); in _map_gl_input_buffer()
2263 param.WidthInBytes = _get_plane_width (info, i); in gst_nv_base_enc_upload_frame()
Dcuda-converter.c1060 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, plane) in convert_create_texture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h129 gsize WidthInBytes; member
/third_party/ffmpeg/libavutil/
Dhwcontext_cuda.c244 .WidthInBytes = FFMIN(src->linesize[i], dst->linesize[i]), in cuda_transfer_data()
Dhwcontext_vulkan.c2500 cpy.WidthInBytes = p_w * desc->comp[i].step; in vulkan_transfer_data_from_cuda()
3293 cpy.WidthInBytes = w * desc->comp[i].step; in vulkan_transfer_data_to_cuda()
/third_party/ffmpeg/libavfilter/
Dvf_thumbnail_cuda.c276 cpy.WidthInBytes = HIST_SIZE * sizeof(int); in filter_frame()
/third_party/ffmpeg/libavcodec/
Dcuviddec.c529 .WidthInBytes = FFMIN(pitch, frame->linesize[i]), in cuvid_output_frame()