Home
last modified time | relevance | path

Searched refs:num_decode_surface (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.h80 guint num_decode_surface; member
Dgstnvdec.c344 return gst_util_uint64_scale_int ((nvdec->num_decode_surface + in gst_nvdec_get_latency()
494 nvdec->num_decode_surface = format->min_num_decode_surfaces; in parser_sequence_callback()
497 "Num decode surface: %d", nvdec->num_decode_surface); in parser_sequence_callback()
499 nvdec->num_decode_surface = in parser_sequence_callback()
503 "Calculated num decode surface: %d", nvdec->num_decode_surface); in parser_sequence_callback()
532 create_info.ulNumDecodeSurfaces = nvdec->num_decode_surface; in parser_sequence_callback()
571 return nvdec->num_decode_surface; in parser_sequence_callback()