Searched defs:imgData (Results 1 – 14 of 14) sorted by relevance
60 ByteBuffer imgData = createByteBuffer(inputDims[1], inputDims[2]); in main() local67 ByteBuffer imgData = createByteBuffer(inputDims[1], inputDims[2]); in main() local81 ByteBuffer imgData = ByteBuffer.allocateDirect(imgHeight * imgWidth * 3); in createByteBuffer() local
55 protected ByteBuffer imgData = null; field in OvicBenchmarker
112 public OvicClassificationResult classifyByteBuffer(ByteBuffer imgData) { in classifyByteBuffer()
127 boolean detectByteBuffer(ByteBuffer imgData, int imageId) { in detectByteBuffer()
71 ByteBuffer imgData = in toByteBuffer() local91 ByteBuffer imgData = in toFloatByteBuffer() local
69 sk_sp<SkData> imgData = GetResourceAsData("images/color_wheel.png"); variable
90 ByteBuffer imgData = ByteBuffer.allocateDirect(image.getHeight() * image.getWidth() * 3); in toByteBuffer() local
137 ByteBuffer imgData = ByteBuffer.allocateDirect( in toByteBuffer() local
478 const ImageData& imgData) { in make_image_uniform_data()504 const ImageData& imgData) { in AddToKey()535 ImageData imgData = ExtractFromKey(key, headerOffset); in Dump() local
80 protected ByteBuffer imgData = null; field in ImageClassifier
260 BufferOwningPtr<char> imgData; in test_fill_image_generic() local
151 const imgData = values[0]; constant
829 uint8_t* imgData = reinterpret_cast<uint8_t*>(iptr); in EMSCRIPTEN_BINDINGS() local840 uint8_t* imgData = reinterpret_cast<uint8_t*>(iptr); in EMSCRIPTEN_BINDINGS() local
4456 std::vector<uint8_t> imgData(20480, 0); in TEST_P() local