Searched refs:input_1 (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc160 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
161 EXPECT_TRUE(AddInput(input_1));
162 VerifyNextBuffer(input_1);
176 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
177 EXPECT_TRUE(AddInput(input_1));
185 // |input_1|. This is to make sure that Reset() actually
197 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
202 EXPECT_TRUE(AddInput(input_1));
205 VerifyNextBuffer(input_1);
227 scoped_refptr<AudioBuffer> input_1 local
262 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
295 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
319 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
366 scoped_refptr<AudioBuffer> input_1 = GetNextInputBuffer(0.1f); local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
H A Dvp9_dct_neon.c39 int16x8_t input_1 = vshlq_n_s16(vld1q_s16(&input[1 * stride]), 2); local
49 const int16x8_t v_s1 = vaddq_s16(input_1, input_6);
54 const int16x8_t v_s6 = vsubq_s16(input_1, input_6);
174 input_1 = r01_s16.val[1];
197 const int16x8_t sign_in1 = vshrq_n_s16(input_1, 15);
205 input_1 = vhsubq_s16(input_1, sign_in1);
214 vst1q_s16(&final_output[1 * 8], input_1);
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter_unittest.cc178 IPC::Message input_1(routing_id_1, type_1, IPC::Message::PRIORITY_NORMAL);
180 input_1.WriteInt(value_1);
181 adapter_->OnMessageReceived(input_1);
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm_asm.S8 # qhasm: int32 input_1
172 # qhasm: y0 = mem64[input_1]y0[1]; input_1 += 8
173 # asm 1: vld1.8 {<y0=reg128#1%bot},[<input_1=int32#2]!
174 # asm 2: vld1.8 {<y0=d0},[<input_1=r1]!
177 # qhasm: y12 = mem128[input_1]; input_1 += 16
178 # asm 1: vld1.8 {>y12=reg128#2%bot->y12=reg128#2%top},[<input_1=int32#2]!
179 # asm 2: vld1.8 {>y12=d2->y12=d3},[<input_1=r1]!
182 # qhasm: y34 = mem128[input_1]; input_
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider_unittest.cc522 const base::string16 input_1(ASCIIToUTF16("file:"));
526 ASSERT_NO_FATAL_FAILURE(RunTest(input_1, base::string16(), false, fixup_1,

Completed in 741 milliseconds