Home
last modified time | relevance | path

Searched refs:rawimg (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/
DOvicDetectorTest.java66 BufferedImage rawimg = ImageIO.read(imageFile); in setUp() local
68 BufferedImage img = new BufferedImage(inputDims[1], inputDims[2], rawimg.getType()); in setUp()
70 g.drawImage(rawimg, 0, 0, inputDims[1], inputDims[2], null); in setUp()
/external/libvpx/libvpx/examples/
Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
Dsvc_encodeframe.c532 struct vpx_image *rawimg, vpx_codec_pts_t pts, in vpx_svc_encode() argument
543 vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0, deadline); in vpx_svc_encode()