HomeSort by relevance Sort by last modified time
    Searched defs:Encode (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 497 void Encode(VariantTensorData* data) const {
  /external/v8/src/
uri.cc 253 unibrow::Utf8::Encode(s, c, unibrow::Utf16::kNoPreviousCharacter, false);
262 unibrow::Utf8::Encode(s, unibrow::Utf16::CombineSurrogatePair(cc1, cc2),
271 MaybeHandle<String> Uri::Encode(Isolate* isolate, Handle<String> uri,
  /external/webp/src/enc/
picture_enc.c 232 static size_t Encode(const uint8_t* rgba, int width, int height, int stride,
269 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
284 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideoengine.h 158 virtual int32_t Encode(const webrtc::VideoFrame& inputImage,
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 93 // Struct that we pass to the encoder per frame to encode. We receive it again
155 // This is the callback function that VideoToolbox calls when encode is
169 LOG(LS_INFO) << "H264 encode dropped frame.";
235 int H264VideoToolboxEncoder::Encode(
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 231 int SimulcastEncoderAdapter::Encode(
264 // Don't encode frames in resolutions that we don't intend to send.
285 streaminfos_[stream_idx].encoder->Encode(input_image, codec_specific_info,
303 streaminfos_[stream_idx].encoder->Encode(dst_frame, codec_specific_info,
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h 44 //! \brief Encode a Unicode codepoint to an output stream.
48 static void Encode(OutputStream& os, unsigned codepoint);
102 static void Encode(OutputStream& os, unsigned codepoint) {
248 static void Encode(OutputStream& os, unsigned codepoint) {
379 static void Encode(OutputStream& os, unsigned codepoint) {
489 static void Encode(OutputStream& os, unsigned codepoint) {
558 RAPIDJSON_FORCEINLINE static void Encode(OutputStream& os, unsigned codepoint) {
560 static const EncodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Encode) };
593 TargetEncoding::Encode(os, codepoint);
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 77 if err := NewEncoder(&b).Encode(v); err != nil {
94 // to encode it using e.EncodeElement.
125 if err := enc.Encode(v); err != nil {
151 // Encode writes the XML encoding of v to the stream.
156 // Encode calls Flush before returning.
157 func (enc *Encoder) Encode(v interface{}) error {
190 // such as Encode or EncodeElement (or a custom Marshaler's MarshalXML invoked
193 // using Encode or EncodeElement, need to call Flush when finished to ensure
  /prebuilts/go/darwin-x86/src/image/jpeg/
writer.go 573 // Encode writes the Image m to w in JPEG 4:2:0 baseline format with the given
575 func Encode(w io.Writer, m image.Image, o *Options) error {
578 return errors.New("jpeg: image is too large to encode")
  /prebuilts/go/darwin-x86/src/net/url/
url.go 605 // can only %-encode non-ASCII bytes.
876 // Encode encodes the values into ``URL encoded'' form
878 func (v Values) Encode() string {
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 77 if err := NewEncoder(&b).Encode(v); err != nil {
94 // to encode it using e.EncodeElement.
125 if err := enc.Encode(v); err != nil {
151 // Encode writes the XML encoding of v to the stream.
156 // Encode calls Flush before returning.
157 func (enc *Encoder) Encode(v interface{}) error {
190 // such as Encode or EncodeElement (or a custom Marshaler's MarshalXML invoked
193 // using Encode or EncodeElement, need to call Flush when finished to ensure
  /prebuilts/go/linux-x86/src/image/jpeg/
writer.go 573 // Encode writes the Image m to w in JPEG 4:2:0 baseline format with the given
575 func Encode(w io.Writer, m image.Image, o *Options) error {
578 return errors.New("jpeg: image is too large to encode")
  /prebuilts/go/linux-x86/src/net/url/
url.go 605 // can only %-encode non-ASCII bytes.
876 // Encode encodes the values into ``URL encoded'' form
878 func (v Values) Encode() string {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
huffman_codec.h 213 bool Encode(const Val& val, uint64_t* bits, size_t* num_bits) {
  /tools/dexter/slicer/
bytecode_encoder.cc 94 // (register fields can encode either a single 32bit vreg or a wide 64bit vreg pair)
103 // (register fields can encode either a single 32bit vreg or a wide 64bit vreg pair)
112 // (register fields can encode either a single 32bit vreg or a wide 64bit vreg pair)
120 // Encode one instruction into a .dex bytecode
605 void BytecodeEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) {
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 284 HRESULT CEncoder::Encode(
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderEncoder.cpp 239 CBC_ReedSolomonEncoder encode(CBC_ReedSolomonGF256::QRCodeField);
240 encode.Init();
241 if (!encode.Encode(&toEncode, numEcBytesInBlock))
568 bool CBC_QRCoderEncoder::Encode(const WideString& content,
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_queue_dataset_op.cc 450 void Encode(VariantTensorData*) const {}
  /external/vixl/src/aarch32/
location-aarch32.h 89 virtual uint32_t Encode(uint32_t /*instr*/,
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.cc 128 int32_t AudioCodingModuleImpl::Encode(const InputData& input_data) {
151 encoded_info = audio_encoder->Encode(
278 return r < 0 ? r : Encode(input_data);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 279 // pointer will be set in encode. Setting align to 1, as it is meaningless
475 int VP9EncoderImpl::Encode(const VideoFrame& input_image,
    [all...]
  /art/runtime/verifier/
verifier_deps.cc 557 template<typename T> inline uint32_t Encode(T in);
559 template<> inline uint32_t Encode<uint16_t>(uint16_t in) {
562 template<> inline uint32_t Encode<uint32_t>(uint32_t in) {
565 template<> inline uint32_t Encode<dex::TypeIndex>(dex::TypeIndex in) {
568 template<> inline uint32_t Encode<dex::StringIndex>(dex::StringIndex in) {
589 EncodeUnsignedLeb128(out, Encode(t));
599 EncodeUnsignedLeb128(out, Encode(std::get<0>(t)));
600 EncodeUnsignedLeb128(out, Encode(std::get<1>(t)));
612 EncodeUnsignedLeb128(out, Encode(std::get<0>(t)));
613 EncodeUnsignedLeb128(out, Encode(std::get<1>(t)))
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_fax.cpp 742 void Encode(std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf,
770 void CCodec_FaxEncoder::Encode(
801 encoder.Encode(dest_buf, dest_size);
  /external/pdfium/testing/image_diff/
image_diff_png.cpp 655 bool Encode(const unsigned char* input,
677 // Encode a BGR pixel array into a PNG.
683 return Encode(input, FORMAT_BGR, width, height, row_byte_width, false,
687 // Encode an RGBA pixel array into a PNG.
693 return Encode(input, FORMAT_RGBA, width, height, row_byte_width, false,
697 // Encode an BGRA pixel array into a PNG.
704 return Encode(input, FORMAT_BGRA, width, height, row_byte_width,
708 // Encode a grayscale pixel array into a PNG.
714 return Encode(input, FORMAT_GRAY, width, height, row_byte_width, false,
  /external/tensorflow/tensorflow/core/framework/
tensor.cc 131 static void Encode(TensorBuffer* in, int64 n, Destination* out) {
172 static void Encode(TensorBuffer* in, int64 n, Destination* out) {
209 static void Encode(TensorBuffer* in, int64 n, Destination* out) {
239 static void Encode(TensorBuffer* in, int64 n, Destination* out) {
362 data[i].Encode(&tmp);
463 // used by a client program which may not know how to encode a tensor
854 CASES(dtype(), Helper<T>::Encode(buf_, shape_.num_elements(),
    [all...]

Completed in 1924 milliseconds

1 2 3 45 6