HomeSort by relevance Sort by last modified time
    Searched full:input_3 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/base/
audio_splicer_unittest.cc 81 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.3f); local
83 EXPECT_TRUE(splicer_.AddInput(input_3));
94 EXPECT_EQ(input_3->timestamp(), output_3->timestamp());
95 EXPECT_EQ(input_3->duration(), output_3->duration());
96 EXPECT_EQ(input_3->frame_count(), output_3->frame_count());
128 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.2f); local
146 EXPECT_TRUE(splicer_.AddInput(input_3));
149 EXPECT_EQ(input_3->timestamp(), output_3->timestamp());
150 EXPECT_EQ(input_3->duration(), output_3->duration());
151 EXPECT_EQ(input_3->frame_count(), output_3->frame_count())
239 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.3f); local
349 scoped_refptr<AudioBuffer> input_3 = GetNextInputBuffer(0.3f); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm_asm.S 10 # qhasm: int32 input_3
162 # qhasm: len = input_3
163 # asm 1: mov >len=int32#4,<input_3=int32#4
164 # asm 2: mov >len=r3,<input_3=r3
    [all...]
  /external/chromium_org/third_party/openssl/openssl/patches/
chacha20poly1305.patch     [all...]
  /external/chromium_org/third_party/openssl/patches.chromium/
0007-chacha.patch     [all...]

Completed in 222 milliseconds