HomeSort by relevance Sort by last modified time
    Searched full:uint8array (Results 26 - 50 of 162) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLGetInfo.h 41 #include "wtf/Uint8Array.h"
92 explicit WebGLGetInfo(PassRefPtr<Uint8Array> value);
113 PassRefPtr<Uint8Array> getWebGLUnsignedByteArray() const;
134 RefPtr<Uint8Array> m_webglUnsignedByteArray;
  /external/chromium_org/media/test/data/eme_player_js/
utils.js 34 var ans = new Uint8Array(msg.length);
41 // Uint8Array, this will just make a copy of the view.
42 return new Uint8Array(msg);
49 // Encodes data (Uint8Array) into base64 string without trailing '='.
83 // Decodes data (Uint8Array) from base64 string.
96 // Decode the first element of 'kids', return it as an Uint8Array.
99 // Not valid JSON, so return message untouched as Uint8Array.
163 return new Uint8Array([0xAA]);
media_source_utils.js 62 srcBuffer.appendBuffer(new Uint8Array(e.target.response));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.idl 41 void getByteFrequencyData(Uint8Array array);
45 void getByteTimeDomainData(Uint8Array array);
AnalyserNode.h 66 void getByteFrequencyData(Uint8Array* array) { m_analyser.getByteFrequencyData(array); }
68 void getByteTimeDomainData(Uint8Array* array) { m_analyser.getByteTimeDomainData(array); }
RealtimeAnalyser.h 58 void getByteFrequencyData(Uint8Array*);
60 void getByteTimeDomainData(Uint8Array*);
  /external/chromium_org/third_party/WebKit/ManualTests/
typed-array-memory.html 68 test("(new Uint8Array(MB))");
78 test("(new Uint8Array(largeJSArray))");
87 test("(new Uint8Array(int8Array))");
119 test("(new Uint8Array(arrayBuffer))");
128 test("(new Uint8Array(int8Array.buffer))");
192 test("(new Uint8Array(MB)).buffer");
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIOutput.cpp 54 static bool validate(Uint8Array* array, ExceptionState& exceptionState, bool sysexEnabled)
60 MessageValidator(Uint8Array* array)
192 void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& exceptionState)
209 RefPtr<Uint8Array> array = Uint8Array::create(unsignedData.size());
223 void MIDIOutput::send(Uint8Array* data, ExceptionState& exceptionState)
MIDIInput.cpp 63 RefPtr<Uint8Array> array = Uint8Array::create(data, length);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
util.js 11 * @param {(Array|Uint8Array)=} bytes The Array-like object into which to store
13 * @return {(Array|Uint8Array)} An array of bytes representing the string.
24 * @param {(Uint8Array|Array.<number>)} b input byte array.
33 * @param {(Uint8Array|Array.<number>)} b input byte array.
63 var res = new Uint8Array(h.length / 2);
125 var rnd = new Uint8Array(a);
162 * @param {(Uint8Array|Array.<number>)} a input to parse from.
hidgnubbydevice.js 53 this.publishFrame_(new Uint8Array([
198 var u8 = new Uint8Array(data);
225 var busy = new Uint8Array(
294 * @param {ArrayBuffer|Uint8Array} data Command arguments
300 var u8 = new Uint8Array(data);
301 var f = new Uint8Array(64);
318 f = new Uint8Array(64);
331 * @param {Uint8Array} frame Data frame
383 var u8 = new Uint8Array(frame);
394 var u8f = new Uint8Array(64)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.cpp 24 #include "wtf/Uint8Array.h"
294 initializer.initData = Uint8Array::create(initData, initDataLength);
307 webkitInitializer.initData = Uint8Array::create(initData, initDataLength);
314 void HTMLMediaElementEncryptedMedia::webkitGenerateKeyRequest(HTMLMediaElement& element, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState& exceptionState)
319 void HTMLMediaElementEncryptedMedia::generateKeyRequest(WebMediaPlayer* webMediaPlayer, const String& keySystem, PassRefPtr<Uint8Array> initData, ExceptionState& exceptionState)
351 webkitGenerateKeyRequest(mediaElement, keySystem, Uint8Array::create(0), exceptionState);
354 void HTMLMediaElementEncryptedMedia::webkitAddKey(HTMLMediaElement& element, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState& exceptionState)
359 void HTMLMediaElementEncryptedMedia::addKey(WebMediaPlayer* webMediaPlayer, const String& keySystem, PassRefPtr<Uint8Array> key, PassRefPtr<Uint8Array> initData, const String& sessionId, ExceptionState& exceptionState
    [all...]
MediaKeyNeededEvent.idl 31 readonly attribute Uint8Array initData;
  /external/chromium-trace/trace-viewer/src/cc/
picture_debugger.js 87 // Convert this String into an Uint8Array
90 var uint8Array = new Uint8Array(arrayBuffer);
92 uint8Array[c] = rawData.charCodeAt(c);
95 var blob = new Blob([uint8Array], {type: 'application/octet-binary'});
  /external/chromium_org/content/test/data/gpu/
webgl.html 25 var array = new Uint8Array(size);
51 var a = new Uint8Array(w * h * 4);
94 var garbageArray = new Uint8Array(1024 * 1024);
gpu_process_crash.html 29 var pixels = new Uint8Array(4);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Uint8ClampedArray.h 31 #include "wtf/Uint8Array.h"
36 class Uint8ClampedArray final : public Uint8Array {
107 : Uint8Array(buffer, byteOffset, length)
Forward.h 50 class Uint8Array;
77 using WTF::Uint8Array;
  /external/chromium_org/mojo/public/js/bindings/
codec_unittests.js 36 var expectedMemory = new Uint8Array([
49 var actualMemory = new Uint8Array(message.buffer.arrayBuffer);
106 var expectedMemory = new Uint8Array([
115 var actualMemory = new Uint8Array(message.buffer.arrayBuffer,
241 var expectedMemory = new Uint8Array([
248 var actualMemory = new Uint8Array(message.buffer.arrayBuffer);
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
enterprise_platformKeys.html 45 var data = new Uint8Array([0, 5, 1, 2, 3, 4, 5, 6]);
51 new Uint8Array([0x01, 0x00, 0x01]), // Equivalent to 65537
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.h 37 #include "wtf/Uint8Array.h"
54 PassRefPtr<Uint8Array> encode(const String&);
TextEncoder.cpp 75 PassRefPtr<Uint8Array> TextEncoder::encode(const String& input)
86 return Uint8Array::create(unsignedBuffer, result.length());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Canvas/
upload-canvas-2d-to-texture.html 42 gl.readPixels(0, 0, 1, 1, gl.RGBA, gl.UNSIGNED_BYTE, new Uint8Array(4));
  /external/chromium_org/v8/test/mjsunit/es6/
typed-array-iterator.js 6 var constructors = [Uint8Array, Int8Array,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-351787.js 10 var array = new Uint8Array(ab2);

Completed in 6335 milliseconds

12 3 4 5 6 7