Searched refs:imageBytes (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/ |
H A D | GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation.php | 27 public $imageBytes; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ImageSegmentationAnnotation 50 public function setImageBytes($imageBytes) argument 52 $this->imageBytes = $imageBytes; 59 return $this->imageBytes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | InvideoBranding.php | 25 public $imageBytes; variable in Google\\Service\\YouTube\\InvideoBranding 42 public function setImageBytes($imageBytes) argument 44 $this->imageBytes = $imageBytes; 51 return $this->imageBytes;
|
/plugin/jcapture/src/com/hammurapi/jcapture/ |
H A D | MappedImage.java | 59 byte[] imageBytes = baos.toByteArray(); in MappedImage() 61 adler.update(imageBytes); in MappedImage() 63 bytesLength = imageBytes.length; in MappedImage() 64 imageBytesRef = new SoftReference<byte[]>(imageBytes); in MappedImage() 67 channel.write(ByteBuffer.wrap(imageBytes)); in MappedImage() 68 buffer = channel.map(MapMode.READ_ONLY, position, imageBytes.length); in MappedImage()
|
H A D | CaptureFrame.java | 243 final byte[] imageBytes = baos.toByteArray(); in capture() 244 System.out.println("Image size: "+imageBytes.length); in capture() 255 new ByteArrayInputStream(imageBytes), in capture() 256 imageBytes.length, in capture()
|
/plugin/jcapture/lib/ |
H A D | jcapture.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 16254 var imageBytes = imageStream.getBytes(); 16260 cacheKey = computeAdler32(imageBytes) + '_' + computeAdler32(dictBytes);
|
H A D | pdf.worker.js.map | 1 …imageBytes","initialStreamPos","dictBytes","cacheKey","computeAdler32","_findStreamLength","SCAN_B…
|