HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 101 - 125 of 560) sorted by null

1 2 3 45 6 7 8 91011>>

  /art/test/543-env-long-ref/
env_long_ref.cc 46 soa_.Decode<mirror::Object>(expected_value_).Ptr());
  /bionic/tools/relocation_packer/src/
packer.cc 61 codec.Decode(packed_words, relocations);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyRegion/
LegacyRegion.h 74 EFI_LEGACY_REGION_DECODE Decode;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 33 #define Decode(_SD) GlueDecode(_SD)
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyRegion.h 31 Sets hardware to decode or not decode a region.
34 @param Start The start of the region to decode.
36 @param On The decode/nondecode flag.
38 @retval EFI_SUCCESS The decode range successfully changed.
116 EFI_LEGACY_REGION_DECODE Decode; ///< Specifies a region for the chipset to decode.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
LegacyRegion2.h 32 Modify the hardware to allow (decode) or disallow (not decode) memory reads in a region.
49 @param On[in] Decode / Non-Decode flag.
101 reset the boot-lock attribute. Calls to Decode(), Lock() and Unlock() will have no effect.
230 EFI_LEGACY_REGION2_DECODE Decode;
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeDecoder.java 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException
  /external/pdfium/testing/libfuzzer/
pdf_jpx_fuzzer.cc 49 g_module.Decode(decoder.get(), bitmap->GetBuffer(), bitmap->GetPitch(),
  /external/v4l2_codec2/vda/
vp8_decoder.h 41 // this situation as normal and return from Decode() with kRanOutOfSurfaces.
44 // Submit decode for |pic|, taking as arguments |frame_hdr| with parsed
47 // Note that this runs the decode in hardware.
74 DecodeResult Decode() override WARN_UNUSED_RESULT;
84 kDecoding, // Ready to decode from any point.
86 kError, // Error in decode, can't continue.
vp9_decoder.h 47 // case and treat it as normal, returning kRanOutOfSurfaces from Decode().
50 // Submit decode for |pic| to be run in accelerator, taking as arguments
54 // If done_cb_ is not null, it will be run once decode is done in hardware.
56 // Note that returning from this method does not mean that the decode
82 // context in order to decode. If so, the Vp9FrameHeader provided by the
102 DecodeResult Decode() override WARN_UNUSED_RESULT;
110 // Decode and possibly output |pic| (if the picture is to be shown).
126 kDecoding, // Ready to decode from any point.
128 kError, // Error in decode, can't continue.
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.h 44 int Decode(const uint8_t* encoded,
51 // Same as Decode(), but interfaces to the decoders redundant decode function.
52 // The default implementation simply calls the regular Decode() method.
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
i420.h 102 // Decode encoded image (as a part of a video stream). The decoded image
103 // will be returned to the user through the decode complete callback.
108 // since the previous decode call.
114 int Decode(const EncodedImage& inputImage,
120 // Register a decode complete callback object.
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.h 75 * Decode to a raw I420 frame,
79 int32_t Decode(const VCMEncodedFrame& inputFrame, int64_t nowMs);
92 * Set decode callback. Deregistering while decoding is illegal.
video_receiver_unittest.cc 56 EXPECT_CALL(decoder_, Decode(_, _, _, _, _)).Times(0);
57 EXPECT_EQ(VCM_FRAME_NOT_READY, receiver_->Decode(100));
68 EXPECT_CALL(decoder_, Decode(_, _, _, _, _)).Times(1);
69 EXPECT_EQ(0, receiver_->Decode(100));
  /external/webrtc/webrtc/modules/video_coding/test/
vcm_payload_sink_factory.cc 68 if (vcm_->Decode() < 0) {
84 bool Decode() {
85 vcm_->Decode(10000);
188 if (!(*it)->Decode()) {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, Mode(mode))
66 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, mode)
68 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32_test.go 93 count, end, err := StdEncoding.decode(dbuf, []byte(p.encoded))
94 testEqual(t, "Decode(%q) = error %v, want %v", p.encoded, err, error(nil))
95 testEqual(t, "Decode(%q) = length %v, want %v", p.encoded, count, len(p.decoded))
97 testEqual(t, "Decode(%q) = end %v, want %v", p.encoded, end, (p.encoded[len(p.encoded)-1] == '='))
99 testEqual(t, "Decode(%q) = %q, want %q", p.encoded,
171 _, err := StdEncoding.Decode(dbuf, []byte(tc.input))
216 t.Errorf("Decode(Encode(%d-byte string)) failed at offset %d", n, i)
224 t.Errorf("Decode(%q) failed: %v", e, err)
228 t.Errorf("Decode(%q) = %q, want %q", e, s, expected)
234 // Each of these should decode to the string "sure", without errors
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
env_windows.go 27 return string(utf16.Decode(b[:n])), true
83 r = append(r, string(utf16.Decode(p[from:i])))
  /prebuilts/go/darwin-x86/test/bench/go1/
gob_test.go 34 if err := gob.NewDecoder(bytes.NewBuffer(gobbytes)).Decode(&r); err != nil {
42 panic("gob: encode+decode lost data")
69 if err := gob.NewDecoder(bytes.NewBuffer(gobbytes)).Decode(&r); err != nil {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, Mode(mode))
66 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, mode)
68 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/linux-x86/src/encoding/base32/
base32_test.go 93 count, end, err := StdEncoding.decode(dbuf, []byte(p.encoded))
94 testEqual(t, "Decode(%q) = error %v, want %v", p.encoded, err, error(nil))
95 testEqual(t, "Decode(%q) = length %v, want %v", p.encoded, count, len(p.decoded))
97 testEqual(t, "Decode(%q) = end %v, want %v", p.encoded, end, (p.encoded[len(p.encoded)-1] == '='))
99 testEqual(t, "Decode(%q) = %q, want %q", p.encoded,
171 _, err := StdEncoding.Decode(dbuf, []byte(tc.input))
216 t.Errorf("Decode(Encode(%d-byte string)) failed at offset %d", n, i)
224 t.Errorf("Decode(%q) failed: %v", e, err)
228 t.Errorf("Decode(%q) = %q, want %q", e, s, expected)
234 // Each of these should decode to the string "sure", without errors
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
env_windows.go 27 return string(utf16.Decode(b[:n])), true
83 r = append(r, string(utf16.Decode(p[from:i])))
  /prebuilts/go/linux-x86/test/bench/go1/
gob_test.go 34 if err := gob.NewDecoder(bytes.NewBuffer(gobbytes)).Decode(&r); err != nil {
42 panic("gob: encode+decode lost data")
69 if err := gob.NewDecoder(bytes.NewBuffer(gobbytes)).Decode(&r); err != nil {

Completed in 1042 milliseconds

1 2 3 45 6 7 8 91011>>