HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 251 - 275 of 283) sorted by null

<<1112

  /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/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/content/browser/devtools/
renderer_overrides_handler.cc 654 encoded = gfx::PNGCodec::Encode(
661 encoded = gfx::JPEGCodec::Encode(
    [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...]
vaapi_video_encode_accelerator.cc 40 // for input and one for encode (which will be added to the set of reference
41 // frames for subsequent frames). Actual execution of HW encode is done
44 // encode surfaces (i.e. kMaxNumReferenceFrames + kMinSurfacesToEncode), and
580 void VaapiVideoEncodeAccelerator::Encode(
668 NOTIFY_ERROR(kPlatformFailureError, "Failed submitting encode job to HW.");
746 // setup, provided by the webrtc video encode and a zero bitrate and
    [all...]
video_encode_accelerator_unittest.cc 81 // - |profile| to encode into (values of media::VideoCodecProfile).
83 // Output stream is saved for the simple encode test only.
561 // Number of frames to encode. This may differ from the number of frames in
    [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 176 // pointer will be set in encode. Setting align to 1, as it is meaningless
322 int VP8EncoderImpl::Encode(const I420VideoFrame& input_frame,
325 TRACE_EVENT1("webrtc", "VP8::Encode", "timestamp", input_frame.timestamp());
375 // 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/media/webrtc/
fakewebrtcvideoengine.h 157 virtual int32 Encode(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 726 gfx::JPEGCodec::Encode(
    [all...]
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc 271 // First three bytes encode the length of the public value.
781 out->SetStringPiece(kCADR, address_coder.Encode());
    [all...]
  /external/chromium_org/net/quic/
quic_framer.cc 61 // Special Frame Types encode both a Frame Type and corresponding flags
485 string serialized_address = address_coder.Encode();
    [all...]
  /external/chromium_org/v8/src/
d8.js 497 // Encode the protocol header.
506 // Encode the arguments part.
    [all...]
debug-debugger.js     [all...]
log.cc 102 unibrow::Utf8::Encode(utf8_buffer_ + utf8_pos_, c, previous);
    [all...]
  /external/openfst/src/test/
algo_test.h 408 EncodeMapper<Arc> encoder(encode_props, ENCODE);
409 Encode(&D, &encoder);
421 EncodeMapper<Arc> encoder(encode_props, ENCODE);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 508 * Encode current state into the page URL or the app state.
    [all...]

Completed in 1917 milliseconds

<<1112