Searched refs:decoder (Results 451 - 475 of 477) sorted by relevance

<<11121314151617181920

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc288 // Temporarily changes a decoder's bound texture and restore it when this
302 // Temporarily changes a decoder's bound render buffer and restore it when this
314 // Temporarily changes a decoder's bound frame buffer and restore it when this
318 explicit ScopedFrameBufferBinder(GLES2DecoderImpl* decoder, GLuint id);
326 // Temporarily changes a decoder's bound frame buffer to a resolved version of
332 explicit ScopedResolvedFrameBufferBinder(GLES2DecoderImpl* decoder,
464 explicit BackFramebuffer(GLES2DecoderImpl* decoder);
1662 // The GL context this decoder renders to on behalf of the client.
1666 // The ContextGroup for this decoder uses to track resources.
1756 // The current decoder erro
1938 ScopedFrameBufferBinder(GLES2DecoderImpl* decoder, GLuint id) argument
1953 ScopedResolvedFrameBufferBinder( GLES2DecoderImpl* decoder, bool enforce_internal_framebuffer, bool internal) argument
2217 BackFramebuffer(GLES2DecoderImpl* decoder) argument
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc37 #include "src/arm64/decoder-arm64-inl.h"
55 Decoder<DispatchingDecoderVisitor>* decoder = \
58 decoder->AppendVisitor(disasm)
66 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
78 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
88 delete decoder; \
H A Dtest-assembler-arm64.cc36 #include "src/arm64/decoder-arm64-inl.h"
122 Decoder<DispatchingDecoderVisitor>* decoder = \
124 Simulator simulator(decoder); \
130 decoder.PrependVisitor(pdis); \
/external/vixl/test/
H A Dtest-disasm-a64.cc42 Decoder* decoder = new Decoder(); \
44 decoder->AppendVisitor(disasm)
52 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
64 decoder->Decode(reinterpret_cast<Instruction*>(buf)); \
74 delete decoder; \
H A Dtest-assembler-a64.cc105 Decoder decoder; \
108 simulator = new Debugger(&decoder); \
110 simulator = new Simulator(&decoder); \
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dvcdiff_test.bat33 rem the decoder will recognize the interleaved and checksum formats
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.cc472 VideoDecoder* decoder,
476 result = vcm_->RegisterExternalDecoder(decoder, pl_type, buffered_rendering);
471 RegisterExternalDecoder(const uint8_t pl_type, VideoDecoder* decoder, bool buffered_rendering, int32_t render_delay) argument
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm64.mk228 v8/src/arm64/decoder-arm64.cc \
H A Dv8_base.host.linux-arm64.mk228 v8/src/arm64/decoder-arm64.cc \
H A Dv8_base.target.darwin-arm64.mk229 v8/src/arm64/decoder-arm64.cc \
H A Dv8_base.target.linux-arm64.mk229 v8/src/arm64/decoder-arm64.cc \
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk143 CODEC_DOC_SECTIONS += decoder
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.h15 #include "src/arm64/decoder-arm64.h"
162 explicit Simulator(Decoder<DispatchingDecoderVisitor>* decoder,
H A Dsimulator-arm64.cc12 #include "src/arm64/decoder-arm64-inl.h"
342 Simulator::Simulator(Decoder<DispatchingDecoderVisitor>* decoder, argument
344 : decoder_(decoder),
348 // Setup the decoder.
391 // instruction, so we create a dedicated decoder.
/external/libvpx/libvpx/
H A Dlibs.mk141 CODEC_DOC_SECTIONS += decoder
/external/vixl/src/a64/
H A Dsimulator-a64.cc62 Simulator::Simulator(Decoder* decoder, FILE* stream) { argument
67 // Set up the decoder.
68 decoder_ = decoder;
117 // The decoder may outlive the simulator.
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc2000 int frames_received_; // Number of frames received by decoder.
2001 int frames_decoded_; // Number of frames decoded by decoder
2010 // decoder input.
2309 // Try to drain the decoder and wait until output is not too
2358 // Feed input to decoder.
2372 // Try to drain the decoder
2385 // No need to query for output buffers - decoder is drained.
2388 // Get decoder output.
2568 virtual void DestroyVideoDecoder(webrtc::VideoDecoder* decoder) OVERRIDE;
2596 webrtc::VideoDecoder* decoder) {
2595 DestroyVideoDecoder( webrtc::VideoDecoder* decoder) argument
[all...]
/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc257 (*receive_configs)[0].external_decoders[0].decoder = &fake_decoder_;
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py57 from google.protobuf.internal import decoder namespace
63 Once upon a time we actually had a class called decoder.Decoder. Then we
75 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
/external/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py57 from google.protobuf.internal import decoder namespace
63 Once upon a time we actually had a class called decoder.Decoder. Then we
75 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... lang.Object { static final java.util.Hashtable decoder static final String[] encoder static void " href="/5.1. ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2215 milliseconds

<<11121314151617181920