Searched refs:Encode (Results 201 - 225 of 270) sorted by relevance

1234567891011

/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_benchmark.cc94 ASSERT_TRUE(gfx::PNGCodec::Encode(
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_encode_accelerator.cc192 void AndroidVideoEncodeAccelerator::Encode( function in class:content::AndroidVideoEncodeAccelerator
/external/chromium_org/media/cast/sender/
H A Dvp8_encoder.cc121 bool Vp8Encoder::Encode(const scoped_refptr<media::VideoFrame>& video_frame, function in class:media::cast::Vp8Encoder
H A Dexternal_video_encoder.cc167 video_encode_accelerator_->Encode(video_frame, key_frame_requested);
/external/chromium_org/remoting/host/
H A Dvideo_scheduler.cc389 scoped_ptr<VideoPacket> packet = encoder_->Encode(*frame);
H A Dvideo_scheduler_unittest.cc69 scoped_ptr<VideoPacket> Encode( function in class:remoting::MockVideoEncoder
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd182 # Encode the char buffer of the given size by passing it to the
191 # Encode a string object using the codec registered for encoding
H A Dstring.pxd182 # Encode the char buffer of the given size by passing it to the
191 # Encode a string object using the codec registered for encoding
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc213 int32_t encode_result = encoder_->Encode(source_frame_, NULL, &frame_types);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender.cc367 _encoder->Encode(videoFrame, codecSpecificInfo, _nextFrameTypes);
/external/chromium_org/third_party/webrtc/video/
H A Dvideo_send_stream_tests.cc210 virtual int32_t Encode(
217 return FakeEncoder::Encode(
1278 virtual int32_t Encode(
1337 << "Timed out while waiting for Encode.";
1348 << "Timed out while waiting for Encode.";
1493 int32_t Encode(const I420VideoFrame& input_image,
1496 // Silently skip the encode, FakeEncoder::Encode doesn't produce VP8.
H A Dend_to_end_tests.cc1986 virtual int32_t Encode(const I420VideoFrame& input_image,
2002 return test::FakeEncoder::Encode(
2028 virtual int32_t Encode(const I420VideoFrame& input_image,
2033 return test::FakeEncoder::Encode(
/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py205 return id, util.Encode(self._Substitute(text), encoding)
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-impl.h313 InstructionCode Encode(InstructionCode opcode) { function in class:v8::internal::compiler::FINAL
/external/llvm/include/llvm/MC/
H A DMCDwarf.h261 static void Encode(MCContext &Context, int64_t LineDelta, uint64_t AddrDelta,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp270 if (width * height > 128 && pEncoders && pEncoders->GetFaxModule()->Encode(src_buf, width, height, (width + 7) / 8, dest_buf, dest_size)) {
290 if (pEncoders && pEncoders->GetFlateModule()->Encode(src_buf, src_size, dest_buf, dest_size)) {
420 if (pEncoders && pEncoders->GetJpegModule()->Encode(pConverted, output_buf, output_size)) {
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_html_writer.cc442 new Writer(codec.Encode(BookmarkModelFactory::GetForProfile(
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber_unittest.cc136 TEST_F(StatsEventSubscriberTest, Encode) {
/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc242 scoped_ptr<VideoPacket> VideoEncoderVpx::Encode( function in class:remoting::VideoEncoderVpx
/external/chromium_org/tools/grit/grit/
H A Dutil.py33 def Encode(message, encoding): function
/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec.cc174 // scope. It simplifies the error handling in Encode (and even applies to the
199 bool JPEGCodec::Encode(const unsigned char* input, ColorFormat format, function in class:gfx::JPEGCodec
467 // See note in JPEGCodec::Encode() for why we need to destroy the cinfo
500 // Same as JPEGCodec::Encode(), libjpeg-turbo supports all input formats
548 // without conversions same as JPEGCodec::Encode().
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp135 HRESULT CEncoder::Encode( function in class:NArchive::N7z::CEncoder
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc811 base::DictionaryValue* encoded = j->Encode();
828 handlers->Append(i->Encode());
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc775 response.append(Base64::Encode(sensitive));
1036 response.append(Base64::Encode(decoded));
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_codec.cc698 number_of_errors += ViETest::TestError(encode_calls.Encode > 30,
774 number_of_errors += ViETest::TestError(encode_calls.Encode > 30,

Completed in 613 milliseconds

1234567891011