Home
last modified time | relevance | path

Searched refs:CU_TRSF_READ_AS_INTEGER (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/stub/
Dcuda.h221 #define CU_TRSF_READ_AS_INTEGER 1 macro
/third_party/ffmpeg/libavfilter/
Dvf_yadif_cuda.c78 .flags = CU_TRSF_READ_AS_INTEGER, in call_kernel()
Dvf_thumbnail_cuda.c168 .flags = CU_TRSF_READ_AS_INTEGER, in thumbnail_kernel()
Dvf_scale_cuda.c413 .flags = s->interp_as_integer ? CU_TRSF_READ_AS_INTEGER : 0, in call_resize_kernel()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1008 texture_desc.flags = CU_TRSF_READ_AS_INTEGER; in convert_create_texture_unchecked()