HomeSort by relevance Sort by last modified time
    Searched full:start_value (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/media/base/
audio_pull_fifo_unittest.cc 37 void VerifyValue(const float data[], int size, float start_value) {
38 float value = start_value;
48 int start_value = 0; local
53 VerifyValue(audio_bus_->channel(j), frames_to_consume, start_value);
55 start_value += frames_to_consume;
  /external/chromium_org/media/cast/test/utility/
video_utility.cc 39 void PopulateVideoFrame(VideoFrame* frame, int start_value) {
52 *y_plane = static_cast<uint8>(start_value + i + j);
60 *u_plane = static_cast<uint8>(start_value + i + j);
68 *v_plane = static_cast<uint8>(start_value + i + j);
video_utility.h 19 void PopulateVideoFrame(VideoFrame* frame, int start_value);
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
fine_audio_buffer_unittest.cc 34 int start_value = (buffer_number * size) % SCHAR_MAX; local
36 if (buffer[i] != (i + start_value) % SCHAR_MAX) {
53 int start_value = (iteration * bytes_per_10_ms) % SCHAR_MAX; local
55 buffer[i] = (i + start_value) % SCHAR_MAX;
  /external/chromium_org/tools/perf/metrics/
system_memory.py 114 start_value = start_memory_stats[process_type] or 0
115 memory_stats[process_type] = end_process_memory - start_value
119 start_value = start_memory_stats[process_type][metric] or 0
123 memory_stats[process_type][metric] = end_value - start_value
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_flags_test.cc 25 static void TestFlag(T start_value, const char *env, T final_value) {
26 T flag = start_value;
31 static void TestStrFlag(const char *start_value, const char *env,
33 const char *flag = start_value;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 33 start_value = 10 * self.int_32_max
34 self.assertEqual(0xA00000000, start_value)
35 self.assertEqual(None, self.seq.initial_value(start_value))
37 self.assertEqual(start_value, self.seq.get(5))
38 self.assertEqual(start_value + 5, self.seq.get())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_sequence.py 33 start_value = 10 * self.int_32_max
34 self.assertEqual(0xA00000000, start_value)
35 self.assertEqual(None, self.seq.initial_value(start_value))
37 self.assertEqual(start_value, self.seq.get(5))
38 self.assertEqual(start_value + 5, self.seq.get())
  /external/chromium_org/ui/gfx/
interpolated_transform.h 56 // between start_value and end_value. More precisely it returns
57 // (1 - t) * start_value + t * end_value where
59 // If time < start_time_ it returns start_value, and if time >= end_time_
61 float ValueBetween(float time, float start_value, float end_value) const;
interpolated_transform.cc 104 float start_value,
109 return start_value;
118 return start_value;
125 gfx::Tween::DoubleValueBetween(t, start_value, end_value));
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 52 const LONG start_value = 0; local
57 while (help_timer->_sync_flag == start_value) {
60 &help_timer->_sync_flag, new_value, start_value);
62 if (compare_flag != start_value) {
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 93 size_t start_value = line.find(',', stop_key + 1); local
94 if (start_value == std::string::npos) {
99 size_t stop_value = line.find(");", start_value + 1);
105 std::string value = line.substr(start_value + 1,
106 stop_value - start_value - 1);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
session_info_unittest.cc 36 void FillPacket(uint8_t start_value) {
38 packet_buffer_[i] = start_value + i;
41 void VerifyPacket(uint8_t* start_ptr, uint8_t start_value) {
43 ASSERT_EQ(start_value + j, start_ptr[j]);
79 int start_value) {
87 VerifyPacket(frame_buffer_ + packet_index, start_value + i);
104 bool VerifyNalu(int offset, int packets_expected, int start_value) {
109 VerifyPacket(frame_buffer_ + packet_index, start_value + i);
    [all...]
  /external/lldb/include/lldb/Core/
History.h 99 HistorySourceUInt (const char *id_name, uintptr_t start_value = 0u) :
102 m_curr_id (start_value)
  /external/chromium_org/ash/wm/
window_animations.cc 184 float start_value, end_value; local
186 start_value = kWindowAnimation_HideBrightnessGrayscale;
189 start_value = kWindowAnimation_ShowBrightnessGrayscale;
193 window->layer()->SetLayerBrightness(start_value);
194 window->layer()->SetLayerGrayscale(start_value);
  /external/chromium_org/remoting/base/
compound_buffer.cc 14 net::IOBuffer* buffer_value, const char* start_value, int size_value)
16 start(start_value),
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 355 int val, start_value, end_value; local
364 p = parse_decimal(p, q, &start_value);
368 end_value = start_value;
380 for (val = start_value; val <= end_value; val++) {
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 355 int val, start_value, end_value; local
364 p = parse_decimal(p, q, &start_value);
368 end_value = start_value;
380 for (val = start_value; val <= end_value; val++) {
  /external/chromium_org/media/cast/test/
end2end_unittest.cc 365 int start_value; member in struct:media::cast::TestReceiverVideoCallback::ExpectedVideoFrame
374 void AddExpectedResult(int start_value,
380 expected_video_frame.start_value = start_value;
407 expected_video_frame.start_value);
647 void SendVideoFrame(int start_value, const base::TimeTicks& capture_time) {
657 PopulateVideoFrame(video_frame.get(), start_value);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 375 int val, start_value, end_value; local
384 p = parse_decimal(p, q, &start_value);
388 end_value = start_value;
400 for (val = start_value; val <= end_value; val++) {
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 104 static void cumSum(UCHAR start_value, UCHAR* diff, UCHAR length, UCHAR *start_adress);
562 cumSum(UCHAR start_value, UCHAR* diff, UCHAR length, UCHAR *start_adress)
565 start_adress[0]=start_value;
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 104 static void cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress);
583 cumSum(INT start_value, INT* diff, INT length, UCHAR *start_adress)
586 start_adress[0]=start_value;
  /art/compiler/dex/quick/x86/
target_x86.cc 1246 int start_value = -1; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib64/
libgomp.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/armv7-a/
libgomp.a     [all...]

Completed in 977 milliseconds

1 2 3