Home
last modified time | relevance | path

Searched refs:rat (Results 1 - 4 of 4) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata.cpp509 ExifRational rat; in SetRational() local
511 is >> rat; in SetRational() local
517 exif_set_rational(ptrEntry->data + offset, order, rat); in SetRational()
527 ExifSRational rat; in SetSRational() local
529 is >> rat; in SetSRational() local
535 exif_set_srational(ptrEntry->data + offset, order, rat); in SetSRational()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c250 param->rat = SMP_GetPairMng()->peer.addr.type; in SMP_ConstituteC1Step1Param()
267 param->rat = SMP_GetPairMng()->local.addr.type; in SMP_ConstituteC1Step1Param()
275 uint8_t iat, rat, p1[CRYPT_C1_P1_LEN]; in SMP_CryptographicC1Step1() local
282 rat = param->rat & 0x01; in SMP_CryptographicC1Step1()
288 p1[offset] = rat; in SMP_CryptographicC1Step1()
289 offset += sizeof(rat); in SMP_CryptographicC1Step1()
H A Dsmp_tool.h88 uint8_t rat; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp1366 ExifRational rat; in CreateExifEntryOfCompressedBitsPerPixel() local
1367 if (!GetFractionFromStr(value, rat)) { in CreateExifEntryOfCompressedBitsPerPixel()
1371 exif_set_rational((*ptrEntry)->data, order, rat); in CreateExifEntryOfCompressedBitsPerPixel()

Completed in 7 milliseconds