Searched refs:source_offset (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/cast/sender/
H A Daudio_encoder.cc157 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/
H A Dblockhash.h93 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
H A Dblockhash_test.cc766 EXPECT_EQ(index_of_longest_match_ear_is_fear, best_match_.source_offset());
784 best_match_.source_offset());
801 EXPECT_EQ(index_of_space_before_itself, best_match_.source_offset());
815 EXPECT_EQ(0, best_match_.source_offset()); // beginning of dictionary
836 EXPECT_EQ(index_of_ababc, best_match_.source_offset());
865 EXPECT_EQ(-1, best_match_.source_offset());
879 EXPECT_EQ(-1, best_match_.source_offset());
913 EXPECT_GT((kTestSize / 2), best_match_.source_offset());
H A Dvcdiffengine.cc113 coder->Copy(best_match.source_offset(), best_match.size());
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_video_decoder.cc127 const int source_offset = i * source_stride; local
130 source + source_offset,
/external/e2fsprogs/misc/
H A De2image.c69 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)
1488 source_offset = strtoull(optarg, NULL, 0);
1503 (source_offset || dest_offset))
1513 if ((source_offset || dest_offset) && img_type != E2IMAGE_RAW) {
1562 sprintf(offset_opt, "offset=%llu", source_offset);
/external/chromium_org/tools/telemetry/third_party/png/
H A Dpng.py1570 source_offset = 0
1586 filter_type = raw[source_offset]
1587 source_offset += 1
1588 scanline = raw[source_offset:source_offset+row_size]
1589 source_offset += row_size
/external/chromium_org/cc/resources/
H A Dresource_provider.cc748 gfx::Vector2d source_offset = source_rect.origin() - image_rect.origin(); local
749 image += source_offset.y() * image_row_bytes + source_offset.x() * 4;
/external/chromium_org/v8/src/
H A Druntime.cc1225 size_t source_offset = NumberToSize(isolate, source->byte_offset()); local
1231 source->GetBuffer()->backing_store()) + source_offset;

Completed in 2048 milliseconds