HomeSort by relevance Sort by last modified time
    Searched defs:DecodeBarcode (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/test/utility/
barcode.h 24 bool DecodeBarcode(const scoped_refptr<media::VideoFrame>& frame,
39 bool DecodeBarcode(scoped_refptr<media::VideoFrame> output_frame, T* data) {
41 bool ret = DecodeBarcode(output_frame, &bits);
barcode.cc 151 bool DecodeBarcode(const scoped_refptr<VideoFrame>& frame,

Completed in 33 milliseconds