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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
137 ;// Decode Trailing Ones
153 ;// Decode level values
233 ;// Decode runs while zeros are left and more than one coefficient
247 ;// Decode runs while no zeros are left
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 121 ;// Decode Symbol = TotalCoeff*4 + TrailingOnes
137 ;// Decode Trailing Ones
153 ;// Decode level values
233 ;// Decode runs while zeros are left and more than one coefficient
247 ;// Decode runs while no zeros are left
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 13 * H.264 decode coefficients module
94 /* Decode trailing ones */
110 /* Decode (non zero) level values */
176 /* Decode run values */
180 /* Decode TotalZeros VLC */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 43 * {@link #decode(byte[], int) decode} method.
93 ComprehensionTlv ctlv = ComprehensionTlv.decode(data, startIndex);
114 public static ComprehensionTlv decode(byte[] data, int startIndex) method in class:ComprehensionTlv
128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) +
  /libcore/luni/src/main/java/java/nio/charset/
CharsetDecoder.java 35 * <li>invoking the {@link #decode(ByteBuffer, CharBuffer, boolean) decode}
39 * <li>invoking the {@link #decode(ByteBuffer, CharBuffer, boolean) decode}
46 * The {@link #decode(ByteBuffer, CharBuffer, boolean) decode} method will
153 * This method should not be invoked while another {@code decode} operation
177 * if another exception happened during the decode operation.
179 public final CharBuffer decode(ByteBuffer in) throws CharacterCodingException { method in class:CharsetDecoder
186 CoderResult result = decode(in, out, true)
296 public final CoderResult decode(ByteBuffer in, CharBuffer out, boolean endOfInput) { method in class:CharsetDecoder
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 38 # XXXX Optionally decode result
66 # XXXX Optionally decode result
92 # XXXX Optionally decode result
118 # XXXX Optionally decode result
138 # XXXX Optionally decode result
166 # XXXX Optionally decode result
192 # XXXX Optionally decode result
213 # XXXX Optionally decode result
234 # XXXX Optionally decode result
265 # XXXX Optionally decode resul
    [all...]
  /art/runtime/native/
dalvik_system_VMStack.cc 31 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) {
97 mirror::Object* bootstrap = soa.Decode<mirror::Object*>(javaBootstrap);
98 mirror::Object* system = soa.Decode<mirror::Object*>(javaSystem);
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BooleanTest.java 53 assertEquals("Decoding false value", Boolean.FALSE, asn1.decode(in));
57 assertEquals("Decoding true value", Boolean.TRUE, asn1.decode(in));
81 ASN1Boolean.getInstance().decode(in);
  /external/chromium_org/media/filters/
decrypting_audio_decoder.h 27 // Decryptor-based AudioDecoder implementation that can decrypt and decode
35 // Decryptor implementations to decode audio into a fixed integer sample
130 // Indicates the situation where new key is added during pending decode
decrypting_video_decoder.h 23 // Decryptor-based VideoDecoder implementation that can decrypt and decode
37 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
101 // Indicates the situation where new key is added during pending decode
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.h 74 // data. If parsing fails, sets the "decode failure" flag.
79 // fails, sets the "decode failure" flag.
80 void decode(size_t frameIndex);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodec.h 65 String decode(const char* str, size_t length, bool flush = false) function in class:WTF::TextCodec
68 return decode(str, length, flush, false, ignored);
71 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = 0;
TextCodecUTF8Test.cpp 55 const String& result = codec->decode(testCase, testCaseSize, true, false, sawError);
73 const String& result = codec->decode(testCase, testCaseSize, true, false, sawError);
86 const String& result = codec->decode("\xff", 1, true, false, sawError);
TextEncoding.h 48 String decode(const char* str, size_t length) const function in class:WTF::TextEncoding
51 return decode(str, length, false, ignored);
53 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64.h 73 static inline std::string Decode(const std::string& data, DecodeFlags flags) {
78 static inline bool Decode(const std::string& data, DecodeFlags flags,
83 static inline bool Decode(const std::string& data, DecodeFlags flags,
  /external/chromium_org/third_party/opus/src/silk/
decode_pulses.c 35 /* Decode quantization indices of excitation */
51 /* Decode rate level */
112 /* Decode and add signs to pulse signal */
  /external/libvpx/libvpx/
usage_dx.dox 3 The vpx_codec_decode() function is at the core of the decode loop. It
6 frame of data. Packets \ref MUST be passed in decode order. If the
52 compression process. It is not required to properly decode the frame, and
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
encode.h 30 enum EncodeType { ENCODE = 1, DECODE = 2 };
126 // Given an encode arc Label decode back to input/output labels and costs
127 const Tuple* Decode(Label key) {
187 // A mapper to encode/decode weighted transducers. Encoding of an
197 // EncodeTable is generated the same table may by used to decode the machine
200 // Encode -> Determinize -> Decode
203 // decode, even though the encoding is not complete.
219 // Copy constructor but setting the type, typically to DECODE
248 table_->Decode(arc.ilabel);
326 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper)
    [all...]
  /external/v8/src/
scopeinfo.h 107 VariableMode mode() { return ModeField::decode(value_); }
110 return InitField::decode(value_);
113 int index() { return IndexField::decode(value_); }
  /libcore/crypto/src/main/java/org/conscrypt/
CertificateMessage.java 57 "DECODE ERROR: incorrect CertificateMessage");
80 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR", e);
88 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateMessage");
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
BitmapUtil.java 23 * Provides static functions to decode bitmaps at the optimal size
30 * decode the picture, so it is pretty efficient to run.
35 // don't actually decode the picture, just return its bounds
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Power_Suite.py 31 # XXXX Optionally decode result
51 # XXXX Optionally decode result
71 # XXXX Optionally decode result
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 119 size_t last = tInfo.m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
128 last = tInfo.m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
138 last = m_rcDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 29 * the download or decode; instead, it manages persistent storage for the tasks that do the work.
30 * It does this by implementing the interfaces that the download and decode classes define, and
31 * then passing itself as an argument to the constructor of a download or decode object. In effect,
33 * run a decode, and then start over again. This class can be pooled and reused as necessary.
196 // Returns the instance that decode the image
282 // Converts the decode state to the overall state.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 42 * This implementation purely uses CPU based methods to decode and color-convert the frames.
173 * <li>The codec can decode a video of the specified format.</li>
174 * <li>The codec can decode to one of the specified color formats.</li>
179 * @param format The format the codec must decode.
195 // Check if this codec can decode the video in question
200 // Check if it can decode to one of the required color formats

Completed in 953 milliseconds

<<11121314151617181920>>