Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp68 fixedInputImageSize (true) in GstOnnxClient()
100 return fixedInputImageSize; in isFixedInputImageSize()
226 fixedInputImageSize = width > 0 && height > 0; in createSession()
259 int32_t newWidth = fixedInputImageSize ? width : vmeta->width; in parseDimensions()
260 int32_t newHeight = fixedInputImageSize ? height : vmeta->height; in parseDimensions()
Dgstonnxclient.h113 bool fixedInputImageSize; variable