Home
last modified time | relevance | path

Searched defs:compress_type (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/hdc_rust/src/serializer/
Dnative_struct.rs75 pub compress_type: u8, field
95 pub compress_type: u8, field
Dpack_struct.rs50 pub compress_type: libc::c_uchar, field
71 pub compress_type: libc::c_uchar, field
/developtools/hdc/hdc_rust/src/common/
Dhdctransfer.rs282 let compress_type = transfer_config.compress_type; in spawn_handler() localVariable
479 let compress_type = match CompressType::try_from(tbase.transfer_config.compress_type) { in recv_and_write_file() localVariable