Searched refs:rawimg (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/java/ovic/src/test/java/org/tensorflow/ovic/ |
D | OvicDetectorTest.java | 66 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/ |
D | svc_context.h | 95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
|
D | svc_encodeframe.c | 532 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()
|