Home
last modified time | relevance | path

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

/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py20 def generate_upca_barcodes(number_of_barcodes, barcode_width, barcode_height, argument
44 barcode_width = str(barcode_width)
56 "--width=%s" % barcode_width,
204 def overlay_yuv_files(barcode_width, barcode_height, base_width, base_height, argument
220 barcodes_component_sizes = [(barcode_width, barcode_height),
221 (barcode_width/2, barcode_height/2),
222 (barcode_width/2, barcode_height/2)]
335 if options.barcode_width == _DEFAULT_BARCODE_WIDTH:
336 options.barcode_width = options.base_frame_width
351 generate_upca_barcodes(number_of_barcodes, options.barcode_width,
[all …]