HomeSort by relevance Sort by last modified time
    Searched refs:sourceBuffer (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 183 this.sourceBuffer = null;
203 if (this.sourceBuffer)
205 this.sourceBuffer = mediaSource.addSourceBuffer(this.mimetype);
209 if (!this.xhr.response || !this.sourceBuffer)
214 if (this.sourceBuffer.appendBuffer) {
215 this.sourceBuffer.addEventListener('updateend',
217 this.sourceBuffer.appendBuffer(this.xhr.response);
219 this.sourceBuffer.append(new Uint8Array(this.xhr.response));
233 if (this.sourceBuffer.updating) {
236 this.sourceBuffer.abort()
    [all...]
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 181 const MediaBuffer& sourceBuffer,
186 size_t sourceSize = sourceBuffer.size();
187 void* sourcePointer = sourceBuffer.data();
195 void CameraSourceTimeLapse::fillLastReadBufferCopy(MediaBuffer& sourceBuffer) {
198 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
199 createMediaBufferCopy(sourceBuffer, frameTime, &mLastReadBufferCopy);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 110 StringWriter sourceBuffer = new StringWriter(256);
113 ast.apply(new TemplateTranslator(PACKAGE_NAME, CLASS_NAME, sourceBuffer, propagateStatus));
114 StringBuffer javaSource = sourceBuffer.getBuffer();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
buffer_with_extendable_buffer.cpp 151 bool BufferWithExtendableBuffer::copy(const BufferWithExtendableBuffer *const sourceBuffer) {
153 const int tailPos = sourceBuffer->getTailPosition();
159 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos);
buffer_with_extendable_buffer.h 104 bool copy(const BufferWithExtendableBuffer *const sourceBuffer);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
denoising_test.cc 60 uint8_t* sourceBuffer = video_frame_.buffer(kYPlane);
92 sourceBuffer[ik + ic] = pixelValue;
94 sourceBuffer[ik + ic] += r;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 106 // 0 may be returned if the range does not fit in the sourceBuffer
107 static PassRefPtr<AudioBus> createBufferFromRange(const AudioBus* sourceBuffer, unsigned startFrame, unsigned endFrame);
AudioBus.cpp 174 PassRefPtr<AudioBus> AudioBus::createBufferFromRange(const AudioBus* sourceBuffer, unsigned startFrame, unsigned endFrame)
176 size_t numberOfSourceFrames = sourceBuffer->length();
177 unsigned numberOfChannels = sourceBuffer->numberOfChannels();
188 audioBus->setSampleRate(sourceBuffer->sampleRate());
191 audioBus->channel(i)->copyFromRange(sourceBuffer->channel(i), startFrame, endFrame);
  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 143 void fillLastReadBufferCopy(MediaBuffer& sourceBuffer);
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 32 #include "modules/mediasource/SourceBuffer.h"
61 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the parent media source.");
65 exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer is still processing an 'appendBuffer', 'appendStream', or 'remove' operation.");
74 PassRefPtrWillBeRawPtr<SourceBuffer> SourceBuffer::create(PassOwnPtr<WebSourceBuffer> webSourceBuffer, MediaSource* source, GenericEventQueue* asyncEventQueue)
76 RefPtrWillBeRawPtr<SourceBuffer> sourceBuffer(adoptRefWillBeRefCountedGarbageCollected(new SourceBuffer(webSourceBuffer, source, asyncEventQueue)));
77 sourceBuffer->suspendIfNeeded();
78 return sourceBuffer.release()
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 152 const gl::Buffer &sourceBuffer = *unpack.pixelBuffer.get();
166 BufferStorage11 *bufferStorage11 = BufferStorage11::makeBufferStorage11(sourceBuffer.getStorage());
BufferStorage11.cpp 623 ID3D11Buffer *sourceBuffer = static_cast<NativeBuffer11*>(source)->getNativeBuffer();
625 context->CopySubresourceRegion(mNativeBuffer, 0, destOffset, 0, 0, sourceBuffer, 0, &srcBox);
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 451 int32_t CopyFrame(uint32_t length, const uint8_t* sourceBuffer);
599 const uint8_t* sourceBuffer) {
606 memcpy(_buffer, sourceBuffer, length);
  /external/webrtc/src/modules/interface/
module_common_types.h 468 WebRtc_Word32 CopyFrame(WebRtc_UWord32 length, const WebRtc_UWord8* sourceBuffer);
636 VideoFrame::CopyFrame(WebRtc_UWord32 length, const WebRtc_UWord8* sourceBuffer)
646 memcpy(_buffer, sourceBuffer, length);
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 572 std::vector<char> sourceBuffer (sourceLength + 1);
574 glGetShaderSource(shader.getShader(), (GLsizei)sourceBuffer.size(), 0, &sourceBuffer[0]);
576 return std::string(&sourceBuffer[0]);
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 629 std::vector<char> sourceBuffer (sourceLength + 1);
631 glGetShaderSource(shader.getShader(), (GLsizei)sourceBuffer.size(), 0, &sourceBuffer[0]);
633 return std::string(&sourceBuffer[0]);
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 712 milliseconds