Home
last modified time | relevance | path

Searched refs:barcodes_file (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py162 def _overlay_barcode_and_base_frames(barcodes_file, base_file, output_file, argument
186 barcode_plane = barcodes_file.read(barcode_comp_width)
227 barcodes_file = open(barcodes_file_name, 'rb')
233 data_left = _overlay_barcode_and_base_frames(barcodes_file, base_file,
238 barcodes_file.close()