Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sei.c114 RK_S32 uuid_size = uuid ? 16 : 0; in h264e_sei_to_packet() local
115 RK_S32 payload_size = size + uuid_size; in h264e_sei_to_packet()
149 for (i = 0; i < uuid_size; i++) in h264e_sei_to_packet()
/OK3568_Linux_fs/kernel/net/bluetooth/bnep/
H A Dbnep.h76 __u8 uuid_size; member
/OK3568_Linux_fs/u-boot/include/optee_include/
H A DOpteeClientInterface.h104 uint32_t trusty_attest_uuid(uint8_t *uuid, uint32_t *uuid_size);
/OK3568_Linux_fs/kernel/fs/incfs/
H A Dvfs.c1108 ssize_t uuid_size = 0; in file_delete() local
1116 uuid_size = vfs_getxattr(backing_dentry, INCFS_XATTR_ID_NAME, in file_delete()
1118 if (uuid_size < 0) { in file_delete()
1119 error = uuid_size; in file_delete()
1123 if (uuid_size != 2 * sizeof(incfs_uuid_t)) { in file_delete()
/OK3568_Linux_fs/u-boot/lib/optee_clientApi/
H A DOpteeClientInterface.c1126 uint32_t trusty_attest_uuid(uint8_t *uuid, uint32_t *uuid_size) in trusty_attest_uuid() argument
1180 SharedMem0.size = *uuid_size; in trusty_attest_uuid()
1202 *uuid_size = TeecOperation.params[0].tmpref.size; in trusty_attest_uuid()