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

12 3 4

  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 137 scoped_ptr<AudioPacket> AudioEncoderOpus::Encode(
196 // Encode.
video_encoder_vpx.cc 128 // Lossy encode using the same settings as for VP8.
136 // VP9 encode doesn't yet support Realtime, so falls back to Good quality,
242 scoped_ptr<VideoPacket> VideoEncoderVpx::Encode(
259 // Convert the updated capture data ready for encode.
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 57 scoped_ptr<VideoPacket> Encode(
121 task_runner_, // Encode
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine.cc 108 // Create an ADD instruction to encode all target bytes
119 // this function creates an ADD instruction to encode all target bytes
140 VCD_DFATAL << "Internal error in VCDiffEngine::Encode: "
154 VCD_DFATAL << "Internal error: VCDiffEngine::Encode() "
234 void VCDiffEngine::Encode(const char* target_data,
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...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64.h 68 static inline std::string Encode(const std::string& data) {
  /external/chromium_org/third_party/webrtc/base/
base64.h 68 static inline std::string Encode(const std::string& data) {
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
i420.cc 74 int I420Encoder::Encode(const I420VideoFrame& inputImage,
  /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/third_party/webrtc/video_engine/test/libvietest/include/
tb_I420_codec.h 34 virtual int32_t Encode(
58 int32_t Encode;
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_I420_codec.cc 118 int32_t TbI420Encoder::Encode(
123 _functionCalls.Encode++;
  /external/chromium_org/v8/src/
unicode-inl.h 87 // Encode encodes the UTF-16 code units c and previous into the given str
91 unsigned Utf8::Encode(char* str,
106 return Encode(str - kUnmatchedSize,
uri.js 184 function Encode(uri, unescape) {
352 return Encode(string, unescapePredicate);
373 return Encode(string, unescapePredicate);
  /external/chromium_org/content/browser/speech/
audio_encoder.cc 28 virtual void Encode(const AudioChunk& raw_audio) OVERRIDE;
79 void FLACEncoder::Encode(const AudioChunk& raw_audio) {
117 virtual void Encode(const AudioChunk& raw_audio) OVERRIDE;
151 void SpeexEncoder::Encode(const AudioChunk& raw_audio) {
161 // Encode the frame and place the size of the frame as the first byte. This
  /external/chromium_org/content/common/gpu/client/
gpu_video_encode_accelerator_host.cc 111 void GpuVideoEncodeAcceleratorHost::Encode(
120 << "Encode(): cannot encode frame not backed by shared memory";
127 << "Encode(): failed to duplicate buffer handle for GPU process";
233 // frame can trigger a further encode to be kicked off and thus an .insert()
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 73 // pointer will be set during encode. Setting align to 1, as it is
137 bool Vp8Encoder::Encode(const scoped_refptr<media::VideoFrame>& video_frame,
195 LOG(ERROR) << "Failed to encode for once.";
  /external/chromium_org/third_party/skia/dm/
DMWriteTask.cpp 12 DEFINE_bool(writePngOnly, false, "If true, don't encode raw bitmap after .png data. "
62 static bool Encode(SkBitmap bitmap, const char* path) {
71 SkDebugf("Can't encode a PNG.\n");
142 : PngAndRaw::Encode(fBitmap, path.c_str());
  /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/lzma/CPP/7zip/Compress/
RangeCoder.h 47 void Encode(UInt32 start, UInt32 size, UInt32 total)