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

<<31323334353637383940>>

  /external/v8/src/
disassembler.cc 137 // First decode instruction so that we know its length.
317 int Disassembler::Decode(FILE* f, byte* begin, byte* end) {
324 void Disassembler::Decode(FILE* f, Code* code) {
343 int Disassembler::Decode(FILE* f, byte* begin, byte* end) { return 0; }
344 void Disassembler::Decode(FILE* f, Code* code) {}
  /frameworks/av/libvideoeditor/vss/common/inc/
M4DECODER_Common.h 328 * @brief Decode Access Units up to a target time
329 * @note Parse and decode the stream until it is possible to output a decoded image for which
334 * @param pTime: (IN/OUT) IN: Time to decode up to (in milli secondes)
338 * @param tolerance: (IN) We may decode an earlier frame within the tolerance.
343 * @return M4WAR_NO_MORE_AU there is no more access unit to decode (end of stream)
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 28 // Maximum number of concurrent VDA::Decode() operations RVD will maintain.
180 int32_t RTCVideoDecoder::Decode(
186 DVLOG(3) << "Decode";
245 // this isn't a mid-stream resolution change, then send the buffer for decode
246 // immediately. Otherwise, save the buffer in the queue for later decode.
399 // Invoke decode callback. WebRTC expects no callback after Reset or Release.
528 // Do not request decode if VDA is resetting.
542 // Create a BitstreamBuffer and send to VDA to decode.
550 vda_->Decode(bitstream_buffer);
600 // TODO(wuchengli): avoid memcpy. Extend webrtc::VideoDecoder::Decode()
    [all...]
  /external/chromium_org/v8/src/
lithium.h 61 Kind kind() const { return KindField::decode(value_); }
177 // The slot index is a signed value which requires us to decode it manually
237 return BasicPolicyField::decode(value_);
243 return ExtendedPolicyField::decode(value_);
255 return FixedRegisterField::decode(value_);
260 return VirtualRegisterField::decode(value_);
269 return LifetimeField::decode(value_) == USED_AT_START;
589 return LengthOrDupeField::decode(object_mapping_[index]);
594 return LengthOrDupeField::decode(object_mapping_[index]);
599 return IsArgumentsField::decode(object_mapping_[index])
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_BitDec_s.h 12 ;// OpenMAX optimized bitstream decode module
18 ;// length decode modules take as input a pointer to a table of 16-bit
50 ;// are reserved for use by the bitstream decode package until you
61 ;// M_BD_VLD - Perform variable length decode using lookup table
90 ;// Bitstream Decode initialise
92 ;// Initialises the bitstream decode global registers from
407 ;// Decode a code of the form 0000...001 where there
441 ;// Decode a code of the form 1111...110 where there
477 ;// Variable Length Decode module
484 ;// $pVLDTable - pointer to VLD decode table of 16-bit entries
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_BitDec_s.h 12 ;// OpenMAX optimized bitstream decode module
18 ;// length decode modules take as input a pointer to a table of 16-bit
50 ;// are reserved for use by the bitstream decode package until you
61 ;// M_BD_VLD - Perform variable length decode using lookup table
90 ;// Bitstream Decode initialise
92 ;// Initialises the bitstream decode global registers from
407 ;// Decode a code of the form 0000...001 where there
441 ;// Decode a code of the form 1111...110 where there
477 ;// Variable Length Decode module
484 ;// $pVLDTable - pointer to VLD decode table of 16-bit entries
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 42 # XXXX Optionally decode result
61 # XXXX Optionally decode result
81 # XXXX Optionally decode result
101 # XXXX Optionally decode result
121 # XXXX Optionally decode result
145 # XXXX Optionally decode result
164 # XXXX Optionally decode result
184 # XXXX Optionally decode result
203 # XXXX Optionally decode result
223 # XXXX Optionally decode resul
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8EncoderTest.java 72 decode(BASIC_IVF);
105 * being properly encoded is trying to decode it.
111 * whenever vp8 decoder fails to decode a frame, and
116 private void decode(String filename) throws Exception { method in class:Vp8EncoderTest
143 // decode loop
172 //decode failure.
173 fail("Failed to decode frame at index " + frameIndex);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 141 bool decode(const SharedBuffer& data, bool sizeOnly) function in class:WebCore::PNGImageReader
232 decode(true);
250 decode(false);
352 // the color profile or we'd need to decode into a gray-scale image buffer and
514 void PNGImageDecoder::decode(bool onlySize)
522 // If we couldn't decode the image but we've received all the data, decoding
524 if (!m_reader->decode(*m_data, onlySize) && isAllDataReceived())
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 123 struct drm_intel_decode *decode; local
127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID);
128 if (!decode)
133 drm_intel_decode_set_batch_pointer(decode,
142 drm_intel_decode_set_batch_pointer(decode,
148 drm_intel_decode(decode);
150 drm_intel_decode_context_free(decode);
  /external/chromium_org/third_party/opus/src/silk/
main.h 94 /* Decode mid/side predictors */
100 /* Decode mid-only flag */
364 /* Decode frame */
371 opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec */
375 /* Decode indices from bitstream */
384 /* Decode parameters from payload */
399 /* Decode quantization indices of excitation (Shell coding) */
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 553 /* decode state */
555 /* The type of opcode, used for indexing into the array of decode tables */
557 /* The instruction ID, extracted from the decode table */
562 /* state for additional bytes, consumed during operand decode. Pattern:
616 /* decodeInstruction - Decode one instruction and store the decoding results in
629 * @param mode - The mode (16-bit, 32-bit, 64-bit) to decode in.
630 * @return - Nonzero if there was an error during decode, 0 otherwise.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 123 struct drm_intel_decode *decode; local
127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID);
128 if (!decode)
133 drm_intel_decode_set_batch_pointer(decode,
142 drm_intel_decode_set_batch_pointer(decode,
148 drm_intel_decode(decode);
150 drm_intel_decode_context_free(decode);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 319 if (mode==0) { /* Encode using FLOAT, decode using FLOAT */
321 printf("Coding mode: Encode using FLOAT, decode using FLOAT \n\n");
336 } else if (mode==1) { /* Encode using FLOAT, decode using FIX */
338 printf("Coding mode: Encode using FLOAT, decode using FIX \n\n");
365 } else if (mode==2) { /* Encode using FIX, decode using FLOAT */
367 printf("Coding mode: Encode using FIX, decode using FLOAT \n\n");
396 printf("Coding mode: Encode using FIX, decode using FIX \n\n");
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CertFactoryImpl.java 104 // decode PEM, retrieve CRL
147 // decode PEM chunk and store its content (ASN.1 encoding)
205 // it is PKCS7 ContentInfo structure, so decode it
208 ? ContentInfo.ASN1.decode(encoding)
209 : ContentInfo.ASN1.decode(inStream));
249 // decode PEM, retrieve CRL
288 // decode PEM chunk and store its content (ASN.1 encoding)
344 // it is PKCS7 ContentInfo structure, so decode it
347 ? ContentInfo.ASN1.decode(encoding)
348 : ContentInfo.ASN1.decode(inStream))
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
CertificateFactory_ImplTest.java 216 Base64.decode(b64PublicKeySpec.getBytes("UTF-8")));
262 Base64.decode(pkcs7so.getBytes("UTF-8")));
286 Base64.decode(pkcs7so.getBytes("UTF-8")));
291 bais = new ByteArrayInputStream(Base64.decode(pkcs7so.getBytes("UTF-8")));
402 data[asn_x509] = Base64.decode(x509crl.getBytes("UTF-8"));
404 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8"));
501 data[asn_x509] = Base64.decode(x509cert.getBytes("UTF-8"));
503 data[asn_pkcs] = Base64.decode(pkcs7so.getBytes("UTF-8"));
734 Base64.decode(pkcs7so.getBytes("UTF-8")));
    [all...]
  /external/chromium_org/media/base/android/
