HomeSort by relevance Sort by last modified time
    Searched refs:source_offset (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/media/cast/sender/
audio_encoder.cc 157 int source_offset,
243 int source_offset,
248 const float* src = audio_bus->channel(ch) + source_offset;
313 int source_offset,
317 source_offset,
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 93 int source_offset() const { return source_offset_; } function in class:open_vcdiff::BlockHash::Match
147 // 1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
226 // size, source_offset, and target_offset of the match found.
227 // best_match->source_offset() will contain the index of the start of the
281 // 4: best_match->source_offset() (after calling FindBestMatch)
288 // with best_match->source_offset() = 10
blockhash_test.cc     [all...]
vcdiffengine.cc 113 coder->Copy(best_match.source_offset(), best_match.size());
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
ffmpeg_cdm_video_decoder.cc 127 const int source_offset = i * source_stride; local
130 source + source_offset,
  /external/e2fsprogs/misc/
e2image.c 69 static blk64_t source_offset, dest_offset; variable
591 if (move_mode && dest_offset > source_offset) {
592 distance = (dest_offset - source_offset) / fs->blocksize;
610 if (blk < (source_offset - dest_offset) / fs->blocksize)
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]
  /external/chromium_org/cc/resources/
resource_provider.cc 748 gfx::Vector2d source_offset = source_rect.origin() - image_rect.origin(); local
749 image += source_offset.y() * image_row_bytes + source_offset.x() * 4;
    [all...]
  /external/chromium_org/v8/src/
runtime.cc 1225 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local
    [all...]

Completed in 2642 milliseconds