HomeSort by relevance Sort by last modified time
    Searched refs:decoding (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/curl/docs/cmdline-opts/
raw.d 2 Help: Do HTTP "raw"; no transfer decoding
6 When used, it disables all internal HTTP decoding of content or transfer
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
doc.go 5 // Package ppc64asm implements decoding of 64-bit PowerPC machine code.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
doc.go 5 // Package ppc64asm implements decoding of 64-bit PowerPC machine code.
  /compatibility/cdd/2_device-types/
2_3_television-reqs.md 102 Television device implementations MUST support the following video decoding formats:
104 * [[5.3.3](#5_3_video-decoding)/T-0-1] MPEG-4 SP
105 * [[5.3.4](#5_3_video-decoding)/T-0-2] H.264 AVC
106 * [[5.3.5](#5_3_video-decoding)/T-0-3] H.265 HEVC
107 * [[5.3.6](#5_3_video-decoding)/T-0-4] VP8
108 * [[5.3.7](#5_3_video-decoding)/T-0-5] VP9
111 following video decoding formats:
113 * [[5.3.1](#5_3_video-decoding)/T-SR] MPEG-2
115 Television device implementations MUST support H.264 decoding, as detailed in Section 5.3.4,
118 * [[5.3.4](#5_3_video-decoding).4/T-1-1] HD 1080p at 60 frames per second with Basline Profil
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-fix-all.s 11 @ replication code, but decoding may vary
19 @ replication code, but decoding may vary
  /external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
seq2seq_ops_test.py 35 decoding = [
42 predictions, loss = ops.sequence_classifier(decoding, labels,
47 decoding[0].name: [[0.1, 0.9], [0.7, 0.3]],
48 decoding[1].name: [[0.9, 0.1], [0.8, 0.2]],
49 decoding[2].name: [[0.5, 0.5], [0.4, 0.6]],
seq2seq_ops.py 31 def sequence_classifier(decoding, labels, sampling_decoding=None, name=None):
35 decoding: List of Tensors with predictions.
39 If not provided, decoding is used.
45 with ops.name_scope(name, "sequence_classifier", [decoding, labels]):
47 for i, pred in enumerate(decoding):
  /external/strace/
strace.spec 150 + fixed decoding of syscalls unknown to the kernel on s390/s390x (#1298294).
167 + enhanced ioctl decoding (#902788).
197 + fixed decoding of *xattr syscalls (#885233);
243 - fix biarch stat64 decoding (#222275)
245 - improve prctl decoding (#364401)
249 - fix biarch decoding of error return values (#447587)
253 - fix futex argument decoding (#448628, #448629)
282 - Fix ia64 syscall decoding (#206768)
287 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
299 - Fix biarch decoding of socket syscalls (#174354)
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
dec_helpers.go 68 errorf("decoding bool array or slice: length exceeds input size (%d elements)", length)
91 errorf("decoding complex64 array or slice: length exceeds input size (%d elements)", length)
116 errorf("decoding complex128 array or slice: length exceeds input size (%d elements)", length)
141 errorf("decoding float32 array or slice: length exceeds input size (%d elements)", length)
164 errorf("decoding float64 array or slice: length exceeds input size (%d elements)", length)
187 errorf("decoding int array or slice: length exceeds input size (%d elements)", length)
215 errorf("decoding int16 array or slice: length exceeds input size (%d elements)", length)
242 errorf("decoding int32 array or slice: length exceeds input size (%d elements)", length)
269 errorf("decoding int64 array or slice: length exceeds input size (%d elements)", length)
292 errorf("decoding int8 array or slice: length exceeds input size (%d elements)", length
    [all...]
error.go 9 // Errors in decoding and encoding are handled using panic and recover.
13 // decoding functions and methods that do not return an error either use
  /prebuilts/go/linux-x86/src/encoding/gob/
dec_helpers.go 68 errorf("decoding bool array or slice: length exceeds input size (%d elements)", length)
91 errorf("decoding complex64 array or slice: length exceeds input size (%d elements)", length)
116 errorf("decoding complex128 array or slice: length exceeds input size (%d elements)", length)
141 errorf("decoding float32 array or slice: length exceeds input size (%d elements)", length)
164 errorf("decoding float64 array or slice: length exceeds input size (%d elements)", length)
187 errorf("decoding int array or slice: length exceeds input size (%d elements)", length)
215 errorf("decoding int16 array or slice: length exceeds input size (%d elements)", length)
242 errorf("decoding int32 array or slice: length exceeds input size (%d elements)", length)
269 errorf("decoding int64 array or slice: length exceeds input size (%d elements)", length)
292 errorf("decoding int8 array or slice: length exceeds input size (%d elements)", length
    [all...]
error.go 9 // Errors in decoding and encoding are handled using panic and recover.
13 // decoding functions and methods that do not return an error either use
  /external/libogg/doc/libogg/
Makefile.am 5 doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 71 The decoding results in a frame_xxxx.txt file for every successfully decoded
81 (bool): True if the decoding succeeded.
85 print 'Decoding barcodes from PNG files with %s...' % zxing_path
97 command_line_decoder(string): The ZXing command-line decoding tool.
105 command, fail_msg='Error during decoding of %s' % file_name)
251 'in when decoding from YUV before they\'re barcode '
281 print 'An error occurred decoding barcodes from PNG frames.'
287 print 'Completed barcode decoding.'
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mask_1.d 2 #name: vsel, vmaxnm, vminnm, vrint decoding mask.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
tls-js1.d 31 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-local-63.d 15 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
tls-local-64.d 17 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
weakref3.d 25 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
weakref4.d 22 The decoding of unwind sections for machine type Axis Communications 32-bit embedded processor is not currently supported.
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16.go 5 // Package utf16 implements encoding and decoding of UTF-16 sequences.
34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go 5 // Package utf16 implements encoding and decoding of UTF-16 sequences.
34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 308 const SRGBDecode decoding);
311 void setDecode (const SRGBDecode decoding);
336 const SRGBDecode decoding)
351 this->setDecode(decoding);
359 void SRGBTestSampler::setDecode (const SRGBDecode decoding)
361 if (decoding == SRGBDECODE_SKIP_DECODE)
366 else if (decoding == SRGBDECODE_DECODE)
376 m_decoding = decoding;
412 const SRGBDecode decoding);
416 void setDecode (const SRGBDecode decoding);
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QCameraMjpegDecode.cpp 105 uint8_t decoding; member in struct:__anon2696
314 ALOGI("%s: *** Starting back-to-back decoding of %d frame(s)***\n",
317 // Loop to perform n back-to-back decoding (to the same output file)
343 // main image decoding:
433 // Start decoding
434 p_thread_arg->decoding = true;
450 while (p_thread_arg->decoding)
466 if (p_thread_arg->decoding)
469 // Wait until decoding is done or stopped due to error
471 while (p_thread_arg->decoding)
    [all...]
  /hardware/qcom/camera/msm8998/usbcamcore/src/
QCameraMjpegDecode.cpp 105 uint8_t decoding; member in struct:__anon49538
314 ALOGI("%s: *** Starting back-to-back decoding of %d frame(s)***\n",
317 // Loop to perform n back-to-back decoding (to the same output file)
343 // main image decoding:
433 // Start decoding
434 p_thread_arg->decoding = true;
450 while (p_thread_arg->decoding)
466 if (p_thread_arg->decoding)
469 // Wait until decoding is done or stopped due to error
471 while (p_thread_arg->decoding)
    [all...]

Completed in 693 milliseconds

1 2 3 4 5 6 7 8 9