Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuviddec.h87cudaVideoSurfaceFormat_NV12=0, /**< Semi-Planar YUV [Y plane followed by interleaved UV p… enumerator
Dgstnvdecoder.c170 return cudaVideoSurfaceFormat_NV12; in output_format_from_video_format()
186 return cudaVideoSurfaceFormat_NV12; in output_format_from_video_format()
Dgstnvdec.c263 return cudaVideoSurfaceFormat_NV12; in get_cuda_surface_format_from_gst()
279 return cudaVideoSurfaceFormat_NV12; in get_cuda_surface_format_from_gst()
/third_party/ffmpeg/libavcodec/
Dnvdec.c380 cudaVideoSurfaceFormat_NV12; in ff_nvdec_decode_init()
Dcuviddec.c285 cuinfo.OutputFormat = cudaVideoSurfaceFormat_NV12; in cuvid_handle_video_sequence()