Searched refs:decoder (Results 401 - 425 of 477) sorted by relevance

<<11121314151617181920

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp758 config->decoder = takeDecoder();
1064 // If we've got no decoder, we never received any data.
1074 void HTMLDocumentParser::setDecoder(PassOwnPtr<TextResourceDecoder> decoder) argument
1076 ASSERT(decoder);
1077 DecodedDataDocumentParser::setDecoder(decoder);
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DInspectorFileSystemAgent.cpp493 OwnPtr<TextResourceDecoder> decoder = TextResourceDecoder::create(m_mimeType, m_charset, true); local
494 String result = decoder->decode(static_cast<char*>(buffer->data()), buffer->byteLength());
495 result = result + decoder->flush();
496 m_charset = decoder->encoding().name();
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvideo_engine_jni.cc235 int RegisterExternalReceiveCodec(jint channel, jint pl_type, jobject decoder, argument
238 "External decoder already created for channel, inconsistent state");
240 new webrtc::MediaCodecVideoDecoder(g_vm, decoder);
248 "ViE channel missing external decoder, inconsistent state");
250 "Failed to register external receive decoder");
479 jobject decoder,
482 return vie_data->RegisterExternalReceiveCodec(channel, pl_type, decoder,
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex164 This allows the decoder to always be able to perform PCM position
172 decoder implementation to return incorrect positioning information
H A D09-helper.tex52 representation used by the decoder for floating point numbers. For
/external/lzma/C/
H A DXz.h215 CMixCoder decoder; member in struct:__anon26749
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp650 ExtractPNG decoder(&zlibinfo);
651 decoder.decode(&in[0], in.size());
653 if(decoder.error) std::cout << "extract error: " << decoder.error << std::endl;
/external/chromium_org/third_party/libvpx/
H A Dlibvpx.target.darwin-arm.mk679 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
680 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
681 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
682 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
683 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
684 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
736 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
737 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
738 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
739 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
H A Dlibvpx.target.linux-arm.mk679 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
680 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
681 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
682 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
683 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
684 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
736 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
737 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
738 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
739 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
H A Dlibvpx.target.darwin-x86_64.mk679 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
680 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
681 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
682 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
683 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
684 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
735 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
736 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
737 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
738 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
H A Dlibvpx.target.linux-x86_64.mk679 third_party/libvpx/source/libvpx/vp8/decoder/dboolhuff.c \
680 third_party/libvpx/source/libvpx/vp8/decoder/decodeframe.c \
681 third_party/libvpx/source/libvpx/vp8/decoder/decodemv.c \
682 third_party/libvpx/source/libvpx/vp8/decoder/detokenize.c \
683 third_party/libvpx/source/libvpx/vp8/decoder/onyxd_if.c \
684 third_party/libvpx/source/libvpx/vp8/decoder/threading.c \
735 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodeframe.c \
736 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decodemv.c \
737 third_party/libvpx/source/libvpx/vp9/decoder/vp9_decoder.c \
738 third_party/libvpx/source/libvpx/vp9/decoder/vp9_detokeniz
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc1607 // removing and registering a decoder we can achieve the effect of resetting.
1608 // Reset the decoder state.
1673 AudioDecoder* decoder = NULL; local
1674 // Get |decoder| associated with |codec|. |decoder| can be NULL if |codec|
1675 // does not own its decoder.
1676 if (GetAudioDecoder(codec, codec_id, mirror_id, &decoder) < 0) {
1682 return receiver_.AddCodec(codec_id, payload_type, codec.channels, decoder);
1711 // codec shares same instance for encoder and decoder, this call is
1979 AudioDecoder** decoder) {
1977 GetAudioDecoder(const CodecInst& codec, int codec_id, int mirror_id, AudioDecoder** decoder) argument
[all...]
H A Daudio_coding_module_impl.h141 // Reset the decoder state.
311 // over decoder functionality if required. If |codec| does not share an
312 // instance between encoder and decoder, the |*decoder| is set NULL.
314 // codec owns the decoder-instance. For such codecs |*decoder| should be a
317 int mirror_id, AudioDecoder** decoder)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorPageAgent.cpp234 OwnPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("application/xml"); local
235 decoder->useLenientXMLDecoding();
236 return decoder.release();
288 OwnPtr<TextResourceDecoder> decoder = createXHRTextDecoder(cachedResource->response().mimeType(), cachedResource->response().textEncodingName());
289 String content = decoder->decode(buffer->data(), buffer->size());
290 *result = content + decoder->flush();
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec_unittests.js255 var str2 = reader.decoder.decodeStringPointer();
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dconfigure27 ${toggle_decode_perf_tests} build decoder perf tests with unit tests
30 --size-limit=WxH max size to allow in the decoder
48 ${toggle_error_concealment} enable this option to get a decoder which is able to conceal losses
50 enable decoder to check if intermediate
67 --disable-<codec>-decoder
H A Dexamples.mk73 vpxdec.DESCRIPTION = Full featured decoder
125 simple_decoder.DESCRIPTION = Simplified decoder loop
/external/libvpx/libvpx/
H A Dexamples.mk42 vpxdec.DESCRIPTION = Full featured decoder
97 simple_decoder.DESCRIPTION = Simplified decoder loop
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h390 struct pipe_video_decoder *decoder; member in struct:__anon14208
/external/llvm/
H A Dllvm-tblgen-rules.mk202 $(call transform-td-to-out,arm-decoder)
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dvdpau_private.h390 struct pipe_video_decoder *decoder; member in struct:__anon27619
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp951 CFX_UTF8Decoder decoder; local
953 decoder.Input((FX_BYTE)m_pData->m_String[i]);
955 return decoder.GetResult();
H A Dfx_basic_wstring.cpp399 CFX_UTF8Decoder decoder; local
401 decoder.Input(str[i]);
403 return decoder.GetResult();
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.c56 /* SMAF ADPCM decoder */
67 /* IMA ADPCM decoder */
333 /* make sure we support this decoder */
334 if (pParams->decoder >= NUM_DECODER_MODULES)
339 if (decoders[pParams->decoder] == NULL)
360 pState->pDecoder = decoders[pParams->decoder];
951 /* initialize the decoder */
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.c56 /* SMAF ADPCM decoder */
67 /* IMA ADPCM decoder */
333 /* make sure we support this decoder */
334 if (pParams->decoder >= NUM_DECODER_MODULES)
339 if (decoders[pParams->decoder] == NULL)
360 pState->pDecoder = decoders[pParams->decoder];
951 /* initialize the decoder */

Completed in 820 milliseconds

<<11121314151617181920