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

1 2 3 4 5 6 7 8 91011

  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType3FunctionDictionary_autogen.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chromevox_json.js 135 // JSON numbers must be finite. Encode non-finite numbers as null.
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 567 encoded = gfx::PNGCodec::Encode(
574 encoded = gfx::JPEGCodec::Encode(
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
plotBenchmark.m 112 elseif strncmp(lower(tline), 'encode time', 11)
113 % Encode and decode times included
  /external/chromium_org/third_party/webrtc/video/
video_send_stream_tests.cc 308 virtual int32_t Encode(const I420VideoFrame& input_image,
315 return FakeEncoder::Encode(input_image, codec_specific_info, frame_types);
    [all...]
  /external/chromium_org/v8/test/webkit/resources/
json2-es5-compat.js 261 // JSON numbers must be finite. Encode non-finite numbers as null.
  /external/llvm/lib/MC/
MCDwarf.cpp 128 // Loop through each MCLineEntry and encode the dwarf line number table.
170 // At this point we want to emit/create the sequence to encode the delta in
425 MCDwarfLineAddr::Encode(Context, LineDelta, AddrDelta, OS);
429 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
430 void MCDwarfLineAddr::Encode(MCContext &Context, int64_t LineDelta,
457 // If the line increment is out of range of a special opcode, we must encode
    [all...]
MCAssembler.cpp     [all...]
  /external/chromium_org/content/common/gpu/media/
v4l2_video_encode_accelerator.cc 188 void V4L2VideoEncodeAccelerator::Encode(
191 DVLOG(3) << "Encode(): force_keyframe=" << force_keyframe;
    [all...]
video_encode_accelerator_unittest.cc 70 // - |profile| to encode into (values of media::VideoCodecProfile).
72 // Output stream is saved for the simple encode test only.
435 // Number of frames to encode. This may differ from num_frames_in_stream_ if
776 encoder_->Encode(video_frame, force_keyframe);
    [all...]
video_decode_accelerator_unittest.cc     [all...]
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 194 if (!gfx::PNGCodec::Encode(
199 FAIL() << "Failed to encode image";
vector_canvas_unittest.cc 130 ASSERT_TRUE(gfx::PNGCodec::Encode(&*data_.begin(),
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 175 // pointer will be set in encode. Setting align to 1, as it is meaningless
318 int VP8EncoderImpl::Encode(const I420VideoFrame& input_image,
321 TRACE_EVENT1("webrtc", "VP8::Encode", "timestamp", input_image.timestamp());
365 // Handle RPSI and SLI messages and set up the appropriate encode flags.
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 556 RINOK(encoder.Encode(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc 241 // First three bytes encode the length of the public value.
748 out->SetStringPiece(kCADR, address_coder.Encode());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h 157 virtual int32 Encode(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 731 gfx::JPEGCodec::Encode(
    [all...]
  /external/chromium_org/net/quic/
quic_framer.cc 61 // Special Frame Types encode both a Frame Type and corresponding flags
504 string serialized_address = address_coder.Encode();
    [all...]
  /external/chromium_org/v8/src/
d8.js 501 // Encode the protocol header.
510 // Encode the arguments part.
    [all...]
debug-debugger.js     [all...]
serialize.cc 561 uint32_t ExternalReferenceEncoder::Encode(Address key) const {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
media_controls.js 487 * Encode current state into the page URL or the app state.
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_test.cc 339 iter->Seek(target.Encode());
    [all...]

Completed in 4263 milliseconds

1 2 3 4 5 6 7 8 91011