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

1 2 3 4 5 6 7 891011

  /external/chromium_org/media/cast/logging/
stats_event_subscriber_unittest.cc 102 TEST_F(StatsEventSubscriberTest, Encode) {
  /external/chromium_org/media/cast/video_sender/
external_video_encoder.cc 160 video_encode_accelerator_->Encode(video_frame, key_frame_requested);
424 // Inform the encoder to encode the next frame as a key frame.
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.h 190 Encode(&elements[i], handles);
  /external/chromium_org/remoting/codec/
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/tools/grit/grit/node/
structure.py 170 file_contents = self._Substitute(text).encode('utf-8')
205 return id, util.Encode(self._Substitute(text), encoding)
  /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/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 135 HRESULT CEncoder::Encode(
7zUpdate.cpp 961 RINOK(encoder.Encode(
1074 RINOK(encoder.Encode(
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 801 base::DictionaryValue* encoded = j->Encode();
818 handlers->Append(i->Encode());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 791 // TODO: create a sensitive-source version of Base64::encode
792 response.append(Base64::Encode(sensitive));
1051 response.append(Base64::Encode(decoded));
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 774 // TODO: create a sensitive-source version of Base64::encode
775 response.append(Base64::Encode(sensitive));
1034 response.append(Base64::Encode(decoded));
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_codec.cc 698 number_of_errors += ViETest::TestError(encode_calls.Encode > 30,
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_decode.cpp 515 pEncoders->GetFlateModule()->Encode(src_buf, src_size, dest_buf, dest_size);
523 pEncoders->GetFlateModule()->Encode(src_buf, src_size, predictor, Colors, BitsPerComponent, Columns, dest_buf, dest_size);
  /external/pdfium/core/src/fxcodec/codec/
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/chromium_org/cc/resources/
picture.cc 41 // If bitmap is opaque, encode as JPEG.
42 // Otherwise encode as PNG.
49 encoding_succeeded = gfx::JPEGCodec::Encode(
457 // Encode the picture as base64.
  /external/chromium_org/content/shell/browser/
webkit_test_controller.cc 520 // Only encode and dump the png if the hashes don't match. Encoding the
537 bool success = gfx::PNGCodec::Encode(
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
KURLTest.cpp 310 TEST(KURLTest, Encode)
341 // Our encode escapes NULLs for safety, so we need to check that too.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FunctionDictionary_autogen.h     [all...]
SkPdfType3FunctionDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_generic_codec.cc 200 int16_t ACMGenericCodec::Encode(uint8_t* bitstream,
219 // further down, until we have encode a complete frame.
282 // We should encode the audio frame. Either VAD and/or DTX is off, or the
896 // might say it is time to transmit SID frame, but we will encode the whole
    [all...]
  /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/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FunctionDictionary_autogen.h     [all...]

Completed in 2136 milliseconds

1 2 3 4 5 6 7 891011