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

1 2 3 45 6 7 8 91011

  /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/main/source/
generic_encoder.cc 96 VCMGenericEncoder::Encode(const I420VideoFrame& inputFrame,
102 return _encoder.Encode(inputFrame, codecSpecificInfo, &video_frame_types);
158 return _encoder.Encode(image, NULL, &video_frame_types);
  /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/sdch/open-vcdiff/src/
decodetable_test.cc 172 VarintBE<VCDAddress>::Encode(257, &instructions_and_sizes_[1]);
182 VarintBE<VCDAddress>::Encode(111, &instructions_and_sizes_[1]);
232 VarintBE<VCDAddress>::Encode(257, &instructions_and_sizes_[1]);
398 int encoded_size = VarintBE<VCDAddress>::Encode(1000 + opcode,
405 int encoded_size = VarintBE<VCDAddress>::Encode(1000 + opcode,
varint_bigendian_test.cc 69 EXPECT_EQ(expected_length, VarintType::Encode(v, &varint_buf_[0]));
76 EXPECT_DEATH(VarintType::Encode(v, &varint_buf_[0]), "v >= 0");
128 // Encoding tests: Length(), Encode(), AppendToString(), AppendToBuffer()
311 const int test_size = 1024; // 1K random encode/decode operations
316 int length = VarintType::Encode(value, encode_buffer);
vcdiff_main.cc 47 "Target file (default is stdin for encode, stdout for decode");
49 "Encoded delta file (default is stdout for encode, "
71 " {encode | delta | decode | patch }[ <options> ]\n"
72 "encode or delta: create delta file from dictionary and target file\n"
83 // will use the supplied options to carry out a file-based encode
85 bool Encode();
370 bool VCDiffFileBasedCoder::Encode() {
423 std::cerr << "Error trying to encode data chunk of length "
608 if ((strcmp(command_option, "encode") == 0) ||
611 if (!coder.Encode()) {
    [all...]
vcencoder.cc 132 engine_->Encode(data, len, look_for_target_matches_, out, coder_.get());
  /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...]
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder_unittest.cc 94 string encoded_filename = UrlToFilenameEncoder::Encode(
116 string filename1 = UrlToFilenameEncoder::Encode(url1, std::string(), false);
117 string filename2 = UrlToFilenameEncoder::Encode(url2, std::string(), false);
url_to_filename_encoder.h 97 static std::string Encode(const std::string& url, std::string base_path,
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 145 _statusEncoder[index].Encode(&_rangeEncoder, 0);
217 _statusEncoder[index].Encode(&_rangeEncoder, 1);
226 _statusEncoder[index].Encode(&_rangeEncoder, 0);
  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.cc 101 encoded = gfx::JPEGCodec::Encode(
  /external/chromium_org/courgette/
adjustment_method_unittest.cc 63 const courgette::Status encode_status = Encode(program, &encoded);
encode_decode_unittest.cc 30 const courgette::Status encode_status = Encode(program, &encoded);
  /external/chromium_org/gpu/command_buffer/service/
gpu_state_tracer.cc 81 bool png_ok = gfx::PNGCodec::Encode(&screenshot_pixels_[0],
  /external/chromium_org/media/cast/logging/
stats_event_subscriber.h 53 FRIEND_TEST_ALL_PREFIXES(StatsEventSubscriberTest, Encode);
80 // Encode frame rate.
84 // Average encode duration in milliseconds.
86 // the time when encode started. Record it in FRAME_ENCODED event.
96 // Encode bitrate in kbps.
  /external/chromium_org/media/cast/video_sender/
video_encoder_impl.cc 48 if (!encoder->Encode(video_frame, encoded_frame.get())) {
128 // Inform the encoder to encode the next frame as a key frame.
  /external/chromium_org/remoting/codec/
video_encoder_verbatim.cc 19 scoped_ptr<VideoPacket> VideoEncoderVerbatim::Encode(
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
60 encode -dictionary %DICTIONARY_FILE% ^
63 || ( echo Encode with three arguments failed ^
82 encode -dictionary %DICTIONARY_FILE% ^
85 || ( echo Encode using stdin/stdout failed ^
102 encode -dictionary %DICTIONARY_FILE% ^
105 || ( echo Encode with mixed arguments failed ^
121 encode -dictionary %DICTIONARY_FILE% ^
124 || ( echo Encode with mixed arguments failed ^
165 encode -dictionary %TEMP%\nonexistent_file
    [all...]
  /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/test/
fake_encoder.cc 45 int32_t FakeEncoder::Encode(
89 // Always encode something on the first frame.
  /external/chromium_org/tools/relocation_packer/src/
run_length_encoder.cc 94 // Encode R_ARM_RELATIVE relocations into a run-length encoded (packed)
96 void RelocationRunLengthCodec::Encode(const std::vector<Elf32_Rel>& relocations,
  /external/chromium_org/ui/snapshot/
snapshot_async.cc 48 if (!gfx::PNGCodec::Encode(pixels,
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Encoder.java 102 public void Encode(short []probs, int index, int symbol) throws IOException
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
cvei.h 31 by PV and encode it to an MPEG4 bitstream. It will also return a reconstructed
117 /** Targeted profile and level to encode. */
249 /** Specifies the profile and level used to encode the bitstream. When present,
356 virtual TCVEI_RETVAL Encode(TPVVideoInputData *aVidIn) = 0;

Completed in 1338 milliseconds

1 2 3 45 6 7 8 91011