| /external/chromium_org/third_party/brotli/src/woff2/ |
| transform.cc | 84 bool Encode(int glyph_id, const Glyph& glyph) { 243 encoder.Encode(i, glyph);
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| dbformat.h | 154 Slice Encode() const { 173 return Compare(a.Encode(), b.Encode());
|
| /external/chromium_org/third_party/libwebp/enc/ |
| picture.c | 231 static size_t Encode(const uint8_t* rgba, int width, int height, int stride, 266 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \ 279 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
| normal_async_test.cc | 337 complete = Encode(); 381 printf("Average encode time: %.1f ms\n", 1000 * avgEncTime); 383 printf("Average encode pipeline time: %.1f ms\n", 391 (*_log) << "Average encode time: " << avgEncTime << " s" << std::endl; 399 NormalAsyncTest::Encode() 458 int ret = _encoder->Encode(_inputVideoBuffer,
|
| /external/chromium_org/ui/gfx/codec/ |
| jpeg_codec.cc | 179 // scope. It simplifies the error handling in Encode (and even applies to the 204 bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, 286 // libjpeg-turbo and needs conversion. Therefore, we just encode lines without 476 // See note in JPEGCodec::Encode() for why we need to destroy the cinfo 509 // Same as JPEGCodec::Encode(), libjpeg-turbo supports all input formats 557 // without conversions same as JPEGCodec::Encode().
|
| png_codec.cc | 388 DLOG(ERROR) << "libpng encode error: " << error_msg; 393 DLOG(ERROR) << "libpng encode warning: " << warning_msg; 764 bool PNGCodec::Encode(const unsigned char* input,
|
| /external/chromium_org/v8/test/cctest/ |
| test-serialize.cc | 92 static uint32_t Encode(const ExternalReferenceEncoder& encoder, T id) { 93 return encoder.Encode(AddressOf(id)); 109 Encode(encoder, Builtins::kArrayCode)); 111 Encode(encoder, Runtime::kAbort)); 115 encoder.Encode(total_compile_size.address())); 119 encoder.Encode(stack_limit_address.address())); 123 encoder.Encode(real_stack_limit_address.address())); 125 encoder.Encode(ExternalReference::debug_break(isolate).address())); 127 encoder.Encode( 130 encoder.Encode( [all...] |
| /external/lzma/C/Util/Lzma/ |
| LzmaUtil.c | 29 " e: encode file\n"
134 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs)
222 res = Encode(&outStream.s, &inStream.s, fileSize, rs);
|
| /external/lzma/CPP/7zip/Archive/7z/ |
| 7zEncode.cpp | 135 HRESULT CEncoder::Encode(
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| encode.h | 0 // encode.h 17 // Class to encode and decoder an fst. 30 enum EncodeType { ENCODE = 1, DECODE = 2 }; 32 // Identifies stream data as an encode table (and its endianity) 39 // stores both the Tuple of encode labels and weights to a unique 69 // Hash function for EncodeTabe Tuples. Based on the encode flags 108 // Given an arc encode either input/ouptut labels or input/costs or both 109 Label Encode(const A &arc) { 123 // Given an encode arc Label decode back to input/output labels and costs 153 LOG(ERROR) << "EncodeTable::Read: Bad encode table header: " << source [all...] |
| /external/webp/src/enc/ |
| picture.c | 231 static size_t Encode(const uint8_t* rgba, int width, int height, int stride, 266 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \ 279 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
|
| /external/chromium_org/components/bookmarks/browser/ |
| bookmark_codec.cc | 54 base::Value* BookmarkCodec::Encode(BookmarkModel* model) { 55 return Encode(model->bookmark_bar_node(), 62 base::Value* BookmarkCodec::Encode(
|
| /external/chromium_org/content/common/gpu/media/ |
| v4l2_video_encode_accelerator.cc | 188 void V4L2VideoEncodeAccelerator::Encode( 191 DVLOG(3) << "Encode(): force_keyframe=" << force_keyframe; [all...] |
| /external/chromium_org/content/renderer/media/ |
| rtc_video_encoder.cc | 122 // webrtc::VideoEncoder expects InitEncode() and Encode() to be synchronous. 136 // Whether to encode a keyframe next. 147 // Input buffers ready to be filled with input from Encode(). As a LIFO since 221 // unblock Encode(). If there are no free input buffers but there is a free 223 // Encode(). 225 // The caller of Encode() holds a webrtc lock. The deadlock happens when: 226 // (1) Encode() is waiting for the frame to be encoded in EncodeOneFrame(). 231 // for the same webrtc lock held by the caller of Encode(). 234 // buffers. Returning an error in Encode() is not fatal and WebRTC will just 236 // Besides, webrtc will drop a frame if Encode() blocks too long [all...] |
| /external/chromium_org/courgette/ |
| assembly_program.cc | 389 EncodedProgram* AssemblyProgram::Encode() const { 572 Status Encode(AssemblyProgram* program, EncodedProgram** output) { 574 EncodedProgram *encoded = program->Encode();
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
| audio_coding_module_unittest.cc | 171 virtual void Encode() { 352 Encode(); 445 Encode(); 490 void Encode() { ASSERT_GE(acm_->Process(), 0); }
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
| vp8_impl.cc | 175 // pointer will be set in encode. Setting align to 1, as it is meaningless 318 int VP8EncoderImpl::Encode(const I420VideoFrame& input_image, 321 TRACE_EVENT1("webrtc", "VP8::Encode", "timestamp", input_image.timestamp()); 365 // Handle RPSI and SLI messages and set up the appropriate encode flags.
|
| /external/chromium_org/tools/grit/grit/ |
| util.py | 33 def Encode(message, encoding): 39 return message.encode('utf8') 41 return message.encode('utf16')[2:] 332 body = body.encode('utf-8')
|
| /external/chromium_org/tools/imagediff/ |
| image_diff_png.cc | 601 bool Encode(const unsigned char* input, ColorFormat format, 620 // Encode an RGBA pixel array into a PNG. 626 return Encode(input, FORMAT_RGBA, 631 // Encode an BGRA pixel array into a PNG. 638 return Encode(input, FORMAT_BGRA,
|
| /external/chromium_org/sdch/open-vcdiff/src/ |
| vcdiffengine_test.cc | 322 engine_.Encode("", 0, target_matching, &diff_output_string_, &coder); 331 engine_.Encode(text, 338 void Encode(bool interleaved, bool target_matching) { 416 Encode(/* interleaved = */ false, /* target matching = */ false); 447 Encode(/* interleaved = */ true, /* target matching = */ false); 482 Encode(/* interleaved = */ false, /* target matching = */ true); 513 Encode(/* interleaved = */ true, /* target matching = */ true); 619 engine_.Encode(text, 626 void Encode(bool interleaved, bool target_matching) { 876 Encode(/* interleaved = */ true, /* target matching = */ false) [all...] |
| /external/pdfium/core/src/fxcodec/codec/ |
| fx_codec_fax.cpp | 899 void Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size);
932 void CCodec_FaxEncoder::Encode(FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
953 FX_BOOL CCodec_FaxModule::Encode(FX_LPCBYTE src_buf, int width, int height, int pitch, FX_LPBYTE& dest_buf, FX_DWORD& dest_size)
956 encoder.Encode(dest_buf, dest_size);
|
| fx_codec_jpeg.cpp | 570 FX_BOOL CCodec_JpegModule::Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length)
573 return m_pExtProvider->Encode(pSource, dest_buf, dest_size, quality, icc_buf, icc_length);
|
| /external/llvm/lib/MC/ |
| MCDwarf.cpp | 128 // Loop through each MCLineEntry and encode the dwarf line number table. 170 // At this point we want to emit/create the sequence to encode the delta in 425 MCDwarfLineAddr::Encode(Context, LineDelta, AddrDelta, OS); 429 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas. 430 void MCDwarfLineAddr::Encode(MCContext &Context, int64_t LineDelta, 457 // If the line increment is out of range of a special opcode, we must encode [all...] |
| /external/lzma/CS/7zip/Compress/LZMA/ |
| LzmaEncoder.cs | 78 public void Encode(RangeCoder.Encoder rangeEncoder, byte symbol)
84 m_Encoders[context].Encode(rangeEncoder, bit);
103 m_Encoders[state].Encode(rangeEncoder, bit);
196 public void Encode(RangeCoder.Encoder rangeEncoder, UInt32 symbol, UInt32 posState)
200 _choice.Encode(rangeEncoder, 0);
201 _lowCoder[posState].Encode(rangeEncoder, symbol);
206 _choice.Encode(rangeEncoder, 1);
209 _choice2.Encode(rangeEncoder, 0);
210 _midCoder[posState].Encode(rangeEncoder, symbol);
214 _choice2.Encode(rangeEncoder, 1); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| certenc.h | 135 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0; 153 HRESULT (WINAPI *Encode)(ICertEncodeStringArray *This,BSTR *pstrBinary); 173 #define ICertEncodeStringArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary) 203 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0; 220 HRESULT (WINAPI *Encode)(ICertEncodeLongArray *This,BSTR *pstrBinary); 239 #define ICertEncodeLongArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary) 267 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0; 284 HRESULT (WINAPI *Encode)(ICertEncodeDateArray *This,BSTR *pstrBinary); 303 #define ICertEncodeDateArray_Encode(This,pstrBinary) (This)->lpVtbl->Encode(This,pstrBinary) 334 virtual HRESULT WINAPI Encode(BSTR *pstrBinary) = 0 [all...] |