HomeSort by relevance Sort by last modified time
    Searched refs:NaluFramingType (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudacodec/src/
video_writer.cpp 312 int NaluFramingType = params.NaluFramingType;
313 err = NVSetParamValue(encoder_, NVVE_CONFIGURE_NALU_FRAMING_TYPE, &NaluFramingType);
409 int NaluFramingType;
410 err = NVGetParamValue(encoder_, NVVE_CONFIGURE_NALU_FRAMING_TYPE, &NaluFramingType);
412 params.NaluFramingType = NaluFramingType;
830 NaluFramingType = 0;
861 read(fs["NaluFramingType"], NaluFramingType, 0)
    [all...]
  /external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp 102 int NaluFramingType; //!< NVVE_CONFIGURE_NALU_FRAMING_TYPE

Completed in 191 milliseconds