HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 26 - 50 of 355) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/include/encode/
SkWebpEncoder.h 40 * Encode the |src| pixels to the |dst| stream.
45 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options);
  /external/skqp/include/encode/
SkWebpEncoder.h 40 * Encode the |src| pixels to the |dst| stream.
45 SK_API bool Encode(SkWStream* dst, const SkPixmap& src, const Options& options);
  /external/vixl/src/aarch32/
assembler-aarch32.cc 92 return op.Encode(instr, GetCursorOffset(), location);
    [all...]
  /external/v8/src/interpreter/
bytecode-flags.cc 18 uint8_t CreateArrayLiteralFlags::Encode(bool use_fast_shallow_clone,
20 uint8_t result = FlagsBits::encode(runtime_flags);
21 result |= FastCloneSupportedBit::encode(use_fast_shallow_clone);
26 uint8_t CreateObjectLiteralFlags::Encode(int runtime_flags,
28 uint8_t result = FlagsBits::encode(runtime_flags);
29 result |= FastCloneSupportedBit::encode(fast_clone_supported);
34 uint8_t CreateClosureFlags::Encode(bool pretenure, bool is_function_scope) {
35 uint8_t result = PretenuredBit::encode(pretenure);
38 result |= FastNewClosureBit::encode(true);
69 uint8_t TestTypeOfFlags::Encode(LiteralFlag literal_flag)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/red/
audio_encoder_copy_red_unittest.cc 61 void Encode() {
63 encoded_info_ = red_->Encode(
87 AudioEncoder::EncodedInfo Encode(uint32_t timestamp,
137 // Checks that the an Encode() call is immediately propagated to the speech
142 // Encode call.
149 Encode();
157 // Start with one Encode() call that will produce output.
163 Encode();
173 Encode();
180 Encode();
    [all...]
  /external/pdfium/fxbarcode/oned/
BC_OnedCode39Writer_unittest.cpp 22 // Code 39 barcodes encode strings of any size into modules in a
42 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
56 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
69 TEST(OnedCode39WriterTest, Encode) {
76 encoded = writer.Encode("", BCFORMAT_CODE_39, width, height);
87 encoded = writer.Encode("123", BCFORMAT_CODE_39, width, height);
101 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
118 encoded = writer.Encode("A -$%./+Z", BCFORMAT_CODE_39, width, height);
148 encoded = writer.Encode("123", BCFORMAT_CODE_39, width, height);
164 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height)
    [all...]
BC_OnedCodaBarWriter_unittest.cpp 19 TEST(OnedCodaBarWriterTest, Encode) {
24 uint8_t* encoded = writer.Encode("", BCFORMAT_CODABAR, width, height);
35 encoded = writer.Encode("123", BCFORMAT_CODABAR, width, height);
49 encoded = writer.Encode("-$./:+", BCFORMAT_CODABAR, width, height);
68 encoded = writer.Encode("456.987987987/001", BCFORMAT_CODABAR, width, height);
133 uint8_t* encoded = writer.Encode("987", BCFORMAT_CODABAR, width, height);
  /external/skia/src/images/
SkImageEncoder.cpp 14 bool SkJpegEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
21 bool SkPngEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
28 bool SkWebpEncoder::Encode(SkWStream*, const SkPixmap&, const Options&) { return false; }
43 return SkJpegEncoder::Encode(dst, src, opts);
47 return SkPngEncoder::Encode(dst, src, opts);
61 // be specified by using SkWebpEncoder::Encode) so we have to
70 return SkWebpEncoder::Encode(dst, src, opts);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 386 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
390 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
395 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
401 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
407 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
412 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
416 // We should always encode the base layer.
421 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
425 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types));
434 EXPECT_EQ(0, encoder_->Encode(input_frame_, NULL, &frame_types))
    [all...]
  /external/pdfium/fxbarcode/
cbc_datamatrix.cpp 34 bool CBC_DataMatrix::Encode(const WideStringView& contents) {
39 pWriter->Encode(WideString(contents), outWidth, outHeight));
cbc_pdf417i.cpp 43 bool CBC_PDF417I::Encode(const WideStringView& contents) {
48 pWriter->Encode(WideString(contents), outWidth, outHeight));
cbc_qrcode.cpp 40 bool CBC_QRCode::Encode(const WideStringView& contents) {
45 pWriter->Encode(WideString(contents), pWriter->GetErrorCorrectionLevel(),
cbc_codabar.h 23 bool Encode(const WideStringView& contents) override;
  /art/libartbase/base/
bit_field_test.cc 32 ASSERT_EQ(32U, TestBitFields::Encode(16));
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeEncoder.java 20 public void Encode(Encoder rangeEncoder, int symbol) throws IOException
27 rangeEncoder.Encode(Models, m, bit);
38 rangeEncoder.Encode(Models, m, bit);
94 rangeEncoder.Encode(Models, startIndex + m, bit);
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomon.h 24 bool Encode(std::vector<int32_t>* toEncode, size_t ecBytes);
  /external/pdfium/fxbarcode/datamatrix/
BC_X12Encoder.h 19 void Encode(CBC_EncoderContext& context, int32_t& e) override;
  /external/pdfium/testing/libfuzzer/
pdf_cfx_barcode_fuzzer.cc 33 if (!barcode.Encode(content))
  /external/skia/include/utils/
SkBase64.h 25 Base64 encodes src into dst. encode is a pointer to at least 65 chars.
26 encode[64] will be used as the pad character. Encodings other than the
29 static size_t Encode(const void* src, size_t length, void* dest, const char* encode = nullptr);
  /external/skia/src/utils/
SkBase64.h 25 Base64 encodes src into dst. encode is a pointer to at least 65 chars.
26 encode[64] will be used as the pad character. Encodings other than the
29 static size_t Encode(const void* src, size_t length, void* dest, const char* encode = nullptr);
  /external/skqp/include/utils/
SkBase64.h 25 Base64 encodes src into dst. encode is a pointer to at least 65 chars.
26 encode[64] will be used as the pad character. Encodings other than the
29 static size_t Encode(const void* src, size_t length, void* dest, const char* encode = nullptr);
  /external/skqp/src/utils/
SkBase64.h 25 Base64 encodes src into dst. encode is a pointer to at least 65 chars.
26 encode[64] will be used as the pad character. Encodings other than the
29 static size_t Encode(const void* src, size_t length, void* dest, const char* encode = nullptr);
  /external/v8/src/
uri.h 30 return Encode(isolate, uri, true);
36 return Encode(isolate, component, false);
48 static MaybeHandle<String> Encode(Isolate* isolate, Handle<String> uri,
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng_unittest.cc 76 void Encode() {
78 encoded_info_ = cng_->Encode(
113 Encode();
118 Encode();
141 Encode();
158 // With this call to Encode(), |mock_vad_| should be called according to the
160 Encode();
182 Encode();
227 Encode();
265 Encode();
    [all...]
  /external/dng_sdk/source/
dng_jpeg_image.h 79 void Encode (dng_host &host,

Completed in 1548 milliseconds

12 3 4 5 6 7 8 91011>>