Searched refs:WidthInBytes (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudamemory.c | 203 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()
|
D | gstcudabasefilter.c | 235 param.WidthInBytes = width; in gst_cuda_base_filter_transform_frame() 305 param.WidthInBytes = width; in gst_cuda_base_filter_transform_frame()
|
D | gstcudaloader.c | 74 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()
|
D | gstcudaloader.h | 79 size_t WidthInBytes,
|
D | gstnvdecoder.c | 639 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()
|
D | gstcudabasetransform.c | 416 param.WidthInBytes = width; in gst_cuda_base_transform_transform_frame_default()
|
D | gstnvdec.c | 1211 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()
|
D | gstnvbaseenc.c | 2205 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()
|
D | cuda-converter.c | 1060 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, plane) in convert_create_texture()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/ |
D | cuda.h | 129 gsize WidthInBytes; member
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_cuda.c | 244 .WidthInBytes = FFMIN(src->linesize[i], dst->linesize[i]), in cuda_transfer_data()
|
D | hwcontext_vulkan.c | 2500 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/ |
D | vf_thumbnail_cuda.c | 276 cpy.WidthInBytes = HIST_SIZE * sizeof(int); in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | cuviddec.c | 529 .WidthInBytes = FFMIN(pitch, frame->linesize[i]), in cuvid_output_frame()
|