Searched refs:decoder (Results 276 - 300 of 477) sorted by relevance

<<11121314151617181920

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.h55 GLES2Decoder* decoder,
60 void Destroy(GLES2Decoder* decoder, bool have_context);
H A Dquery_manager.h149 GLES2Decoder* decoder,
186 GLES2Decoder* decoder() const { function in class:gpu::gles2::QueryManager
H A Dvertex_attrib_manager.cc162 GLES2Decoder* decoder,
169 ErrorState* error_state = decoder->GetErrorState();
271 decoder->RestoreBufferBindings();
160 ValidateBindings( const char* function_name, GLES2Decoder* decoder, FeatureInfo* feature_info, Program* current_program, GLuint max_vertex_accessed, bool instanced, GLsizei primcount) argument
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DOptions.py190 decoder = codecs.getdecoder(encoding)
194 if codecs.getdecoder(name) == decoder:
/external/chromium_org/third_party/libvpx/
H A Dlibvpx.target.darwin-arm64.mk79 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
80 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
81 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
82 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
83 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
84 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
141 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
142 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
143 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
144 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
H A Dlibvpx.target.linux-arm64.mk79 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
80 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
81 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
82 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
83 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
84 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
141 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
142 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
143 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
144 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dencode_test_driver.h228 Decoder *decoder) {
229 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError();
226 HandleDecodeResult(const vpx_codec_err_t res_dec, const VideoSource& , Decoder *decoder) argument
/external/chromium_org/third_party/skia/src/images/
H A DSkJpegUtility.cpp98 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder) argument
100 , fDecoder(decoder) {
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.cc125 CodecTest::SetDecoder(VideoDecoder*decoder)
127 _decoder = decoder;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_decoder.cc63 LOG(LS_WARNING) << "Too many frames backed up in the decoder, dropping "
121 VCMGenericDecoder::VCMGenericDecoder(VideoDecoder& decoder, bool isExternal) argument
126 _decoder(decoder),
/external/flac/libFLAC/
H A Dogg_decoder_aspect.c105 FLAC__OggDecoderAspectReadStatus FLAC__ogg_decoder_aspect_read_callback_wrapper(FLAC__OggDecoderAspect *aspect, FLAC__byte buffer[], size_t *bytes, FLAC__OggDecoderAspectReadCallbackProxy read_callback, const FLAC__StreamDecoder *decoder, void *client_data) argument
113 * decoder will eventually call the read callback to supply some data,
222 switch(read_callback(decoder, (FLAC__byte*)oggbuf, &ogg_bytes_read, client_data)) {
/external/skia/src/images/
H A DSkJpegUtility.cpp98 skjpeg_source_mgr::skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder) argument
100 , fDecoder(decoder) {
/external/jpeg/
H A DAndroid.mk18 # use ashmem as libjpeg decoder's backing store
26 # use sdcard as libjpeg decoder's backing store
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs326 Compression.LZMA.Decoder decoder = new Compression.LZMA.Decoder();
327 decoder.SetDecoderProperties(properties);
330 if (!decoder.Train(trainStream))
342 decoder.Code(inStream, outStream, compressedSize, outSize, null);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.h44 EAS_I32 decoder; member in struct:s_pcm_open_params_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.h44 EAS_I32 decoder; member in struct:s_pcm_open_params_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.h44 EAS_I32 decoder; member in struct:s_pcm_open_params_tag
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_image_screen.cc125 void UserImageScreen::OnImageDecoded(const ImageDecoder* decoder, argument
127 DCHECK_EQ(image_decoder_.get(), decoder);
133 void UserImageScreen::OnDecodeImageFailed(const ImageDecoder* decoder) { argument
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc114 scoped_ptr<RTCVideoDecoder> decoder; local
126 return decoder.Pass();
130 decoder.reset(new RTCVideoDecoder(type, factories));
131 decoder->factories_->GetTaskRunner()->PostTask(
134 base::Unretained(decoder.get()),
139 if (decoder->vda_ != NULL) {
140 decoder->state_ = INITIALIZED;
142 factories->GetTaskRunner()->DeleteSoon(FROM_HERE, decoder.release());
144 return decoder.Pass();
185 LOG(ERROR) << "The decoder ha
646 ReleaseMailbox( base::WeakPtr<RTCVideoDecoder> decoder, const scoped_refptr<media::GpuVideoAcceleratorFactories>& factories, int64 picture_buffer_id, uint32 texture_id, uint32 release_sync_point) argument
[all...]
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc112 scoped_refptr<PPB_VideoDecoder_Impl> decoder(
114 if (decoder->Init(graphics_context, profile))
115 return decoder->GetReference();
/external/chromium_org/media/filters/
H A Daudio_decoder_selector_unittest.cc73 void MockOnDecoderSelected(scoped_ptr<AudioDecoder> decoder, argument
75 OnDecoderSelected(decoder.get(), stream.get());
76 selected_decoder_ = decoder.Pass();
181 // The stream is not encrypted but we have no clear decoder. No decoder can be
192 // The stream is not encrypted and we have one clear decoder. The decoder
216 // decoder that can decode the input stream will be selected.
242 // There is a decryptor but the stream is not encrypted. The decoder will be
264 // The stream is encrypted and there's no decryptor. No decoder ca
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.h116 TextResourceDecoder* decoder() const { return m_decoder.get(); } function in class:blink::NetworkResourcesData::ResourceData
117 void setDecoder(PassOwnPtr<TextResourceDecoder> decoder) { m_decoder = decoder; } argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc214 AudioDecoder* decoder = local
216 if (decoder) {
222 decoder->PacketDuration(packet->payload, packet->payload_length);
/external/chromium_org/tools/relocation_packer/src/
H A Dsleb128_unittest.cc146 Sleb128Decoder decoder(encoding);
148 EXPECT_EQ(624485, decoder.Dequeue());
151 decoder.DequeueAll(&dequeued);
/external/lzma/Java/SevenZip/
H A DLzmaAlone.java231 SevenZip.Compression.LZMA.Decoder decoder = new SevenZip.Compression.LZMA.Decoder();
232 if (!decoder.SetDecoderProperties(properties))
242 if (!decoder.Code(inStream, outStream, outSize))

Completed in 708 milliseconds

<<11121314151617181920