media_source_player.cc 238 // seek or config change that was blocked by the prefetch or decode.
540 // It is possible that all streams have finished decode, yet starvation
541 // occurred during the last stream's EOS decode. In this case, prefetch is a
588 // Let tests hook the completion of this decode cycle.
598 DVLOG(1) << __FUNCTION__ << " : decode error";
670 if (audio_decoder_job_->Decode(
679 // Failed to start the next decode.
700 if (video_decoder_job_->Decode(
709 // Failed to start the next decode.
830 // in process, request browser demuxer seek so the new decoder will decode
    [all...]
  /external/chromium_org/third_party/opus/src/include/
opus_multistream.h 124 * is configured to decode them to either 1 or 2 channels, respectively.
459 * @param coupled_streams <tt>int</tt>: Number streams to decode as coupled
478 * @param Fs <tt>opus_int32</tt>: Sampling rate to decode at (in Hz).
489 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
522 * @param Fs <tt>opus_int32</tt>: Sampling rate to decode at (in Hz).
533 * @param coupled_streams <tt>int</tt>: Number of streams to decode as coupled
556 /** Decode a multistream Opus packet.
575 * decoder will not be in the optimal state to decode the
594 /** Decode a multistream Opus packet with floating point output.
613 * decoder will not be in the optimal state to decode th
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp 17 /* Audio Decode Test
54 /* Size of the decode buffer queue */
66 /* to display the number of decode iterations */
82 /* to signal to the test app the end of the stream to decode has been reached */
261 /* Decode an audio path by opening a file descriptor on that path */
422 /* Initialize the callback for prefetch errors, if we can't open the resource to decode */
429 /* Prefetch the data so we can get information about the format before starting to decode */
506 fprintf(stdout, "Starting to decode\n");
508 /* Decode until the end of the stream is reached */
542 fprintf(stdout, "on an AudioPlayer object to decode a URI to PCM\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py     [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 328 soa.Decode<mirror::ObjectArray<mirror::Object>* >(args_jobj)->Set(i, val);
349 mirror::Object* result_ref = soa.Decode<mirror::Object*>(result);
350 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj);
352 soa.Decode<mirror::ArtMethod*>(interface_method_jobj);
375 mirror::Object* rcvr = soa.Decode<mirror::Object*>(rcvr_jobj);
379 soa.Decode<mirror::ArtMethod*>(interface_method_jobj);

Completed in 651 milliseconds

<<31323334353637383940>>