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

/external/chromium_org/media/cast/test/utility/
H A Dbarcode_unittest.cc20 EXPECT_TRUE(DecodeBarcode(frame, &out_bits));
32 EXPECT_TRUE(DecodeBarcode(frame, &out_bits));
39 EXPECT_TRUE(DecodeBarcode(frame, &out_bits));
46 EXPECT_TRUE(DecodeBarcode(frame, &out_bits));
53 EXPECT_TRUE(DecodeBarcode(frame, &out_bits));
H A Dbarcode.h24 bool DecodeBarcode(const scoped_refptr<media::VideoFrame>& frame,
39 bool DecodeBarcode(scoped_refptr<media::VideoFrame> output_frame, T* data) { function in namespace:media::cast::test
41 bool ret = DecodeBarcode(output_frame, &bits);
H A Dbarcode.cc151 bool DecodeBarcode(const scoped_refptr<VideoFrame>& frame, function in namespace:media::cast::test
/external/chromium_org/media/cast/test/
H A Dreceiver.cc277 if (media::cast::test::DecodeBarcode(video_frame, &frame_no)) {
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/
H A Dperformance_test.cc274 if (media::cast::test::DecodeBarcode(video_frame, &frame_no)) {

Completed in 117 milliseconds