Searched refs:output_1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Daudio_splicer_unittest.cc72 scoped_refptr<AudioBuffer> output_1 = splicer_.GetNextBuffer(); local
74 EXPECT_EQ(input_1->timestamp(), output_1->timestamp());
75 EXPECT_EQ(input_1->duration(), output_1->duration());
76 EXPECT_EQ(input_1->frame_count(), output_1->frame_count());
77 EXPECT_TRUE(VerifyData(output_1, 0.1f));
135 scoped_refptr<AudioBuffer> output_1 = splicer_.GetNextBuffer(); local
138 EXPECT_EQ(input_1->timestamp(), output_1->timestamp());
139 EXPECT_EQ(input_1->duration(), output_1->duration());
140 EXPECT_EQ(input_1->frame_count(), output_1->frame_count());
178 scoped_refptr<AudioBuffer> output_1 local
222 scoped_refptr<AudioBuffer> output_1 = splicer_.GetNextBuffer(); local
295 scoped_refptr<AudioBuffer> output_1 = splicer_.GetNextBuffer(); local
356 scoped_refptr<AudioBuffer> output_1 = splicer_.GetNextBuffer(); local
[all...]
/external/libyuv/files/unit_test/
H A Drotate_test.cc39 align_buffer_16(output_1, ow * oh)
46 TransposePlane(input, iw, output_1, ow, iw, ih);
47 TransposePlane(output_1, ow, output_2, oh, ow, oh);
60 PrintArray(output_1, ow, oh);
67 free_aligned_buffer_16(output_1)

Completed in 74 milliseconds