Home
last modified time | relevance | path

Searched refs:barcode_height (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
45 barcode_height = str(barcode_height)
55 "--barcode_format=UPC_A", "--height=%s" % barcode_height,
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)]
352 options.barcode_height,
362 overlay_yuv_files(options.barcode_width, options.barcode_height,