HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 676 - 700 of 3619) sorted by null

<<21222324252627282930>>

  /external/chromium_org/media/filters/
vpx_video_decoder.h 38 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ShaderResource.cpp 53 builder.append(m_decoder->decode(m_data->data(), m_data->size()));
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.idl 38 [RaisesException] DOMString decode(optional ArrayBufferView input, optional Dictionary options);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.h 50 static void decode(ArrayBuffer* audioData, float sampleRate, AudioBufferCallback* successCallback, AudioBufferCallback* errorCallback);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.h 39 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) OVERRIDE;
TextCodecUTF16.h 40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) OVERRIDE;
TextCodecUTF8.h 42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) OVERRIDE;
TextCodecUserDefined.h 39 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) OVERRIDE;
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 26 * Video Decode Acceleration -Backend API
va_x11.h 44 * to get the decode output surface to a X drawable
  /external/chromium_org/third_party/skia/src/lazy/
SkCachingPixelRef.h 22 * attempt to re-decode.
SkDiscardablePixelRef.cpp 25 // decode the same image on each call to getPixels().
  /external/chromium_org/tools/compile_test/
compile_test.py 41 f.write(options.code.decode('string-escape'))
  /external/dropbear/libtomcrypt/src/pk/asn1/der/octet/
der_decode_octet_string.c 49 /* decode the length */
  /external/elfutils/libelf/
version_xlate.h 64 use the data in the buffer; if not, we have to decode the data before
92 /* Decode first if necessary. */
158 use the data in the buffer; if not, we have to decode the data before
186 /* Decode first if necessary. */
  /external/kernel-headers/original/linux/
videodev.h 31 #define VID_TYPE_MPEG_DECODER 1024 /* Can decode MPEG streams */
33 #define VID_TYPE_MJPEG_DECODER 4096 /* Can decode MJPEG streams */
218 /* video_info is biased towards hardware mpeg encode/decode */
222 __u32 frame_count; /* frames output since decode/encode began */
  /external/libgsm/src/
decode.c 7 /* $Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/decode.c,v 1.1 1992/10/28 00:15:50 jutta Exp $ */
  /external/skia/src/lazy/
SkCachingPixelRef.h 22 * attempt to re-decode.
SkDiscardablePixelRef.cpp 25 // decode the same image on each call to getPixels().
  /external/smack/asmack-master/patch/
22-remove-beans.Property-deps.patch 22 Object value = decode(propertyType, stringValue);
  /external/v8/test/cctest/
test-conversions.cc 241 CHECK_EQ(i, OneBit1::decode(x));
245 CHECK_EQ(i, OneBit2::decode(x));
256 CHECK_EQ(i, EightBit1::decode(x));
259 CHECK_EQ(i, EightBit2::decode(x));
  /external/webp/
README 12 WebP codec: library to encode and decode images in WebP format. This package
65 /usr/local/include/webp/decode.h
74 Note: A decode-only library, libwebpdecoder, is available using the
87 Decode:
237 a .webp file and decode it to a PNG image file (amongst other formats).
415 #include "webp/decode.h"
419 Please have a look at the file src/webp/decode.h for the details.
421 decoding to raw Y'CbCr samples. One can also decode the image directly into a
445 can be used to decode the picture further. There are two (mutually exclusive)
474 Please have a look at the src/webp/decode.h header for further details
    [all...]
  /external/webp/src/dec/
Android.mk 56 LOCAL_MODULE:= libwebp-decode
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.gypi 32 'decode.c',
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Android.mk 25 decode.c \

Completed in 538 milliseconds

<<21222324252627282930>>